Bump xdoctest from 1.1.5 to 1.1.6 in /spiffworkflow-backend (#2031)

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

---
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-08-06 15:22:07 +00:00 committed by GitHub
parent c22739cffd
commit dc9ec2b1f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -3436,13 +3436,13 @@ email = ["email-validator"]
[[package]]
name = "xdoctest"
version = "1.1.5"
version = "1.1.6"
description = "A rewrite of the builtin doctest module"
optional = false
python-versions = ">=3.6"
files = [
{file = "xdoctest-1.1.5-py3-none-any.whl", hash = "sha256:f36fe64d7c0ad0553dbff39ff05c43a0aab69d313466f24a38d00e757182ade0"},
{file = "xdoctest-1.1.5.tar.gz", hash = "sha256:89b0c3ad7fe03a068e22a457ab18c38fc70c62329c2963f43954b83c29374e66"},
{file = "xdoctest-1.1.6-py3-none-any.whl", hash = "sha256:a6f673df8c82b8fe0adc536f14c523464f25c6d2b733ed78888b8f8d6c46012e"},
{file = "xdoctest-1.1.6.tar.gz", hash = "sha256:00ec7bde36addbedf5d1db0db57b6b669a7a4b29ad2d16480950556644f02109"},
]
[package.dependencies]
@ -3464,4 +3464,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 = "3ef8e5053ce65bea778d4ff6d14262bdfce86e8b79c4a0fee12381a61e32d56a"
content-hash = "c895c40d9b968de457aee0717935d52f7bdf4d992f76a25c2a54851db4f9cbc6"

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.5"}
xdoctest = {extras = ["colors"], version = "^1.1.6"}
pre-commit = "^3.8.0"
ruff = "^0.5.5"