diff --git a/poetry.lock b/poetry.lock index cdcd73beb..aa6936b5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1727,13 +1727,13 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "requests" -version = "2.32.2" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, - {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] @@ -2048,13 +2048,13 @@ types-cffi = "*" [[package]] name = "types-redis" -version = "4.6.0.20240819" +version = "4.6.0.20240903" description = "Typing stubs for redis" optional = false python-versions = ">=3.8" files = [ - {file = "types-redis-4.6.0.20240819.tar.gz", hash = "sha256:08f51f550ad41d0152bd98d77ac9d6d8f761369121710a213642f6036b9a7183"}, - {file = "types_redis-4.6.0.20240819-py3-none-any.whl", hash = "sha256:86db9af6f0033154e12bc22c77236cef0907b995fda8c9f0f0eacd59943ed2fc"}, + {file = "types-redis-4.6.0.20240903.tar.gz", hash = "sha256:4bab1a378dbf23c2c95c370dfdb89a8f033957c4fd1a53fee71b529c182fe008"}, + {file = "types_redis-4.6.0.20240903-py3-none-any.whl", hash = "sha256:0e7537e5c085fe96b7d468d5edae0cf667b4ba4b62c6e4a5dfc340bd3b868c23"}, ] [package.dependencies] @@ -2099,13 +2099,13 @@ files = [ [[package]] name = "urllib3" -version = "2.2.2" +version = "2.2.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, - {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, + {file = "urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"}, + {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"}, ] [package.extras] @@ -2322,4 +2322,4 @@ wsgi = ["pyramid"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "4ae2b0737917f77ab35ef8421f43dd988613b4129eabdd717f0d0182602b87b3" +content-hash = "ca687cfb24ba2e31be29f471d6b79416b326ec6e4c1ea0fb8cb51b683f1d7028" diff --git a/pyproject.toml b/pyproject.toml index d6caf6f8b..afe826232 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ prometheus_client = { version = "0.20.0", optional = true } Pillow = "10.3.0" pyproj = "3.6.1" pyramid = { version = "2.0.2", optional = true } -requests = "2.32.2" +requests = "2.32.3" redis = { version = "5.0.8", optional = true } cryptography = "43.0.1" @@ -77,11 +77,11 @@ prospector-profile-utils = "1.7.2" pytest = "8.2.2" pytest-cov = "5.0.0" types-boto = "2.49.18.20240806" -types-redis = "4.6.0.20240819" +types-redis = "4.6.0.20240903" types-requests = "2.31.0.20240406" pycairo = "1.26.1" Shapely = "2.0.6" -urllib3 = "2.2.2" # Lock the used version to avoid lock issue +urllib3 = "2.2.3" # Lock the used version to avoid lock issue [build-system] requires = [ diff --git a/requirements.txt b/requirements.txt index 329e5cc95..2f33c3ee4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ poetry==1.8.3 poetry-plugin-export==1.8.0 poetry-plugin-tweak-dependencies-version==1.5.2 -poetry-dynamic-versioning==1.4.0 +poetry-dynamic-versioning==1.4.1 poetry-plugin-drop-python-upper-constraint==0.1.0