chore: bump psycopg

This commit is contained in:
DaanSelen
2025-11-26 12:42:27 +01:00
parent cd11e0495a
commit d55770c385
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@@ -10,7 +10,7 @@ src/static/pic.xd
*.conf
private_key.txt
public_key.txt
venv/**
*venv*
log/**
release/*
src/db/wgdashboard.db
@@ -51,4 +51,4 @@ coverage
*.sw?
*.tsbuildinfo
.vite/*
.vite/*

View File

@@ -10,7 +10,7 @@ requests==2.32.5
tcconfig==0.30.1
sqlalchemy==2.0.44
sqlalchemy_utils==0.42.0
psycopg[binary]==3.2.12
psycopg[binary]==3.2.13
PyMySQL==1.1.2
tzlocal==5.3.1
python-jose==3.5.0