Skip to content

Commit eb4ff85

Browse files
committed
T6783: refresh requirements to update Starlette for DoS CVE
1 parent 2ae38b3 commit eb4ff85

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

requirements.txt

+19-19
Original file line numberDiff line numberDiff line change
@@ -4,67 +4,67 @@
44
#
55
# pip-compile requirements.in
66
#
7-
annotated-types==0.6.0
7+
annotated-types==0.7.0
88
# via pydantic
9-
anyio==4.3.0
9+
anyio==4.6.2.post1
1010
# via
1111
# starlette
1212
# watchfiles
1313
ariadne==0.23.0
1414
# via -r requirements.in
1515
click==8.1.7
1616
# via uvicorn
17-
fastapi==0.110.1
17+
fastapi==0.115.2
1818
# via -r requirements.in
19-
graphql-core==3.2.3
19+
graphql-core==3.2.5
2020
# via
2121
# ariadne
2222
# sgqlc
2323
h11==0.14.0
2424
# via
2525
# uvicorn
2626
# wsproto
27-
httptools==0.6.1
27+
httptools==0.6.2
2828
# via uvicorn
29-
idna==3.7
29+
idna==3.10
3030
# via anyio
31-
makefun==1.15.2
31+
makefun==1.15.6
3232
# via -r requirements.in
33-
pydantic==2.7.0
33+
pydantic==2.9.2
3434
# via fastapi
35-
pydantic-core==2.18.1
35+
pydantic-core==2.23.4
3636
# via pydantic
37-
pyjwt==2.8.0
37+
pyjwt==2.9.0
3838
# via -r requirements.in
3939
python-dotenv==1.0.1
4040
# via uvicorn
41-
python-multipart==0.0.9
41+
python-multipart==0.0.12
4242
# via -r requirements.in
4343
python-pam==2.0.2
4444
# via -r requirements.in
45-
pyyaml==6.0.1
45+
pyyaml==6.0.2
4646
# via uvicorn
47-
sgqlc==16.3
47+
sgqlc==16.4
4848
# via -r requirements.in
4949
sniffio==1.3.1
5050
# via anyio
51-
starlette==0.37.2
51+
starlette==0.40.0
5252
# via
5353
# ariadne
5454
# fastapi
55-
typing-extensions==4.11.0
55+
typing-extensions==4.12.2
5656
# via
5757
# ariadne
5858
# fastapi
5959
# pydantic
6060
# pydantic-core
61-
uvicorn[standard]==0.29.0
61+
uvicorn[standard]==0.32.0
6262
# via -r requirements.in
63-
uvloop==0.19.0
63+
uvloop==0.21.0
6464
# via uvicorn
65-
watchfiles==0.21.0
65+
watchfiles==0.24.0
6666
# via uvicorn
67-
websockets==12.0
67+
websockets==13.1
6868
# via uvicorn
6969
wsproto==1.2.0
7070
# via -r requirements.in

0 commit comments

Comments
 (0)