Skip to content

Commit

Permalink
Bump certifi from 2024.6.2 to 2024.7.4
Browse files Browse the repository at this point in the history
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.6.2 to 2024.7.4.
- [Commits](certifi/python-certifi@2024.06.02...2024.07.04)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent 6ff644a commit b894360
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 @@ -9,7 +9,7 @@ verify_ssl = true
apluggy = "==0.9.4"
attrs = "==23.2.0"
cattrs = {version="==23.2.3", python_version=">='3.7'"}
certifi = "==2024.6.2"
certifi = "==2024.7.4"
charset-normalizer = "==3.3.2"
click = "==8.1.7"
decorator = "==5.1.1"
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
Expand Up @@ -2,7 +2,7 @@
apluggy==0.9.4
attrs==23.2.0; python_version >= '3.7'
cattrs==23.2.3; python_version >= '3.7' and python_version >= '3.8'
certifi==2024.6.2; python_version >= '3.6'
certifi==2024.7.4; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7
decorator==5.1.1
Expand Down

0 comments on commit b894360

Please sign in to comment.