Skip to content

Commit b41732f

Browse files
committed
fix(deps): update dependency attrs to v21
1 parent a731477 commit b41732f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-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
@@ -15,7 +15,7 @@ include = ["CHANGELOG.md", "my_test_api_client/py.typed"]
1515
[tool.poetry.dependencies]
1616
python = "^3.6"
1717
httpx = ">=0.15.4,<0.19.0"
18-
attrs = "^20.1.0"
18+
attrs = "^21.0.0"
1919
python-dateutil = "^2.8.0"
2020

2121
[tool.black]

poetry.lock

Lines changed: 8 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
@@ -29,7 +29,7 @@ isort = "^5.0.5"
2929
pyyaml = "^5.3.1"
3030
importlib_metadata = {version = "^2.0.0", python = "<3.8"}
3131
pydantic = "^1.6.1"
32-
attrs = "^20.1.0"
32+
attrs = "^21.0.0"
3333
python-dateutil = "^2.8.1"
3434
httpx = ">=0.15.4,<0.19.0"
3535
autoflake = "^1.4"

0 commit comments

Comments
 (0)