diff --git a/poetry.lock b/poetry.lock index 857c031..29d866f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -150,13 +150,13 @@ files = [ [[package]] name = "certifi" -version = "2024.12.14" +version = "2025.1.31" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2024.12.14-py3-none-any.whl", hash = "sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56"}, - {file = "certifi-2024.12.14.tar.gz", hash = "sha256:b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db"}, + {file = "certifi-2025.1.31-py3-none-any.whl", hash = "sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe"}, + {file = "certifi-2025.1.31.tar.gz", hash = "sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651"}, ] [[package]] @@ -2009,4 +2009,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "8633eeb0ff521fc8f7c944679a20e70c87406c863cc80b04e6f2bd3dfc660732" +content-hash = "0d312ac2caf6bb311d28ee382f080fbfe4f133ae70cdbf8f6f030b0f72f30a03" diff --git a/pyproject.toml b/pyproject.toml index ea01aa3..4fb570e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ version = "0" # Version number is managed with tags in git attrs = "^24.2.0" better-profanity = "^0.7.0" boto3 = "^1.26.90" -certifi = "2024.12.14" +certifi = "2025.1.31" chardet = "^5.1.0" crispy-bootstrap4 = "^2024.1" crispy-forms-materialize = "0.2"