Skip to content

Commit

Permalink
chore(deps): update dependency httpx to v0.28.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 9220217 commit c7a859c
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 27 deletions.
2 changes: 1 addition & 1 deletion end_to_end_tests/golden-record/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = ["CHANGELOG.md", "my_test_api_client/py.typed"]

[tool.poetry.dependencies]
python = "^3.9"
httpx = ">=0.20.0,<0.28.0"
httpx = ">=0.20.0,<0.29.0"
attrs = ">=21.3.0"
python-dateutil = "^2.8.0"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = ["CHANGELOG.md", "my_enum_api_client/py.typed"]

[tool.poetry.dependencies]
python = "^3.9"
httpx = ">=0.20.0,<0.28.0"
httpx = ">=0.20.0,<0.29.0"
attrs = ">=21.3.0"
python-dateutil = "^2.8.0"

Expand Down
2 changes: 1 addition & 1 deletion end_to_end_tests/metadata_snapshots/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
long_description_content_type="text/markdown",
packages=find_packages(),
python_requires=">=3.9, <4",
install_requires=["httpx >= 0.20.0, < 0.28.0", "attrs >= 21.3.0", "python-dateutil >= 2.8.0, < 3"],
install_requires=["httpx >=0.20.0, <0.29.0", "attrs >= 21.3.0", "python-dateutil >= 2.8.0, < 3"],
package_data={"test_3_1_features_client": ["py.typed"]},
)
2 changes: 1 addition & 1 deletion end_to_end_tests/test-3-1-golden-record/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include = ["CHANGELOG.md", "test_3_1_features_client/py.typed"]

[tool.poetry.dependencies]
python = "^3.9"
httpx = ">=0.20.0,<0.28.0"
httpx = ">=0.20.0,<0.29.0"
attrs = ">=21.3.0"
python-dateutil = "^2.8.0"

Expand Down
15 changes: 7 additions & 8 deletions integration-tests/pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A client library for accessing OpenAPI Test Server"
authors = []
readme = "README.md"
dependencies = [
"httpx>=0.20.0,<0.28.0",
"httpx>=0.20.0,<0.29.0",
"attrs>=21.3.0",
"python-dateutil>=2.8.0",
]
Expand Down
25 changes: 12 additions & 13 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies = [
"pydantic>=2.1.1,<3.0.0",
"attrs>=21.3.0",
"python-dateutil>=2.8.1,<3.0.0",
"httpx>=0.20.0,<0.28.0",
"httpx>=0.20.0,<0.29.0",
"ruamel.yaml>=0.18.6,<0.19.0",
"ruff>=0.2,<0.9",
"typing-extensions>=4.8.0,<5.0.0",
Expand Down

0 comments on commit c7a859c

Please sign in to comment.