Update dependencies

Now using the PostgreSQL client library from the distribution package.
This commit is contained in:
Luís Murta 2024-01-21 11:47:01 +00:00
parent abf82176e5
commit 2267bb29b3
Signed by: satprog
GPG Key ID: 169EF1BBD7049F94
2 changed files with 901 additions and 817 deletions

1715
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@ python = "^3.11"
codetiming = "^1.4.0" codetiming = "^1.4.0"
matplotlib = "^3.7.1" matplotlib = "^3.7.1"
nordigen = "^1.3.1" nordigen = "^1.3.1"
psycopg2 = {extras = ["binary"], version = "^2.9.6"} psycopg2 = "^2.9.6"
python-dateutil = "^2.8.2" python-dateutil = "^2.8.2"
python-dotenv = "^1.0.0" python-dotenv = "^1.0.0"
pyyaml = "^6.0" pyyaml = "^6.0"
@ -27,6 +27,7 @@ pytest = "^7.3.0"
pytest-cov = "^4.0.0" pytest-cov = "^4.0.0"
pytest-mock = "^3.10.0" pytest-mock = "^3.10.0"
sqlalchemy = {extras = ["mypy"], version = "^2.0.9"} sqlalchemy = {extras = ["mypy"], version = "^2.0.9"}
ruff = "^0.0.267"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]