Skip to content

Commit cd98278

Browse files
committed
chore(deps): update dependency httpx to >=0.23.0,<0.24.0
1 parent 26e7e0f commit cd98278

File tree

5 files changed

+28
-43
lines changed

5 files changed

+28
-43
lines changed

end_to_end_tests/golden-record/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ include = ["CHANGELOG.md", "my_test_api_client/py.typed"]
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.7"
16-
httpx = ">=0.15.4,<0.23.0"
16+
httpx = ">=0.23.0,<0.24.0"
1717
attrs = ">=21.3.0"
1818
python-dateutil = "^2.8.0"
1919

integration-tests/poetry.lock

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

integration-tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include = ["CHANGELOG.md", "open_api_test_server_client/py.typed"]
1111

1212
[tool.poetry.dependencies]
1313
python = "^3.7"
14-
httpx = ">=0.15.4,<0.23.0"
14+
httpx = ">=0.23.0,<0.24.0"
1515
attrs = ">=21.3.0"
1616
python-dateutil = "^2.8.0"
1717

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ importlib_metadata = {version = ">2,<5", python = "<3.8"}
3030
pydantic = "^1.6.1"
3131
attrs = ">=21.3.0"
3232
python-dateutil = "^2.8.1"
33-
httpx = ">=0.15.4,<0.23.0"
33+
httpx = ">=0.23.0,<0.24.0"
3434
autoflake = "^1.4"
3535
typing-extensions = { version = "*", python = "<3.8" }
3636
PyYAML = "^6.0"

0 commit comments

Comments
 (0)