File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ croniter==6.0.0
2424discord.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
3333fuzzywuzzy==0.18.0
@@ -107,7 +107,7 @@ rich==14.2.0
107107
108108# ruamel-yaml: YAML parser/emitter supporting roundtrip comment preservation
109109ruamel.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
113113seaborn==0.13.2
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ discord-py==2.6.4
3030docopt == 0.6.2
3131et-xmlfile == 2.0.0
3232exceptiongroup == 1.3.0
33- eyed3 == 0.9.8
34- fastapi == 0.121.2
33+ eyed3 == 0.9.9
34+ fastapi == 0.121.3
3535filetype == 1.2.0
3636fonttools == 4.60.1
3737frozenlist == 1.8.0
@@ -83,15 +83,15 @@ rapidfuzz==3.14.3
8383referencing == 0.37.0
8484requests == 2.32.5
8585rich == 14.2.0
86- rpds-py == 0.28 .0
86+ rpds-py == 0.29 .0
8787ruamel-yaml == 0.18.16
88- ruamel-yaml-clib == 0.2.14 ; python_version < "3.14"
88+ ruamel-yaml-clib == 0.2.15
8989seaborn == 0.13.2
9090six == 1.17.0
9191smmap == 5.0.2
9292sniffio == 1.3.1
9393sqlparse == 0.5.3
94- starlette == 0.49.3
94+ starlette == 0.50.0
9595tomli == 2.3.0 ; python_version < "3.11"
9696tomli-w == 1.2.0
9797trueskill == 0.4.5
You can’t perform that action at this time.
0 commit comments