Skip to content

Commit

Permalink
chore: fix typeguard version
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchlensok committed Jun 13, 2024
1 parent 51ebbb7 commit 0582608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sortedcontainers = "^2.4.0"
pytest = ">=6.2.3"
coverage = {extras = ["toml"], version = ">=5.3"}
safety = ">=1.9.0"
typeguard = ">=2.12.0"
typeguard = ">=3.0.0"
xdoctest = {extras = ["colors"], version = ">=0.15.0"}
sphinx = ">=4.0.2"
sphinx-autobuild = ">=2021.3.14"
Expand Down

0 comments on commit 0582608

Please sign in to comment.