Skip to content

Commit

Permalink
Bump typeguard from 2.13.3 to 4.3.0
Browse files Browse the repository at this point in the history
Bumps [typeguard](https://github.com/agronholm/typeguard) from 2.13.3 to 4.3.0.
- [Release notes](https://github.com/agronholm/typeguard/releases)
- [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/typeguard@2.13.3...4.3.0)

---
updated-dependencies:
- dependency-name: typeguard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 529ae7a commit 1c4d936
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pytest = ">=7.2,<9.0"
coverage = {extras = ["toml"], version = "^7.2"}
safety = "^2.3.3"
mypy = "^1.0.1"
typeguard = "^2.13.2"
typeguard = ">=2.13.2,<5.0.0"
xdoctest = {extras = ["colors"], version = "^1.1.0"}
sphinx = ">=5,<8"
sphinx-autobuild = ">=2021.3.14"
Expand Down

0 comments on commit 1c4d936

Please sign in to comment.