Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent cedc1eb commit 51751f7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 additions & 5 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pytest-cov = ">=4,<7"
#ensure urllib3 (for requests/sphinx) is greater than 1.26.5 to account for CVE-2021-33503
urllib3 = ">=1.26.15,<3.0.0"
#ensure certifi (for requests/sphinx) is greater than 2023.7.22 to account for CVE-2023-37920
certifi = ">=2023.7.22,<2025.0.0"
certifi = ">=2023.7.22,<2026.0.0"
#ensure requests (for sphinx) is greater than 2.31.0 to account for CVE-2023-32681
requests = "^2.31.0"
#ensure tornado (for sphinx) is greater than 6.3.3 to account for GHSA-qppv-j76h-2rpx
Expand Down

0 comments on commit 51751f7

Please sign in to comment.