Skip to content

Commit

Permalink
Bump cattrs from 24.1.0 to 24.1.1
Browse files Browse the repository at this point in the history
Bumps [cattrs](https://github.com/python-attrs/cattrs) from 24.1.0 to 24.1.1.
- [Release notes](https://github.com/python-attrs/cattrs/releases)
- [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md)
- [Commits](python-attrs/cattrs@v24.1.0...v24.1.1)

---
updated-dependencies:
- dependency-name: cattrs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 11, 2024
1 parent 543f5b3 commit 632259b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ verify_ssl = true
[packages]
apluggy = "==0.9.4"
attrs = "==24.2.0"
cattrs = {version="==24.1.0", python_version=">='3.7'"}
cattrs = {version="==24.1.1", python_version=">='3.7'"}
certifi = "==2024.8.30"
charset-normalizer = "==3.3.2"
click = "==8.1.7"
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-i https://pypi.org/simple
apluggy==0.9.4
attrs==24.2.0; python_version >= '3.7'
cattrs==24.1.0; python_version >= '3.8'
cattrs==24.1.1; python_version >= '3.8'
certifi==2024.8.30; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7
Expand Down

0 comments on commit 632259b

Please sign in to comment.