From 822523c637c281b04ba68e192706da7eae538ba8 Mon Sep 17 00:00:00 2001 From: "gh-worker-campaigns-3e9aa4[bot]" <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 07:17:05 +0000 Subject: [PATCH] =?UTF-8?q?ADMS:=20vuln=20minor=20upgrades=20=E2=80=94=207?= =?UTF-8?q?=20packages=20(minor:=204=20=C2=B7=20patch:=203)=20[samples/ser?= =?UTF-8?q?ver]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../python-aiohttp-srclayout/test-requirements.txt | 2 +- .../python-blueplanet/app/test-requirements.txt | 2 +- .../server/petstore/python-fastapi/requirements.txt | 10 +++++----- samples/server/petstore/python-flask/requirements.txt | 2 +- .../server/petstore/python-flask/test-requirements.txt | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/samples/server/petstore/python-aiohttp-srclayout/test-requirements.txt b/samples/server/petstore/python-aiohttp-srclayout/test-requirements.txt index bb7df90d4b2c..25318e614faa 100644 --- a/samples/server/petstore/python-aiohttp-srclayout/test-requirements.txt +++ b/samples/server/petstore/python-aiohttp-srclayout/test-requirements.txt @@ -1,4 +1,4 @@ -pytest~=7.1.0 +pytest~=7.1.3 pytest-cov>=2.8.1 pytest-randomly>=1.2.3 pytest-aiohttp>=0.3.0 diff --git a/samples/server/petstore/python-blueplanet/app/test-requirements.txt b/samples/server/petstore/python-blueplanet/app/test-requirements.txt index a2626d875ff4..71f7705c3144 100644 --- a/samples/server/petstore/python-blueplanet/app/test-requirements.txt +++ b/samples/server/petstore/python-blueplanet/app/test-requirements.txt @@ -1,4 +1,4 @@ -pytest~=4.6.7 # needed for python 2.7+3.4 +pytest~=4.6.11 # needed for python 2.7+3.4 pytest-cov>=2.8.1 pytest-randomly==1.2.3 # needed for python 2.7+3.4 flask_testing==0.6.1 \ No newline at end of file diff --git a/samples/server/petstore/python-fastapi/requirements.txt b/samples/server/petstore/python-fastapi/requirements.txt index 4cdf1cc2c8e9..2dfa1fdfd41e 100644 --- a/samples/server/petstore/python-fastapi/requirements.txt +++ b/samples/server/petstore/python-fastapi/requirements.txt @@ -16,15 +16,15 @@ httptools==0.1.2 httpx==0.24.1 idna==3.7 itsdangerous==1.1.0 -Jinja2==3.1.4 +Jinja2==3.1.6 MarkupSafe==2.0.1 -orjson==3.9.15 +orjson==3.11.9 promise==2.3 -pydantic>=2 +pydantic>=2.13.4 python-dotenv==0.17.1 -python-multipart==0.0.7 +python-multipart==0.0.32 PyYAML==5.4.1 -requests==2.32.0 +requests==2.34.2 Rx==1.6.1 starlette==0.36.3 typing-extensions==4.8.0 diff --git a/samples/server/petstore/python-flask/requirements.txt b/samples/server/petstore/python-flask/requirements.txt index 2cb06891ce9f..5807b81b5080 100644 --- a/samples/server/petstore/python-flask/requirements.txt +++ b/samples/server/petstore/python-flask/requirements.txt @@ -10,4 +10,4 @@ werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4" swagger-ui-bundle >= 0.0.2 python_dateutil >= 2.6.0 setuptools >= 21.0.0 -Flask == 2.1.1 +Flask==2.3.3 diff --git a/samples/server/petstore/python-flask/test-requirements.txt b/samples/server/petstore/python-flask/test-requirements.txt index 58f51d6a0027..413cb847a71f 100644 --- a/samples/server/petstore/python-flask/test-requirements.txt +++ b/samples/server/petstore/python-flask/test-requirements.txt @@ -1,4 +1,4 @@ -pytest~=7.1.0 +pytest~=7.1.3 pytest-cov>=2.8.1 pytest-randomly>=1.2.3 Flask-Testing==0.8.1