From 05c13e78400db143c28ae43d6c6998173a1afe9b 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=204?= =?UTF-8?q?=20packages=20(minor:=203=20=C2=B7=20patch:=201)=20[samples/ope?= =?UTF-8?q?napi3]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../client/petstore/python-aiohttp/pyproject.toml | 8 ++++---- .../petstore/python-pydantic-v1-aiohttp/pyproject.toml | 6 +++--- .../client/petstore/python-pydantic-v1/pyproject.toml | 4 ++-- samples/openapi3/client/petstore/python/pyproject.toml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/samples/openapi3/client/petstore/python-aiohttp/pyproject.toml b/samples/openapi3/client/petstore/python-aiohttp/pyproject.toml index 1263eb6a3562..0765ec66fa14 100644 --- a/samples/openapi3/client/petstore/python-aiohttp/pyproject.toml +++ b/samples/openapi3/client/petstore/python-aiohttp/pyproject.toml @@ -14,15 +14,15 @@ python = "^3.7" urllib3 = ">= 1.25.3" python-dateutil = ">=2.8.2" -aiohttp = ">= 3.8.4" +aiohttp = ">=3.14.1" aiohttp-retry = ">= 2.8.3" pem = ">= 19.3.0" -pycryptodome = ">= 3.9.0" -pydantic = ">=2" +pycryptodome = ">=3.23.0" +pydantic = ">=2.13.4" typing-extensions = ">=4.7.1" [tool.poetry.dev-dependencies] -pytest = ">=7.2.1" +pytest = ">=7.2.2" tox = ">=3.9.0" flake8 = ">=4.0.0" types-python-dateutil = ">=2.8.19.14" diff --git a/samples/openapi3/client/petstore/python-pydantic-v1-aiohttp/pyproject.toml b/samples/openapi3/client/petstore/python-pydantic-v1-aiohttp/pyproject.toml index 8c0a993b36fa..a7762e749bac 100644 --- a/samples/openapi3/client/petstore/python-pydantic-v1-aiohttp/pyproject.toml +++ b/samples/openapi3/client/petstore/python-pydantic-v1-aiohttp/pyproject.toml @@ -14,14 +14,14 @@ python = "^3.7" urllib3 = ">= 1.25.3" python-dateutil = ">=2.8.2" -aiohttp = ">= 3.8.4" +aiohttp = ">=3.14.1" pem = ">= 19.3.0" -pycryptodome = ">= 3.9.0" +pycryptodome = ">=3.23.0" pydantic = "^1.10.5, <2" aenum = ">=3.1.11" [tool.poetry.dev-dependencies] -pytest = ">=7.2.1" +pytest = ">=7.2.2" tox = ">=3.9.0" flake8 = ">=4.0.0" diff --git a/samples/openapi3/client/petstore/python-pydantic-v1/pyproject.toml b/samples/openapi3/client/petstore/python-pydantic-v1/pyproject.toml index e3a793099344..fbb591420158 100644 --- a/samples/openapi3/client/petstore/python-pydantic-v1/pyproject.toml +++ b/samples/openapi3/client/petstore/python-pydantic-v1/pyproject.toml @@ -15,12 +15,12 @@ python = "^3.7" urllib3 = ">= 1.25.3" python-dateutil = ">=2.8.2" pem = ">= 19.3.0" -pycryptodome = ">= 3.9.0" +pycryptodome = ">=3.23.0" pydantic = "^1.10.5, <2" aenum = ">=3.1.11" [tool.poetry.dev-dependencies] -pytest = ">=7.2.1" +pytest = ">=7.2.2" tox = ">=3.9.0" flake8 = ">=4.0.0" diff --git a/samples/openapi3/client/petstore/python/pyproject.toml b/samples/openapi3/client/petstore/python/pyproject.toml index e416a2dcbdab..f73bbcc93926 100644 --- a/samples/openapi3/client/petstore/python/pyproject.toml +++ b/samples/openapi3/client/petstore/python/pyproject.toml @@ -15,12 +15,12 @@ python = "^3.7" urllib3 = ">= 1.25.3" python-dateutil = ">=2.8.2" pem = ">= 19.3.0" -pycryptodome = ">= 3.9.0" -pydantic = ">=2" +pycryptodome = ">=3.23.0" +pydantic = ">=2.13.4" typing-extensions = ">=4.7.1" [tool.poetry.dev-dependencies] -pytest = ">=7.2.1" +pytest = ">=7.2.2" tox = ">=3.9.0" flake8 = ">=4.0.0" types-python-dateutil = ">=2.8.19.14"