diff --git a/poetry.lock b/poetry.lock index fad5e53bb7..dd2cfdadee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "advocate" @@ -253,7 +253,7 @@ description = "Backport of the standard library zoneinfo module" optional = false python-versions = ">=3.6" groups = ["main", "all_ds"] -markers = "python_version == \"3.8\"" +markers = "python_version < \"3.9\"" files = [ {file = "backports.zoneinfo-0.2.1-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:da6013fd84a690242c310d77ddb8441a559e9cb3d3d59ebac9aca1a57b2e18bc"}, {file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:89a48c0d158a3cc3f654da4c2de1ceba85263fafb861b98b59040a5086259722"}, @@ -4568,19 +4568,19 @@ files = [ [[package]] name = "requests" -version = "2.32.3" +version = "2.32.4" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" groups = ["main", "all_ds"] files = [ - {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, - {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, + {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, + {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, ] [package.dependencies] certifi = ">=2017.4.17" -charset-normalizer = ">=2,<4" +charset_normalizer = ">=2,<4" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<3" @@ -5485,6 +5485,7 @@ description = "Provider of IANA time zone data" optional = false python-versions = ">=2" groups = ["main", "all_ds"] +markers = "platform_system == \"Windows\"" files = [ {file = "tzdata-2025.2-py2.py3-none-any.whl", hash = "sha256:1a403fada01ff9221ca8044d701868fa132215d84beb92242d9acd2147f667a8"}, {file = "tzdata-2025.2.tar.gz", hash = "sha256:b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9"}, @@ -5966,4 +5967,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = ">=3.8,<3.11" -content-hash = "ee33f4494c213575cfae29a43d3a9e76deabae423c84779286a768f1a2b15278" +content-hash = "c04547dd59d1a784a2233de4c704989158abbd5069a671f8f1addaa9708464c2" diff --git a/pyproject.toml b/pyproject.toml index 848fa61287..76daf14922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ pytz = ">=2019.3" pyyaml = "6.0.1" redis = "4.6.0" regex = "2023.8.8" -requests = "2.32.3" +requests = "2.32.4" restrictedpython = "7.3" rq = "1.16.1" rq-scheduler = "0.13.1"