From 46ec53a882b09c2f208a3bac377de106fbb12071 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 14:37:43 -0300 Subject: [PATCH] fix(deps): update dependency certifi to v2024 [security] (#312) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d7397280..166fcd07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -131,13 +131,13 @@ files = [ [[package]] name = "certifi" -version = "2023.11.17" +version = "2024.8.30" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"}, - {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"}, + {file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"}, + {file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"}, ] [[package]] @@ -1545,4 +1545,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.10.9" -content-hash = "65c0f790d3375b1983cec552013082f2ea2037ce4e49e43a82b517713ecda8c1" +content-hash = "38718f1a99e6fb6cbee4e8b999bdf666099bc78dd5e197d822df00c29aaef261" diff --git a/pyproject.toml b/pyproject.toml index 619ce7e5..21cb617d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ boto3 = "1.34.153" cachetools = "4.2.4" # Pinned dependencies -certifi = "^2023.7.22" # pinned for security reasons: https://github.com/cds-snc/notification-utils/security/dependabot/22 +certifi = "^2024.0.0" # pinned for security reasons: https://github.com/cds-snc/notification-utils/security/dependabot/22 cryptography = "^43.0.0" # https://github.com/cds-snc/notification-utils/security/dependabot/31 Flask = "2.3.3" Flask-Redis = "0.4.0"