Update attrs requirement from >=20.1.0,<23.0.0 to >=20.1.0,<24.0.0 (#75)

Updates the requirements on [attrs](https://github.com/python-attrs/attrs) to permit the latest version.
- [Release notes](https://github.com/python-attrs/attrs/releases)
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python-attrs/attrs/compare/20.1.0...23.1.0)

---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-04-17 10:07:29 -07:00
committed by GitHub
parent 573f4a8bc8
commit 67da0afff9

View File

@ -14,7 +14,7 @@ include = ["CHANGELOG.md", "kittycad/py.typed"]
[tool.poetry.dependencies]
python = "^3.7"
httpx = ">=0.15.4,<0.24.0"
attrs = ">=20.1.0,<23.0.0"
attrs = ">=20.1.0,<24.0.0"
python-dateutil = "^2.8.0"
[tool.poetry.dev-dependencies]