update what can be updated without breaking stuff.

This commit is contained in:
gluap 2023-03-25 13:50:42 +01:00
parent a7566fb6b3
commit 9882b2041f
No known key found for this signature in database
2 changed files with 11 additions and 11 deletions

View file

@ -1,14 +1,14 @@
coloredlogs~=15.0.1 coloredlogs~=15.0.1
sanic==22.6.2 sanic==22.6.2
oic~=1.3.0 oic~=1.5.0
sanic-session~=0.8.0 sanic-session~=0.8.0
python-slugify~=6.1.2 python-slugify~=6.1.2
motor~=3.0.0 motor~=3.1.1
pyyaml<6 pyyaml<6
-e git+https://github.com/openmaptiles/openmaptiles-tools#egg=openmaptiles-tools -e git+https://github.com/openmaptiles/openmaptiles-tools#egg=openmaptiles-tools
sqlparse~=0.4.2 sqlparse~=0.4.3
sqlalchemy[asyncio]~=1.4.39 sqlalchemy[asyncio]~=1.4.46
asyncpg~=0.24.0 asyncpg~=0.27.0
pyshp~=2.3.1 pyshp~=2.3.1
alembic~=1.7.7 alembic~=1.9.4
stream-zip~=0.0.50 stream-zip~=0.0.50

View file

@ -15,14 +15,14 @@ setup(
"oic>=1.3.0, <2", "oic>=1.3.0, <2",
"sanic-session~=0.8.0", "sanic-session~=0.8.0",
"python-slugify>=5.0.2,<6.2.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", "pyyaml<6",
"sqlparse~=0.4.2", "sqlparse~=0.4.3",
"openmaptiles-tools", # install from git "openmaptiles-tools", # install from git
"pyshp>=2.2,<2.4", "pyshp>=2.2,<2.4",
"sqlalchemy[asyncio]~=1.4.25", "sqlalchemy[asyncio]~=1.4.46",
"asyncpg~=0.24.0", "asyncpg~=0.27.0",
"alembic~=1.7.7", "alembic~=1.9.4",
"stream-zip~=0.0.50", "stream-zip~=0.0.50",
], ],
entry_points={ entry_points={