diff --git a/poetry.lock b/poetry.lock index 5ccd818..72d88cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -139,13 +139,13 @@ typecheck = ["mypy"] [[package]] name = "certifi" -version = "2019.11.28" +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.11.28-py2.py3-none-any.whl", hash = "sha256:017c25db2a153ce562900032d5bc68e9f191e44e9a0f762f373977de9df1fbb3"}, - {file = "certifi-2019.11.28.tar.gz", hash = "sha256:25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f"}, + {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, + {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, ] [[package]] @@ -723,4 +723,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "e7180b607e00cfd469a8887109059b39e7bc93859ecd5e84485cbda6b6fa7cdb" +content-hash = "18fbf1c0c8e344ea5c6df4657abb1acf2d88d739a703fbd6421abbb64d06ddfa" diff --git a/pyproject.toml b/pyproject.toml index c69818e..4cf7f0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ aiohttp-basicauth = "^0.1.2" appdirs = "^1.4.3" async-timeout = "^3.0.1" attrs = "^19.3.0" -certifi = "^2019.11.28" +certifi = "^2023.7.22" chardet = "^3.0.4" idna = "^2.8" multidict = "^4.7.3"