Skip to content

Commit b23ad89

Browse files
committed
new libs
1 parent 952cc77 commit b23ad89

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ pid==3.0.4
6868
pip-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
8080
pyarrow==22.0.0
@@ -121,7 +121,7 @@ trueskill==0.4.5
121121

122122
# UPnPY: UPnP discoveries
123123
upnpy==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
127127
uvicorn==0.38.0

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ matplotlib==3.10.7
5353
mdurl==0.1.2
5454
mgrs==1.5.0 ; python_version < "3.13"
5555
minidump==0.0.24 ; sys_platform == "win32"
56+
miniupnpc==2.3.3 ; python_version < "3.14"
5657
multidict==6.7.0
5758
numpy==2.2.6
5859
openpyxl==3.1.5
@@ -62,10 +63,10 @@ pid==3.0.4
6263
pillow==12.0.0
6364
pip-tools==7.5.1
6465
propcache==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
6970
pyarrow==22.0.0
7071
pycparser==2.23
7172
pydantic==2.12.3
@@ -100,8 +101,7 @@ trueskill==0.4.5
100101
typing-extensions==4.15.0
101102
typing-inspection==0.4.2
102103
tzdata==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"
105105
urllib3==2.5.0
106106
uvicorn==0.38.0
107107
watchdog==6.0.0

0 commit comments

Comments
 (0)