Skip to content

Commit

Permalink
Bump certifi from 2023.7.22 to 2023.11.17 (Taxel#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Dec 3, 2023
1 parent 7b85bdb commit 2f1235e
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]
attrs = "==23.1.0"
cattrs = {version="==23.2.3", python_version=">='3.7'"}
certifi = "==2023.7.22"
certifi = "==2023.11.17"
charset-normalizer = "==3.3.2"
click = "==8.1.7"
deprecated = "==1.2.14"
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
attrs==23.1.0; python_version >= '3.7'
cattrs==23.2.3; python_version >= '3.8'
certifi==2023.7.22; python_version >= '3.6'
certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand Down

0 comments on commit 2f1235e

Please sign in to comment.