Skip to content

Commit

Permalink
Adjust version constraints for async-timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bendikrb committed Dec 3, 2024
1 parent 9684e34 commit f2ffbf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 @@ -17,7 +17,7 @@ pycryptodome = "^3.21.0"
mashumaro = {extras = ["orjson"], version = "^3.13.1"}
tabulate = "0.9.*"
python = ">=3.10,<3.13"
async-timeout = "^5.0.1"
async-timeout = "^4.0.3"

[tool.poetry.group.dev.dependencies]
aresponses = "^3.0.0"
Expand Down

0 comments on commit f2ffbf0

Please sign in to comment.