From 9882b2041fb3ea4fdeff269afc4acbb1cc39dee1 Mon Sep 17 00:00:00 2001 From: gluap Date: Sat, 25 Mar 2023 13:50:42 +0100 Subject: [PATCH] update what can be updated without breaking stuff. --- api/requirements.txt | 12 ++++++------ api/setup.py | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 1d3d3f3..1f266a8 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,14 +1,14 @@ coloredlogs~=15.0.1 sanic==22.6.2 -oic~=1.3.0 +oic~=1.5.0 sanic-session~=0.8.0 python-slugify~=6.1.2 -motor~=3.0.0 +motor~=3.1.1 pyyaml<6 -e git+https://github.com/openmaptiles/openmaptiles-tools#egg=openmaptiles-tools -sqlparse~=0.4.2 -sqlalchemy[asyncio]~=1.4.39 -asyncpg~=0.24.0 +sqlparse~=0.4.3 +sqlalchemy[asyncio]~=1.4.46 +asyncpg~=0.27.0 pyshp~=2.3.1 -alembic~=1.7.7 +alembic~=1.9.4 stream-zip~=0.0.50 diff --git a/api/setup.py b/api/setup.py index 3a5f09f..a5395ba 100644 --- a/api/setup.py +++ b/api/setup.py @@ -15,14 +15,14 @@ setup( "oic>=1.3.0, <2", "sanic-session~=0.8.0", "python-slugify>=5.0.2,<6.2.0", - "motor>=2.5.1,<3.1.0", + "motor>=2.5.1,<3.1.2", "pyyaml<6", - "sqlparse~=0.4.2", + "sqlparse~=0.4.3", "openmaptiles-tools", # install from git "pyshp>=2.2,<2.4", - "sqlalchemy[asyncio]~=1.4.25", - "asyncpg~=0.24.0", - "alembic~=1.7.7", + "sqlalchemy[asyncio]~=1.4.46", + "asyncpg~=0.27.0", + "alembic~=1.9.4", "stream-zip~=0.0.50", ], entry_points={