Skip to content

Commit dae6092

Browse files
chore(deps): update dependency httpx to v0.25.0
1 parent 86a8439 commit dae6092

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

end_to_end_tests/golden-record/pyproject.toml

+1-1
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.8"
16-
httpx = ">=0.20.0,<0.25.0"
16+
httpx = ">=0.20.0,<0.26.0"
1717
attrs = ">=21.3.0"
1818
python-dateutil = "^2.8.0"
1919

integration-tests/poetry.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/pyproject.toml

+1-1
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.8"
14-
httpx = ">=0.15.4,<0.25.0"
14+
httpx = ">=0.15.4,<0.26.0"
1515
attrs = ">=21.3.0"
1616
python-dateutil = "^2.8.0"
1717

poetry.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ isort = "^5.0.5"
2929
pydantic = "^2.1.1"
3030
attrs = ">=21.3.0"
3131
python-dateutil = "^2.8.1"
32-
httpx = ">=0.20.0,<0.25.0"
32+
httpx = ">=0.20.0,<0.26.0"
3333
autoflake = "^1.4 || ^2.0.0"
3434
PyYAML = "^6.0"
3535

0 commit comments

Comments
 (0)