Skip to content

Commit 822523c

Browse files
ADMS: vuln minor upgrades — 7 packages (minor: 4 · patch: 3) [samples/server]
1 parent 1518237 commit 822523c

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest~=7.1.0
1+
pytest~=7.1.3
22
pytest-cov>=2.8.1
33
pytest-randomly>=1.2.3
44
pytest-aiohttp>=0.3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest~=4.6.7 # needed for python 2.7+3.4
1+
pytest~=4.6.11 # needed for python 2.7+3.4
22
pytest-cov>=2.8.1
33
pytest-randomly==1.2.3 # needed for python 2.7+3.4
44
flask_testing==0.6.1

samples/server/petstore/python-fastapi/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ httptools==0.1.2
1616
httpx==0.24.1
1717
idna==3.7
1818
itsdangerous==1.1.0
19-
Jinja2==3.1.4
19+
Jinja2==3.1.6
2020
MarkupSafe==2.0.1
21-
orjson==3.9.15
21+
orjson==3.11.9
2222
promise==2.3
23-
pydantic>=2
23+
pydantic>=2.13.4
2424
python-dotenv==0.17.1
25-
python-multipart==0.0.7
25+
python-multipart==0.0.32
2626
PyYAML==5.4.1
27-
requests==2.32.0
27+
requests==2.34.2
2828
Rx==1.6.1
2929
starlette==0.36.3
3030
typing-extensions==4.8.0

samples/server/petstore/python-flask/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4"
1010
swagger-ui-bundle >= 0.0.2
1111
python_dateutil >= 2.6.0
1212
setuptools >= 21.0.0
13-
Flask == 2.1.1
13+
Flask==2.3.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest~=7.1.0
1+
pytest~=7.1.3
22
pytest-cov>=2.8.1
33
pytest-randomly>=1.2.3
44
Flask-Testing==0.8.1

0 commit comments

Comments
 (0)