Skip to content

Commit e33d1d3

Browse files
build(deps-dev): bump typeguard from 2.13.3 to 4.1.0
Bumps [typeguard](https://github.com/agronholm/typeguard) from 2.13.3 to 4.1.0. - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](agronholm/typeguard@2.13.3...4.1.0) --- updated-dependencies: - dependency-name: typeguard dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 452e119 commit e33d1d3

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

poetry.lock

Lines changed: 13 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mypy = "^0.942"
2525
pytest = "^7.1.1"
2626
pytest-asyncio = ">=0.18.3,<0.22.0"
2727
pytest-cov = ">=3,<5"
28-
typeguard = "^2.13.3"
28+
typeguard = ">=2.13.3,<5.0.0"
2929
docformatter = "^1.4"
3030
pytest-pylint = {git = "https://github.com/carsongee/pytest-pylint.git", rev = "804add7"}
3131
pytest-mypy = ">=0.9.1,<0.11.0"

0 commit comments

Comments
 (0)