File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ pid==3.0.4
6868pip-tools>=7.5.0
6969
7070# Psycopg: PostgreSQL database adapter for Python
71- psycopg[binary]>= 3.2.6
71+ psycopg[binary]== 3.2.12
7272
7373# Psycopg Pool: PostgreSQL database adapter pool for Python
74- psycopg-pool>= 3.2.6
74+ psycopg-pool== 3.2.7
7575
7676# PSUtil: Cross-platform library to access system details and process utilities
77- psutil==7.1.1
77+ psutil==7.1.2
7878
7979# PyArrow: Python library providing high-performance tools for doing analytics on Arrow-based columnar data
8080pyarrow==22.0.0
@@ -121,7 +121,7 @@ trueskill==0.4.5
121121
122122# UPnPY: UPnP discoveries
123123upnpy==1.1.8 ; python_version >= "3.14"
124- miniupnpc==2.3.3 ; python version < ' 3.14'
124+ miniupnpc==2.3.3 ; python_version < " 3.14"
125125
126126# Uvicorn: ASGI server implemented using asyncio and uvloop
127127uvicorn==0.38.0
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ matplotlib==3.10.7
5353mdurl == 0.1.2
5454mgrs == 1.5.0 ; python_version < "3.13"
5555minidump == 0.0.24 ; sys_platform == "win32"
56+ miniupnpc == 2.3.3 ; python_version < "3.14"
5657multidict == 6.7.0
5758numpy == 2.2.6
5859openpyxl == 3.1.5
@@ -62,10 +63,10 @@ pid==3.0.4
6263pillow == 12.0.0
6364pip-tools == 7.5.1
6465propcache == 0.4.1
65- psutil == 7.1.1
66- psycopg == 3.2.11
67- psycopg-binary == 3.2.11
68- psycopg-pool == 3.2.6
66+ psutil == 7.1.2
67+ psycopg == 3.2.12
68+ psycopg-binary == 3.2.12
69+ psycopg-pool == 3.2.7
6970pyarrow == 22.0.0
7071pycparser == 2.23
7172pydantic == 2.12.3
@@ -100,8 +101,7 @@ trueskill==0.4.5
100101typing-extensions == 4.15.0
101102typing-inspection == 0.4.2
102103tzdata == 2025.2
103- miniupnpc == 2.3.3 ; python_version < '3.14'
104- upnpy == 1.1.8 ; python_version >= '3.14'
104+ upnpy == 1.1.8 ; python_version >= "3.14"
105105urllib3 == 2.5.0
106106uvicorn == 0.38.0
107107watchdog == 6.0.0
You can’t perform that action at this time.
0 commit comments