Skip to content

Commit 305584f

Browse files
chore(deps): update dependency httpx to v0.28.1
1 parent 800a715 commit 305584f

File tree

8 files changed

+31
-33
lines changed

8 files changed

+31
-33
lines changed

end_to_end_tests/golden-record/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include = ["CHANGELOG.md", "my_test_api_client/py.typed"]
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.9"
15-
httpx = ">=0.20.0,<0.28.0"
15+
httpx = ">=0.20.0,<0.29.0"
1616
attrs = ">=21.3.0"
1717
python-dateutil = "^2.8.0"
1818

end_to_end_tests/literal-enums-golden-record/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include = ["CHANGELOG.md", "my_enum_api_client/py.typed"]
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.9"
15-
httpx = ">=0.20.0,<0.28.0"
15+
httpx = ">=0.20.0,<0.29.0"
1616
attrs = ">=21.3.0"
1717
python-dateutil = "^2.8.0"
1818

end_to_end_tests/metadata_snapshots/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
long_description_content_type="text/markdown",
1414
packages=find_packages(),
1515
python_requires=">=3.9, <4",
16-
install_requires=["httpx >= 0.20.0, < 0.28.0", "attrs >= 21.3.0", "python-dateutil >= 2.8.0, < 3"],
16+
install_requires=["httpx >=0.20.0, <0.29.0", "attrs >= 21.3.0", "python-dateutil >= 2.8.0, < 3"],
1717
package_data={"test_3_1_features_client": ["py.typed"]},
1818
)

end_to_end_tests/test-3-1-golden-record/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include = ["CHANGELOG.md", "test_3_1_features_client/py.typed"]
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.9"
15-
httpx = ">=0.20.0,<0.28.0"
15+
httpx = ">=0.20.0,<0.29.0"
1616
attrs = ">=21.3.0"
1717
python-dateutil = "^2.8.0"
1818

integration-tests/pdm.lock

+10-11
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
@@ -5,7 +5,7 @@ description = "A client library for accessing OpenAPI Test Server"
55
authors = []
66
readme = "README.md"
77
dependencies = [
8-
"httpx>=0.20.0,<0.28.0",
8+
"httpx>=0.20.0,<0.29.0",
99
"attrs>=21.3.0",
1010
"python-dateutil>=2.8.0",
1111
]

pdm.lock

+15-16
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
@@ -12,7 +12,7 @@ dependencies = [
1212
"pydantic>=2.1.1,<3.0.0",
1313
"attrs>=21.3.0",
1414
"python-dateutil>=2.8.1,<3.0.0",
15-
"httpx>=0.20.0,<0.28.0",
15+
"httpx>=0.20.0,<0.29.0",
1616
"ruamel.yaml>=0.18.6,<0.19.0",
1717
"ruff>=0.2,<0.9",
1818
"typing-extensions>=4.8.0,<5.0.0",

0 commit comments

Comments
 (0)