diff --git a/poetry.lock b/poetry.lock index 41f97582..059ab96c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "certifi" -version = "2023.11.17" +version = "2024.7.4" 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.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"}, + {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"}, ] [[package]] @@ -492,4 +492,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "299d2143da9b71de702c8c66de9bc8ea77c82ab6440a40b1f941ab4b85032138" +content-hash = "975e586d2c9da090a822818f651c5f5bc02e22f7f14a1408befa63292fcb425a" diff --git a/pyproject.toml b/pyproject.toml index b57fa865..2fa2a982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.dependencies] python = "^3.9" -certifi = "2023.11.17" +certifi = "2024.7.4" cfgv = "3.4.0" charset-normalizer = "3.3.2" decorator = "5.1.1"