diff --git a/poetry.lock b/poetry.lock index bf9d8c322..b5eaeb353 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1528,13 +1528,13 @@ test = ["setuptools (>=60)", "zest.releaser[recommended]"] [[package]] name = "pytest" -version = "8.2.0" +version = "8.2.1" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.2.0-py3-none-any.whl", hash = "sha256:1733f0620f6cda4095bbf0d9ff8022486e91892245bb9e7d5542c018f612f233"}, - {file = "pytest-8.2.0.tar.gz", hash = "sha256:d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f"}, + {file = "pytest-8.2.1-py3-none-any.whl", hash = "sha256:faccc5d332b8c3719f40283d0d44aa5cf101cec36f88cde9ed8f2bc0538612b1"}, + {file = "pytest-8.2.1.tar.gz", hash = "sha256:5046e5b46d8e4cac199c373041f26be56fdb81eb4e67dc11d4e10811fc3408fd"}, ] [package.dependencies] @@ -2013,17 +2013,17 @@ types-pyOpenSSL = "*" [[package]] name = "types-requests" -version = "2.31.0.2" +version = "2.31.0.20240406" description = "Typing stubs for requests" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "types-requests-2.31.0.2.tar.gz", hash = "sha256:6aa3f7faf0ea52d728bb18c0a0d1522d9bfd8c72d26ff6f61bfc3d06a411cf40"}, - {file = "types_requests-2.31.0.2-py3-none-any.whl", hash = "sha256:56d181c85b5925cbc59f4489a57e72a8b2166f18273fd8ba7b6fe0c0b986f12a"}, + {file = "types-requests-2.31.0.20240406.tar.gz", hash = "sha256:4428df33c5503945c74b3f42e82b181e86ec7b724620419a2966e2de604ce1a1"}, + {file = "types_requests-2.31.0.20240406-py3-none-any.whl", hash = "sha256:6216cdac377c6b9a040ac1c0404f7284bd13199c0e1bb235f4324627e8898cf5"}, ] [package.dependencies] -types-urllib3 = "*" +urllib3 = ">=2" [[package]] name = "types-setuptools" @@ -2036,17 +2036,6 @@ files = [ {file = "types_setuptools-70.0.0.20240524-py3-none-any.whl", hash = "sha256:8f5379b9948682d72a9ab531fbe52932e84c4f38deda570255f9bae3edd766bc"}, ] -[[package]] -name = "types-urllib3" -version = "1.26.25.14" -description = "Typing stubs for urllib3" -optional = false -python-versions = "*" -files = [ - {file = "types-urllib3-1.26.25.14.tar.gz", hash = "sha256:229b7f577c951b8c1b92c1bc2b2fdb0b49847bd2af6d1cc2a2e3dd340f3bda8f"}, - {file = "types_urllib3-1.26.25.14-py3-none-any.whl", hash = "sha256:9683bbb7fb72e32bfe9d2be6e04875fbe1b3eeec3cbb4ea231435aa7fd6b4f0e"}, -] - [[package]] name = "typing-extensions" version = "4.12.1" @@ -2281,4 +2270,4 @@ wsgi = ["pyramid"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "4677b00c8218463b9dd59a2f853d103a4acf99ac7390a8a01ed2f4b4fc99db0c" +content-hash = "0017659d4b37ede3dc8f11c3ef305e4a3af568429af77fe142531d7d71184690" diff --git a/pyproject.toml b/pyproject.toml index 7c2417bf8..ce6434db3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,11 +73,11 @@ all = ["azure-storage-blob", "azure-identity", "boto3", "pyramid", "redis", "pro prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy", "with_pyroma"] } prospector-profile-duplicated = "1.5.0" prospector-profile-utils = "1.7.2" -pytest = "8.2.0" +pytest = "8.2.1" pytest-cov = "5.0.0" types-boto = "2.49.18.20240205" types-redis = "4.6.0.20240425" -types-requests = "2.31.0.2" +types-requests = "2.31.0.20240406" pycairo = "1.26.0" Shapely = "2.0.4" urllib3 = "2.2.1" # Lock the used version to avoid lock issue