Merge pull request #2432 from GSA/dependabot/pip/certifi-2025.1.31

Bump certifi from 2024.8.30 to 2025.1.31
This commit is contained in:
Alex Janousek
2025-03-25 09:49:09 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -285,14 +285,14 @@ files = [
[[package]]
name = "certifi"
version = "2024.8.30"
version = "2025.1.31"
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.6"
groups = ["main", "dev"]
files = [
{file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"},
{file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"},
{file = "certifi-2025.1.31-py3-none-any.whl", hash = "sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe"},
{file = "certifi-2025.1.31.tar.gz", hash = "sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651"},
]
[[package]]
@@ -3322,4 +3322,4 @@ files = [
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "395f9ae0359f5da626aa774d6d9f6f8388b5fa063d9364fa602373a8ac52b9f7"
content-hash = "3948df5abe918572aac44fe7091a4930b5810373f7efc0fcde14ec08fab736bc"

View File

@@ -58,7 +58,7 @@ regex = "^2024.7.24"
s3transfer = "^0.10.2"
shapely = "^2.0.5"
smartypants = "^2.0.1"
certifi = "^2024.7.4"
certifi = "^2025.1.31"
charset-normalizer = "^3.3.2"
click = "^8.1.7"
idna = "^3.7"