Skip to content

Commit

Permalink
Update cattrs requirement from ^23.2.3 to ^24.1.2
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@v23.2.3...v24.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 8aec874 commit 97f6730
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 @@ -22,7 +22,7 @@ requests = "^2.31.0"
pyperclip = "^1.8.2"
tqdm = "^4.66.2"
attrs = "^23.2.0 "
cattrs = "^23.2.3 "
cattrs = "^24.1.2"
loguru = "^0.7.0"
pydantic = {extras = ["dotenv"], version = "^2.7.0"}
sqlalchemy = "^2.0.29"
Expand Down

0 comments on commit 97f6730

Please sign in to comment.