diff --git a/poetry.lock b/poetry.lock index aec00c0..78257b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "aiocontextvars" @@ -122,13 +122,13 @@ zstd = ["zstandard"] [[package]] name = "certifi" -version = "2019.9.11" +version = "2023.7.22" description = "Python package for providing Mozilla's CA Bundle." optional = false -python-versions = "*" +python-versions = ">=3.6" files = [ - {file = "certifi-2019.9.11-py2.py3-none-any.whl", hash = "sha256:fd7c7c74727ddcf00e9acd26bba8da604ffec95bf1c2144e67aff7a8b50e6cef"}, - {file = "certifi-2019.9.11.tar.gz", hash = "sha256:e4f3620cfea4f83eedc95b24abd9cd56f3c4b146dd0177e83a21b4eb49e21e50"}, + {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, + {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, ] [[package]] @@ -1794,4 +1794,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8b4b2d4aba69e72ec2fbd998cacbaa63b0eb116ab16f099e959143df5658b689" +content-hash = "faf583ee162aa4fc15cfe7575d812dfa1bcb14d14714644272aa193a1504ec42" diff --git a/pyproject.toml b/pyproject.toml index bb817c0..c048b7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ aiocontextvars = "0.2.2" amqp = "^5.2.0" beautifulsoup4 = "4.6.3" celery = ">=5.2.7,<5.3.0" -certifi = "2019.9.11" +certifi = "2023.7.22" chardet = "3.0.4" colorama = "0.4.1" colorlog = "4.0.2"