diff --git a/docs/adr/assets/ADR-003/examples/python/requirements.txt b/docs/adr/assets/ADR-003/examples/python/requirements.txt index 2217ba55..695e2188 100644 --- a/docs/adr/assets/ADR-003/examples/python/requirements.txt +++ b/docs/adr/assets/ADR-003/examples/python/requirements.txt @@ -1,2 +1,2 @@ PyJWT==2.12.0 -requests==2.32.4 +requests==2.33.1 diff --git a/infrastructure/images/api-gateway-mock/resources/requirements.txt b/infrastructure/images/api-gateway-mock/resources/requirements.txt index 46ad81fd..9eab1d1c 100644 --- a/infrastructure/images/api-gateway-mock/resources/requirements.txt +++ b/infrastructure/images/api-gateway-mock/resources/requirements.txt @@ -1,3 +1,3 @@ -flask==3.1.2 +flask==3.1.3 flask-cors==6.0.2 -requests==2.32.5 +requests==2.33.1 diff --git a/mocks/poetry.lock b/mocks/poetry.lock index a803f453..c049e8db 100644 --- a/mocks/poetry.lock +++ b/mocks/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1316,14 +1316,14 @@ cli = ["click (>=5.0)"] [[package]] name = "requests" -version = "2.33.0" +version = "2.33.1" description = "Python HTTP for Humans." optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b"}, - {file = "requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"}, + {file = "requests-2.33.1-py3-none-any.whl", hash = "sha256:4e6d1ef462f3626a1f0a0a9c42dd93c63bad33f9f1c1937509b8c5c8718ab56a"}, + {file = "requests-2.33.1.tar.gz", hash = "sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517"}, ] [package.dependencies] @@ -1334,7 +1334,6 @@ urllib3 = ">=1.26,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] -test = ["PySocks (>=1.5.6,!=1.5.7)", "pytest (>=3)", "pytest-cov", "pytest-httpbin (==2.1.0)", "pytest-mock", "pytest-xdist"] use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] @@ -1350,10 +1349,10 @@ files = [ ] [package.dependencies] -botocore = ">=1.37.4,<2.0a.0" +botocore = ">=1.37.4,<2.0a0" [package.extras] -crt = ["botocore[crt] (>=1.37.4,<2.0a.0)"] +crt = ["botocore[crt] (>=1.37.4,<2.0a0)"] [[package]] name = "six" @@ -1900,4 +1899,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = ">3.13,<4.0.0" -content-hash = "73b7588086b7d206b76fbb887758346254246965ba3b5a8698ddbc01f842cc1c" +content-hash = "c57a74f57955a36d6251e30a3bc95753f214da5831c5b780168764a17d262ffd" diff --git a/mocks/pyproject.toml b/mocks/pyproject.toml index f5e00b73..75a0f193 100644 --- a/mocks/pyproject.toml +++ b/mocks/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "aws-lambda-powertools (>=3.24.0,<4.0.0)", "pydantic (>=2.12.5,<3.0.0)", "boto3 (>=1.42.50,<2.0.0)", - "requests (>=2.33.0,<3.0.0)" + "requests (>=2.33.1,<3.0.0)" ] [tool.poetry] @@ -54,7 +54,7 @@ dev = [ "pytest-bdd (>=8.1.0,<9.0.0)", "pytest-cov (>=7.0.0,<8.0.0)", "pytest-html (>=4.1.1,<5.0.0)", - "requests>=2.31.0", + "requests>=2.33.1", "types-boto3 (>=1.42.51,<2.0.0)", "python-dotenv (>=1.2.2,<2.0.0)", "types-requests (>=2.32.4.20250913,<3.0.0.0)", diff --git a/pathology-api/poetry.lock b/pathology-api/poetry.lock index e2814a8c..31a83000 100644 --- a/pathology-api/poetry.lock +++ b/pathology-api/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. [[package]] name = "annotated-types" @@ -826,7 +826,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.03.6" +jsonschema-specifications = ">=2023.3.6" referencing = ">=0.28.4" rpds-py = ">=0.7.1" @@ -2253,25 +2253,25 @@ rpds-py = ">=0.7.0" [[package]] name = "requests" -version = "2.32.5" +version = "2.33.1" description = "Python HTTP for Humans." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"}, - {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"}, + {file = "requests-2.33.1-py3-none-any.whl", hash = "sha256:4e6d1ef462f3626a1f0a0a9c42dd93c63bad33f9f1c1937509b8c5c8718ab56a"}, + {file = "requests-2.33.1.tar.gz", hash = "sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517"}, ] [package.dependencies] -certifi = ">=2017.4.17" +certifi = ">=2023.5.7" charset_normalizer = ">=2,<4" idna = ">=2.5,<4" -urllib3 = ">=1.21.1,<3" +urllib3 = ">=1.26,<3" [package.extras] socks = ["PySocks (>=1.5.6,!=1.5.7)"] -use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] +use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"] [[package]] name = "rich" @@ -2430,10 +2430,10 @@ files = [ ] [package.dependencies] -botocore = ">=1.37.4,<2.0a.0" +botocore = ">=1.37.4,<2.0a0" [package.extras] -crt = ["botocore[crt] (>=1.37.4,<2.0a.0)"] +crt = ["botocore[crt] (>=1.37.4,<2.0a0)"] [[package]] name = "schemathesis" @@ -2851,4 +2851,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = ">3.13,<4.0.0" -content-hash = "0c30b5408d92bdd3b3fa5638a01d6b4652cf927f8af65bf8f896f616d433b1c3" +content-hash = "3452dec921e1c3c0aba6e41e3ab21a56e5b8d8a10af232a059e65cab688e4906" diff --git a/pathology-api/pyproject.toml b/pathology-api/pyproject.toml index 8b924d24..003abf89 100644 --- a/pathology-api/pyproject.toml +++ b/pathology-api/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "aws-lambda-powertools (>=3.24.0,<4.0.0)", "pydantic (>=2.12.5,<3.0.0)", "pyjwt[crypto] (>=2.11.0,<3.0.0)", - "requests>=2.31.0", + "requests>=2.33.1", "boto3 (>=1.42.64,<2.0.0)" ]