Skip to content

Commit 54e2bc1

Browse files
committed
Update of requirements
1 parent 14b548e commit 54e2bc1

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirements.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ croniter==6.0.0
2424
discord.py==2.6.4
2525

2626
# eyeD3: Python module and program for processing ID3 tags (metadata) in MP3 files
27-
eyeD3==0.9.8
27+
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.121.2
30+
fastapi==0.121.3
3131

3232
# FuzzyWuzzy: Python library that uses Levenshtein Distance to calculate the differences between strings
3333
fuzzywuzzy==0.18.0
@@ -107,7 +107,7 @@ rich==14.2.0
107107

108108
# ruamel-yaml: YAML parser/emitter supporting roundtrip comment preservation
109109
ruamel.yaml==0.18.16
110-
ruamel-yaml-clib==0.2.14 ; python_version < "3.14"
110+
ruamel-yaml-clib==0.2.15
111111

112112
# seaborn: Extension for Matplotlib with more and nicer graphics
113113
seaborn==0.13.2

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ discord-py==2.6.4
3030
docopt==0.6.2
3131
et-xmlfile==2.0.0
3232
exceptiongroup==1.3.0
33-
eyed3==0.9.8
34-
fastapi==0.121.2
33+
eyed3==0.9.9
34+
fastapi==0.121.3
3535
filetype==1.2.0
3636
fonttools==4.60.1
3737
frozenlist==1.8.0
@@ -83,15 +83,15 @@ rapidfuzz==3.14.3
8383
referencing==0.37.0
8484
requests==2.32.5
8585
rich==14.2.0
86-
rpds-py==0.28.0
86+
rpds-py==0.29.0
8787
ruamel-yaml==0.18.16
88-
ruamel-yaml-clib==0.2.14 ; python_version < "3.14"
88+
ruamel-yaml-clib==0.2.15
8989
seaborn==0.13.2
9090
six==1.17.0
9191
smmap==5.0.2
9292
sniffio==1.3.1
9393
sqlparse==0.5.3
94-
starlette==0.49.3
94+
starlette==0.50.0
9595
tomli==2.3.0 ; python_version < "3.11"
9696
tomli-w==1.2.0
9797
trueskill==0.4.5

0 commit comments

Comments
 (0)