Skip to content

Commit f959f04

Browse files
committed
chore(deps): update dependency httpx to >=0.15.4,<0.21.2
1 parent ccf1fab commit f959f04

File tree

3 files changed

+26
-10
lines changed

3 files changed

+26
-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
@@ -13,7 +13,7 @@ include = ["CHANGELOG.md", "my_test_api_client/py.typed"]
1313

1414
[tool.poetry.dependencies]
1515
python = "^3.6"
16-
httpx = ">=0.15.4,<0.21.0"
16+
httpx = ">=0.15.4,<0.21.2"
1717
attrs = ">=20.1.0,<22.0.0"
1818
python-dateutil = "^2.8.0"
1919

poetry.lock

Lines changed: 24 additions & 8 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,<5", 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.21.0"
34+
httpx = ">=0.15.4,<0.21.2"
3535
autoflake = "^1.4"
3636
typing-extensions = { version = "*", python = "<3.8" }
3737

0 commit comments

Comments
 (0)