Skip to content

Commit ad936d8

Browse files
authored
fix starlette vulnerability (#1890)
### Feature or Bugfix - Bugfix ### Detail https://data.safetycli.com/v/80876/97c/
1 parent 66b2e6a commit ad936d8

File tree

5 files changed

+37
-38
lines changed

5 files changed

+37
-38
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
aws-cdk-lib==2.208.0
2-
boto3==1.40.48
3-
boto3-stubs==1.40.48
1+
aws-cdk-lib==2.232.1
2+
boto3==1.42.8
3+
boto3-stubs==1.42.8
44
cdk-nag==2.7.2
5-
fastapi == 0.116.1
6-
PyYAML==6.0.2
7-
requests==2.32.4
8-
tabulate==0.8.9
9-
uvicorn==0.15.0
5+
fastapi == 0.124.2
6+
PyYAML==6.0.3
7+
requests==2.32.5
8+
tabulate==0.9.0
9+
uvicorn==0.38.0
1010
werkzeug==3.1.4
11-
git-remote-codecommit==1.16
11+
git-remote-codecommit==1.17
1212
aws-ddk-core==1.4.1

backend/requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
ariadne==0.26.2
2-
aws-xray-sdk==2.4.3
3-
boto3==1.40.48
4-
fastapi == 0.116.1
2+
aws-xray-sdk==2.15.0
3+
boto3==1.42.8
4+
fastapi == 0.124.2
55
nanoid==2.0.0
6-
opensearch-py==3.0.0
7-
PyAthena==2.3.0
6+
opensearch-py==3.1.0
7+
PyAthena==3.22.0
88
psycopg2-binary>=2.9.9
99
pyjwt==2.10.1
10-
PyYAML==6.0.2
11-
requests==2.32.4
12-
requests_aws4auth==1.1.1
13-
sqlalchemy==2.0.41
14-
alembic==1.16.4
15-
retrying==1.3.4
16-
langchain-aws==0.2.28
17-
langchain-core==0.3.80
18-
pydantic==2.10.0
10+
PyYAML==6.0.3
11+
requests==2.32.5
12+
requests_aws4auth==1.3.1
13+
sqlalchemy==2.0.45
14+
alembic==1.17.2
15+
retrying==1.4.2
16+
langchain-aws==1.1.0
17+
langchain-core==1.1.3
18+
pydantic==2.12.5

deploy/requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
aws-cdk-lib==2.208.0
2-
boto3==1.40.48
3-
boto3-stubs==1.40.48
1+
aws-cdk-lib==2.232.1
2+
boto3==1.42.8
3+
boto3-stubs==1.42.8
44
cdk-nag==2.7.2
5-
typeguard==4.2.1
65
cdk-klayers==0.3.0

tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ pytest-cov==3.0.0
44
pytest-mock==3.6.1
55
pytest-dependency==0.5.1
66
httpx==0.27.2
7-
werkzeug==3.0.6
8-
assertpy==1.1.0
7+
werkzeug==3.1.4
8+
assertpy==1.1.0
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
assertpy==1.1.0
2-
boto3==1.40.48
3-
munch==2.5.0
4-
pytest==7.3.1
5-
pytest-cov==3.0.0
6-
pytest-mock==3.6.1
7-
pytest-dependency==0.5.1
8-
requests==2.32.4
9-
dataclasses-json==0.6.6
2+
boto3==1.42.8
3+
munch==4.0.0
4+
pytest==9.0.2
5+
pytest-cov==7.0.0
6+
pytest-mock==3.15.1
7+
pytest-dependency==0.6.0
8+
requests==2.32.5
9+
dataclasses-json==0.6.7
1010
werkzeug==3.1.4
11-
retrying==1.3.4
11+
retrying==1.4.2
1212
requests-oauthlib==2.0.0

0 commit comments

Comments
 (0)