Skip to content

Commit ce81ab6

Browse files
authored
Merge pull request #121 from DCKcode/dckcode/httpx-v0.28.1
Update to HTTPX v0.28.1
2 parents 0bb9f60 + e0baca0 commit ce81ab6

File tree

2 files changed

+56
-49
lines changed

2 files changed

+56
-49
lines changed

poetry.lock

Lines changed: 54 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ repository = "https://github.com/1Password/connect-sdk-python"
1414
[tool.poetry.dependencies]
1515
python = "^3.9"
1616
python-dateutil = "^2.8.1"
17-
httpx = "^0.23.3"
17+
httpx = "^0.28.1"
1818

1919
[tool.poetry.group.dev.dependencies]
2020
pytest = "^7.2.0"
2121
pytest-asyncio = "^0.20.3"
2222
pytest-cov = "^4.0.0"
23-
respx = "^0.20.1"
23+
respx = "^0.22.0"
2424

2525
[build-system]
2626
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)