build(deps-dev): bump xdoctest from 1.1.0 to 1.1.1 (#378)

Bumps [xdoctest](https://github.com/Erotemic/xdoctest) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/Erotemic/xdoctest/releases)
- [Changelog](https://github.com/Erotemic/xdoctest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Erotemic/xdoctest/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: xdoctest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-02-17 18:19:33 -06:00
committed by GitHub
parent 8c8aa0cf56
commit bc2bfabaf7
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ coverage = {extras = ["toml"], version = "^7.1"}
safety = "^2.3.5"
mypy = "^0.991"
typeguard = "^2.13.2"
xdoctest = {extras = ["colors"], version = "^1.1.0"}
xdoctest = {extras = ["colors"], version = "^1.1.1"}
sphinx = "^4.3.2"
sphinx-autobuild = ">=2021.3.14"
pre-commit = "^2.21.0"