Skip to content

Commit 9cecd78

Browse files
committed
Updated requirements
1 parent 3f629e4 commit 9cecd78

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements.in

Lines changed: 3 additions & 3 deletions
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.10
30+
fastapi==0.124.4
3131

3232
# FuzzyWuzzy: Python library that uses Levenshtein Distance to calculate the differences between strings
3333
fuzzywuzzy==0.18.0
@@ -45,7 +45,7 @@ jsonschema==4.25.1
4545
lupa==2.6
4646

4747
# Matplotlib: Python 2D plotting library
48-
matplotlib>=3.9.4
48+
matplotlib==3.10.8
4949

5050
# MGRS: Python library for handling MGRS conversions
5151
mgrs>=1.5.0 ; python_version < "3.13"
@@ -73,7 +73,7 @@ pid==3.0.4
7373
pip-tools==7.5.2
7474

7575
# Psycopg: PostgreSQL database adapter for Python
76-
psycopg[binary]==3.3.1
76+
psycopg[binary]==3.3.2
7777

7878
# Psycopg Pool: PostgreSQL database adapter pool for Python
7979
psycopg-pool==3.3.0

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ docopt==0.6.2
3131
et-xmlfile==2.0.0
3232
exceptiongroup==1.3.1
3333
eyed3==0.9.9
34-
fastapi==0.123.10
34+
fastapi==0.124.4
3535
filetype==1.2.0
36-
fonttools==4.61.0
36+
fonttools==4.61.1
3737
frozenlist==1.8.0
3838
fuzzywuzzy==0.18.0
3939
gitdb==4.0.12
@@ -48,7 +48,7 @@ levenshtein==0.27.3
4848
lupa==2.6
4949
markdown-it-py==4.0.0
5050
markupsafe==3.0.3
51-
matplotlib==3.10.7
51+
matplotlib==3.10.8
5252
mdurl==0.1.2
5353
mgrs==1.5.0 ; python_version < "3.13"
5454
minidump==0.0.24 ; sys_platform == "win32"
@@ -64,8 +64,8 @@ pillow==12.0.0
6464
pip-tools==7.5.2
6565
propcache==0.4.1
6666
psutil==7.1.3
67-
psycopg==3.3.1
68-
psycopg-binary==3.3.1
67+
psycopg==3.3.2
68+
psycopg-binary==3.3.2
6969
psycopg-pool==3.3.0
7070
pydantic==2.12.5
7171
pydantic-core==2.41.5
@@ -99,7 +99,7 @@ typing-inspection==0.4.2
9999
tzdata==2025.2
100100
tzfpy==1.1.0
101101
upnpy==1.1.8 ; python_version >= "3.14"
102-
urllib3==2.6.0
102+
urllib3==2.6.2
103103
uvicorn==0.38.0
104104
watchdog==6.0.0
105105
wheel==0.45.1

0 commit comments

Comments
 (0)