File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ discord.py==2.6.4
2727eyeD3==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
3333fuzzywuzzy==0.18.0
@@ -45,7 +45,7 @@ jsonschema==4.25.1
4545lupa==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
5151mgrs>=1.5.0 ; python_version < "3.13"
@@ -73,7 +73,7 @@ pid==3.0.4
7373pip-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
7979psycopg-pool==3.3.0
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ docopt==0.6.2
3131et-xmlfile == 2.0.0
3232exceptiongroup == 1.3.1
3333eyed3 == 0.9.9
34- fastapi == 0.123.10
34+ fastapi == 0.124.4
3535filetype == 1.2.0
36- fonttools == 4.61.0
36+ fonttools == 4.61.1
3737frozenlist == 1.8.0
3838fuzzywuzzy == 0.18.0
3939gitdb == 4.0.12
@@ -48,7 +48,7 @@ levenshtein==0.27.3
4848lupa == 2.6
4949markdown-it-py == 4.0.0
5050markupsafe == 3.0.3
51- matplotlib == 3.10.7
51+ matplotlib == 3.10.8
5252mdurl == 0.1.2
5353mgrs == 1.5.0 ; python_version < "3.13"
5454minidump == 0.0.24 ; sys_platform == "win32"
@@ -64,8 +64,8 @@ pillow==12.0.0
6464pip-tools == 7.5.2
6565propcache == 0.4.1
6666psutil == 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
6969psycopg-pool == 3.3.0
7070pydantic == 2.12.5
7171pydantic-core == 2.41.5
@@ -99,7 +99,7 @@ typing-inspection==0.4.2
9999tzdata == 2025.2
100100tzfpy == 1.1.0
101101upnpy == 1.1.8 ; python_version >= "3.14"
102- urllib3 == 2.6.0
102+ urllib3 == 2.6.2
103103uvicorn == 0.38.0
104104watchdog == 6.0.0
105105wheel == 0.45.1
You can’t perform that action at this time.
0 commit comments