Bump xdoctest from 1.1.3 to 1.1.5 in /spiffworkflow-backend (#1966)

Bumps [xdoctest](https://github.com/Erotemic/xdoctest) from 1.1.3 to 1.1.5.
- [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.3...v1.1.5)

---
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] 2024-07-22 14:33:38 +00:00 committed by GitHub
parent 85406412f9
commit 21a959053a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]]
name = "alembic"
@ -3439,13 +3439,13 @@ email = ["email-validator"]
[[package]]
name = "xdoctest"
version = "1.1.3"
version = "1.1.5"
description = "A rewrite of the builtin doctest module"
optional = false
python-versions = ">=3.6"
files = [
{file = "xdoctest-1.1.3-py3-none-any.whl", hash = "sha256:9360535bd1a971ffc216d9613898cedceb81d0fd024587cc3c03c74d14c00a31"},
{file = "xdoctest-1.1.3.tar.gz", hash = "sha256:84e76a42a11a5926ff66d9d84c616bc101821099672550481ad96549cbdd02ae"},
{file = "xdoctest-1.1.5-py3-none-any.whl", hash = "sha256:f36fe64d7c0ad0553dbff39ff05c43a0aab69d313466f24a38d00e757182ade0"},
{file = "xdoctest-1.1.5.tar.gz", hash = "sha256:89b0c3ad7fe03a068e22a457ab18c38fc70c62329c2963f43954b83c29374e66"},
]
[package.dependencies]
@ -3467,4 +3467,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==4.6.0)", "pytest (==6.2.5)", "pyt
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.13"
content-hash = "c0ec0a43ff05e23b88ce60b86bf894283928de9ab95fc91e253908d579b3bc8e"
content-hash = "ca0020ed71587f304b85e9a10579a02b140bf62e4e1ce17300cdf777e2df7224"

View File

@ -97,7 +97,7 @@ coverage = {extras = ["toml"], version = "^7.6"}
safety = "^3.2.3"
mypy = ">=0.961"
typeguard = "^4"
xdoctest = {extras = ["colors"], version = "^1.1.3"}
xdoctest = {extras = ["colors"], version = "^1.1.5"}
pre-commit = "^3.7.1"
ruff = "^0.4.7"