Skip to content

Commit

Permalink
Updated development dependency httpx
Browse files Browse the repository at this point in the history
  • Loading branch information
JnyJny committed Dec 5, 2023
1 parent 9702ec3 commit 671d56c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
39 changes: 20 additions & 19 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 @@ -28,10 +28,10 @@ black = ">=22.12,<24.0"
pytest-cov = ">=3,<5"
mypy = ">=0.991,<1.5"
requests = "^2.28.1"
httpx = ">=0.23.2,<0.25.0"
pytest-mock = "^3.9.0"
poethepoet = "^0.19.0"
anyio = {extras = ["trio"], version = "^3.7.1"}
httpx = "^0.25.2"

[tool.poetry.scripts]
busylight="busylight.__main__:cli"
Expand Down

0 comments on commit 671d56c

Please sign in to comment.