Skip to content

Commit

Permalink
Bump cattrs from 23.2.3 to 24.1.0 (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 33e90e1 commit 4ef2929
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 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="==23.2.3", python_version=">='3.7'"}
cattrs = {version="==24.1.0", python_version=">='3.7'"}
certifi = "==2024.7.4"
charset-normalizer = "==3.3.2"
click = "==8.1.7"
Expand Down
11 changes: 6 additions & 5 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==23.2.3; python_version >= '3.7' and python_version >= '3.8'
cattrs==24.1.0; python_version >= '3.8'
certifi==2024.7.4; 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 4ef2929

Please sign in to comment.