Skip to content

Commit 1b8ea64

Browse files
update dependencies to fix security issues (i didnt test if anything
broke smh)
1 parent e0215cf commit 1b8ea64

File tree

1 file changed

+41
-39
lines changed

1 file changed

+41
-39
lines changed

requirements.txt

Lines changed: 41 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,41 @@
1-
aiofiles==25.1.0
2-
aiohappyeyeballs==2.6.1
3-
aiohttp==3.13.2
4-
aiosignal==1.4.0
5-
annotated-types==0.7.0
6-
anyio==4.11.0
7-
attrs==25.4.0
8-
bcrypt==5.0.0
9-
beautifulsoup4==4.14.2
10-
click==8.3.1
11-
dnspython==2.8.0
12-
fastapi==0.121.2
13-
frozenlist==1.8.0
14-
greenlet==3.2.4
15-
h11==0.16.0
16-
html5lib==1.1
17-
idna==3.11
18-
itsdangerous==2.2.0
19-
Jinja2==3.1.6
20-
lxml==6.0.2
21-
MarkupSafe==3.0.3
22-
motor==3.7.1
23-
multidict==6.7.0
24-
playwright==1.56.0
25-
propcache==0.4.1
26-
pydantic==2.12.4
27-
pydantic_core==2.41.5
28-
pyee==13.0.0
29-
pymongo==4.15.4
30-
python-multipart==0.0.20
31-
six==1.17.0
32-
sniffio==1.3.1
33-
soupsieve==2.8
34-
starlette==0.49.3
35-
typing-inspection==0.4.2
36-
typing_extensions==4.15.0
37-
uvicorn==0.38.0
38-
webencodings==0.5.1
39-
yarl==1.22.0
1+
aiofiles~=25.1.0
2+
aiohappyeyeballs~=2.6.1
3+
aiohttp~=3.13.3
4+
aiosignal~=1.4.0
5+
annotated-doc~=0.0.4
6+
annotated-types~=0.7.0
7+
anyio~=4.11.0
8+
attrs~=25.4.0
9+
bcrypt~=5.0.0
10+
beautifulsoup4~=4.14.3
11+
click~=8.3.1
12+
dnspython~=2.8.0
13+
fastapi~=0.121.3
14+
frozenlist~=1.8.0
15+
greenlet~=3.2.4
16+
h11~=0.16.0
17+
html5lib~=1.1
18+
idna~=3.11
19+
itsdangerous~=2.2.0
20+
Jinja2~=3.1.6
21+
lxml~=6.0.2
22+
MarkupSafe~=3.0.3
23+
motor~=3.7.1
24+
multidict~=6.7.0
25+
playwright~=1.56.0
26+
propcache~=0.4.1
27+
pur~=7.3.3
28+
pydantic~=2.12.5
29+
pydantic_core~=2.41.5
30+
pyee~=13.0.0
31+
pymongo~=4.15.5
32+
python-multipart~=0.0.21
33+
six~=1.17.0
34+
sniffio~=1.3.1
35+
soupsieve~=2.8.1
36+
starlette~=0.49.3
37+
typing-inspection~=0.4.2
38+
typing_extensions~=4.15.0
39+
uvicorn~=0.38.0
40+
webencodings~=0.5.1
41+
yarl~=1.22.0

0 commit comments

Comments
 (0)