Skip to content

Commit eb29a99

Browse files
ADMS: vuln minor upgrades — 4 packages (minor: 4) [samples/openapi3]
1 parent 1518237 commit eb29a99

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
python_dateutil >= 2.5.3
22
setuptools >= 21.0.0
33
urllib3 >= 1.25.3, < 2.1.0
4-
pydantic >= 2
4+
pydantic>=2.13.4
55
typing-extensions >= 4.7.1
6-
aiohttp >= 3.0.0
6+
aiohttp>=3.14.1
77
aiohttp-retry >= 2.8.3
8-
pycryptodome >= 3.9.0
8+
pycryptodome>=3.23.0

samples/openapi3/client/petstore/python-aiohttp/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest~=7.1.3
1+
pytest~=7.4.4
22
pytest-cov>=2.8.1
33
pytest-randomly>=3.12.0
44
mypy>=1.4.1

samples/openapi3/client/petstore/python-pydantic-v1-aiohttp/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ setuptools >= 21.0.0
33
urllib3 >= 1.25.3, < 2.1.0
44
pydantic >= 1.10.5, < 2
55
aenum >= 3.1.11
6-
aiohttp >= 3.0.0
7-
pycryptodome >= 3.9.0
6+
aiohttp>=3.14.1
7+
pycryptodome>=3.23.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest~=7.1.3
1+
pytest~=7.4.4
22
pytest-cov>=2.8.1
33
pytest-randomly>=3.12.0

samples/openapi3/client/petstore/python-pydantic-v1/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ setuptools >= 21.0.0
33
urllib3 >= 1.25.3, < 2.1.0
44
pydantic >= 1.10.5, < 2
55
aenum >= 3.1.11
6-
pycryptodome >= 3.9.0
6+
pycryptodome>=3.23.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest~=7.1.3
1+
pytest~=7.4.4
22
pytest-cov>=2.8.1
33
pytest-randomly>=3.12.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
python_dateutil >= 2.5.3
22
setuptools >= 21.0.0
33
urllib3 >= 1.25.3, < 2.1.0
4-
pydantic >= 2
4+
pydantic>=2.13.4
55
typing-extensions >= 4.7.1
6-
pycryptodome >= 3.9.0
6+
pycryptodome>=3.23.0

samples/openapi3/client/petstore/python/test-requirements.txt

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest~=7.1.3
1+
pytest~=7.4.4
22
pytest-cov>=2.8.1
33
pytest-randomly>=3.12.0
44
mypy>=1.4.1

0 commit comments

Comments
 (0)