diff --git a/poetry.lock b/poetry.lock index 827a80b78a..91fc00e1e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "amqp" @@ -399,13 +399,13 @@ zstd = ["zstandard"] [[package]] name = "certifi" -version = "2022.9.24" +version = "2024.6.2" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2022.9.24-py3-none-any.whl", hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382"}, - {file = "certifi-2022.9.24.tar.gz", hash = "sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14"}, + {file = "certifi-2024.6.2-py3-none-any.whl", hash = "sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56"}, + {file = "certifi-2024.6.2.tar.gz", hash = "sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516"}, ] [[package]] @@ -3107,4 +3107,4 @@ caching = ["psycopg2"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "55a993bdb10bb6c73e73011a5b62e43b62c028d2523fa7073dc54244bf7cb927" +content-hash = "34be5e5242a64d64a372ac64984a27060f425b65009e624f2586989863ae14bb" diff --git a/pyproject.toml b/pyproject.toml index 951daa5c69..a8aa17eff2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ bleach = "5.0.1" autopep8 = "1.7.0" cached-property = "1.5.2" celery = "5.2.7" -certifi = "2022.9.24" +certifi = "2024.6.2" chardet = "5.1.0" defusedxml = "0.7.1" Django = "4.1"