diff --git a/poetry.lock b/poetry.lock index 4222f2ea..9a46848c 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.7.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -3607,13 +3607,13 @@ test = ["pytest"] [[package]] name = "zipp" -version = "3.19.2" +version = "3.20.0" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.8" files = [ - {file = "zipp-3.19.2-py3-none-any.whl", hash = "sha256:f091755f667055f2d02b32c53771a7a6c8b47e1fdbc4b72a8b9072b3eef8015c"}, - {file = "zipp-3.19.2.tar.gz", hash = "sha256:bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19"}, + {file = "zipp-3.20.0-py3-none-any.whl", hash = "sha256:58da6168be89f0be59beb194da1250516fdaa062ccebd30127ac65d30045e10d"}, + {file = "zipp-3.20.0.tar.gz", hash = "sha256:0145e43d89664cfe1a2e533adc75adafed82fe2da404b4bbb6b026c0157bdb31"}, ] [package.extras] @@ -3629,4 +3629,4 @@ sqs = ["boto3", "botocore", "pycurl", "urllib3"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "bf213edf1f1d453c1340144256bf3a73fa309e06a6b15f45bcae8eda0a2861be" +content-hash = "b92774f4a4423e03c6cda41d72debd675d0f1304cc166b5da1e92173fdbafd6a" diff --git a/pyproject.toml b/pyproject.toml index b7d5eeee..0ca05789 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ redis = { version = "*", optional = true } python-memcached = { version = "*", optional = true } boto3 = { version = "*", optional = true } botocore = { version = "*", optional = true } -pycurl = { version = "*", optional = true } +pycurl = { version = "*", optional = true, markers = "sys_platform != 'win32' and platform_python_implementation=='CPython'" } urllib3 = { version = "*", optional = true } tenacity = ">=9.0.0" pytest-docker-tools = ">=3.1.3"