diff --git a/poetry.lock b/poetry.lock index 0af70b769..af4009f0e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "aiocache" @@ -351,13 +351,13 @@ develop = ["aiomisc-pytest", "pytest", "pytest-cov"] [[package]] name = "certifi" -version = "2024.7.4" +version = "2025.1.31" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"}, - {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"}, + {file = "certifi-2025.1.31-py3-none-any.whl", hash = "sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe"}, + {file = "certifi-2025.1.31.tar.gz", hash = "sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651"}, ] [[package]] @@ -1616,4 +1616,4 @@ uvloop = ["uvloop"] [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "780b309916bcdb50e3305939b8241be25313e398fb6356eda2fcababb8fd99c6" +content-hash = "9c7bace8cd3363b62cd0ddd3bb6f4c13891bd270a58bca8c91b884a594b0461a" diff --git a/pyproject.toml b/pyproject.toml index a0a3a8180..e5b310fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ aiopath = [ { version = "^0.6.11", python = ">=3.10" }, ] aiorun = ">=2022.11.1,<2025.0.0" -certifi = { version = ">=2022.12.7,<2025.0.0", platform = "windows" } +certifi = { version = ">=2022.12.7,<2026.0.0", platform = "windows" } colorlog = "^6.7.0" frozenlist = "^1.3.3" meval = "^2.5"