Skip to content

Commit

Permalink
Do not lock aiohttp to specific version
Browse files Browse the repository at this point in the history
This should be 3.9.5 or newer, so it does not break when major versions
of aiohttp are released.
  • Loading branch information
basilfx committed Aug 5, 2024
1 parent 976716e commit 86f0f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -27,7 +27,7 @@ include = [
]

[tool.poetry.dependencies]
aiohttp = "3.9.5"
aiohttp = "^3.9.5"
auth0-python = "^3.24.0"
python = "^3.12"
PyJWT = "^2.8.0"
Expand Down

0 comments on commit 86f0f0e

Please sign in to comment.