diff --git a/poetry.lock b/poetry.lock index b939c7f..a12fe81 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[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]] @@ -198,4 +198,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9e453eb819ef88814b88caf82f197a00b44cdc29dd4d07782dab54cfb9bcaa58" +content-hash = "e1b84670589bf014314bb1c413dc2931683dc2c037dddb4a12a520511efd1145" diff --git a/pyproject.toml b/pyproject.toml index 8cbbdb7..9e7201a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [{include = "badgesort"}] [tool.poetry.dependencies] python = "^3.9" -certifi = "2023.11.17" +certifi = "2024.8.30" chardet = "5.2.0" idna = "3.6" poetry-core = "1.8.1"