Skip to content

Commit

Permalink
Bump minimum typeguard version (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Jun 28, 2024
1 parent 6928263 commit f2a151b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
23 changes: 1 addition & 22 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 @@ -40,7 +40,7 @@ pytest = ">=7.3.1,<9.0.0"
coverage = {extras = ["toml"], version = "^7.2"}
safety = ">=2.3.5,<4.0.0"
mypy = "^1.2"
typeguard = ">=2.13.3,<5.0.0"
typeguard = ">=4.1.3,<5.0.0"
xdoctest = {extras = ["colors"], version = "^1.1.1"}
sphinx = ">=4.3.2,<8.0.0"
sphinx-autobuild = "^2021.3.14"
Expand Down

0 comments on commit f2a151b

Please sign in to comment.