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

2
poetry.lock generated
View File

@@ -2067,4 +2067,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.7"
content-hash = "ca14cd5a5ad361d7dd16542ded683c83dc9d2ce386d2ee3a28bc7aa8a07e2d62"
content-hash = "9d142e3a1d7d2911f56144908f211696cb102e68b3de64ad6607219bddf70201"

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"