Skip to content

Commit

Permalink
Bump cattrs from 23.1.2 to 23.2.3 (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 3, 2023
1 parent 662c8d1 commit c419b4f
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 @@ -7,7 +7,7 @@ verify_ssl = true

[packages]
attrs = "==23.1.0"
cattrs = {version="==23.1.2", python_version=">='3.7'"}
cattrs = {version="==23.2.3", python_version=">='3.7'"}
certifi = "==2023.7.22"
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,6 +1,6 @@
-i https://pypi.org/simple
attrs==23.1.0; python_version >= '3.7'
cattrs==23.1.2; python_version >= '3.7'
cattrs==23.2.3; python_version >= '3.8'
certifi==2023.7.22; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
Expand Down

0 comments on commit c419b4f

Please sign in to comment.