Skip to content

Commit 7980d41

Browse files
committed
Changed urllib due to CVE-2025-66471, CVE-2025-66418
1 parent 2ed8b72 commit 7980d41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ discord.py==2.6.4
2727
eyeD3==0.9.9
2828

2929
# FastAPI: A modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints
30-
fastapi==0.123.8
30+
fastapi==0.123.10
3131

3232
# FuzzyWuzzy: Python library that uses Levenshtein Distance to calculate the differences between strings
3333
fuzzywuzzy==0.18.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ docopt==0.6.2
3131
et-xmlfile==2.0.0
3232
exceptiongroup==1.3.1
3333
eyed3==0.9.9
34-
fastapi==0.123.8
34+
fastapi==0.123.10
3535
filetype==1.2.0
3636
fonttools==4.61.0
3737
frozenlist==1.8.0

0 commit comments

Comments
 (0)