Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiptenbrink committed Jan 12, 2023
1 parent 1efb27a commit b059e4a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
24 changes: 20 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.9"
httpx = "^0.23.0"
trio = ">= 0.20.0, < 0.22.0"
httpx = ">=0.23.0, < 0.24.0"
trio = ">= 0.20.0, < 0.23.0"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit b059e4a

Please sign in to comment.