Skip to content

Commit

Permalink
chore(deps): update dependency httpx to v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent 2d60708 commit 38853c8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
25 changes: 13 additions & 12 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 @@ -9,7 +9,7 @@ python = "^3.11"
fastapi = "==0.95.1"
uvicorn = "==0.22.0"
slack-bolt = "^1.16.2"
httpx = "^0.24.0"
httpx = "^0.26.0"
path-py = "^12.5.0"
ruff = "^0.0.265"

Expand All @@ -21,7 +21,7 @@ pre-commit = "==3.3.1"
pytest-cov = "==4.0.0"
pytest-mock = "==3.10.0"
mypy = "==1.3.0"
httpx = "==0.24.0"
httpx = "==0.26.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 38853c8

Please sign in to comment.