Skip to content

Commit

Permalink
Chore(deps): Update cattrs requirement from <24 to <25
Browse files Browse the repository at this point in the history
Updates the requirements on [cattrs](https://github.com/python-attrs/cattrs) to permit the latest version.
- [Release notes](https://github.com/python-attrs/cattrs/releases)
- [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md)
- [Commits](python-attrs/cattrs@v0.2.0...v24.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Sep 2, 2024
1 parent e2c1ac1 commit c31393c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ dynamic = [
dependencies = [
"attrs<25",
"backports-strenum<1.3; python_version<'3.11'",
"cattrs<24",
"cattrs<25",
"simplejson<4",
"sqlalchemy-cratedb>=0.39.0",
"toolz<0.13",
Expand Down

0 comments on commit c31393c

Please sign in to comment.