Skip to content

Commit 92e1909

Browse files
committed
chore(deps): update dependency httpx to >=0.15.4,<0.19.1
1 parent b54a4fa commit 92e1909

File tree

4 files changed

+31
-10
lines changed

4 files changed

+31
-10
lines changed

end_to_end_tests/golden-record/pyproject.toml

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

1515
[tool.poetry.dependencies]
1616
python = "^3.6"
17-
httpx = ">=0.15.4,<0.19.0"
17+
httpx = ">=0.15.4,<0.19.1"
1818
attrs = ">=20.1.0,<22.0.0"
1919
python-dateutil = "^2.8.0"
2020

openapi_python_client/templates/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include = ["CHANGELOG.md", "{{ package_name }}/py.typed"]
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.6"
17-
httpx = ">=0.15.4,<0.19.0"
17+
httpx = ">=0.15.4,<0.19.1"
1818
attrs = ">=20.1.0,<22.0.0"
1919
python-dateutil = "^2.8.0"
2020

poetry.lock

Lines changed: 28 additions & 7 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
@@ -31,7 +31,7 @@ importlib_metadata = {version = "^2.0.0", python = "<3.8"}
3131
pydantic = "^1.6.1"
3232
attrs = "^21.0.0"
3333
python-dateutil = "^2.8.1"
34-
httpx = ">=0.15.4,<0.19.0"
34+
httpx = ">=0.15.4,<0.19.1"
3535
autoflake = "^1.4"
3636
typing-extensions = { version = "*", python = "<3.8" }
3737

0 commit comments

Comments
 (0)