Skip to content

Commit

Permalink
fix(deps): update httpx and pytest-httpx (#269)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 15, 2024
1 parent d96efac commit 83324f7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
19 changes: 9 additions & 10 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 @@ -21,7 +21,7 @@ images-upload-cli = "images_upload_cli._cli:cli"
[tool.poetry.dependencies]
python = "^3.10"
click = "^8.1.7"
httpx = "^0.27.0"
httpx = "^0.28.0"
loguru = "^0.7.2"
pillow = "^11.0.0"
pyperclip = "^1.9.0"
Expand All @@ -39,7 +39,7 @@ pytest = "^8.3.4"
pytest-asyncio = "^0.25.0"
pytest-benchmark = "^5.1.0"
pytest-cov = "^6.0.0"
pytest-httpx = "^0.33.0"
pytest-httpx = "^0.35.0"
pytest-mock = "^3.14.0"
logot = "^1.3.0"

Expand Down

0 comments on commit 83324f7

Please sign in to comment.