Skip to content

Commit

Permalink
fix(deps): update httpx and respx
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Oct 14, 2021
1 parent 144b6bb commit 27aa596
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 44 deletions.
85 changes: 43 additions & 42 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 @@ -26,7 +26,7 @@ netlify-builds = "netlify_builds.cli:main"

[tool.poetry.dependencies]
python = "^3.7"
httpx = "^0.19.0"
httpx = "^0.20.0"
python-dateutil = "^2.8.1"
rich = "^10.0.0"

Expand All @@ -39,7 +39,7 @@ pytest-asyncio = "^0.15.0"
pytest-cov = "^3.0.0"
pytest-mock = "^3.3.1"
pyupgrade = "^2.7.4"
respx = "^0.17.0"
respx = "^0.18.0"
time-machine = "^2.0.0"
tox = "^3.20.1"

Expand Down

0 comments on commit 27aa596

Please sign in to comment.