Skip to content

Commit

Permalink
Update requirements for compare-db for Bullseye
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Sopel committed May 29, 2023
1 parent 1c8d81f commit acc9436
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions compare-db/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
postgresql-installed:
image: postgres:11
image: postgres:13
environment:
POSTGRES_PASSWORD: secret
POSTGRES_DATABASE: asterisk
Expand All @@ -11,7 +11,7 @@ services:
- type: tmpfs
target: /var/lib/postgresql/data
postgresql-migrated:
image: postgres:11
image: postgres:13
environment:
POSTGRES_PASSWORD: secret
POSTGRES_DATABASE: asterisk
Expand Down
10 changes: 5 additions & 5 deletions compare-db/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
git+https://github.com/wazo-platform/xivo-dao
git+https://github.com/wazo-platform/xivo-lib-python # from xivo-dao
alembic==1.0.0
alembic==1.4.3
migra[pg]
packaging # missing from sqlbag -> from migra
pytz==2019.1
pyyaml==5.3.1
pyyaml
sh
sqlalchemy-utils==0.32.21
sqlalchemy==1.2.18
unidecode==1.0.23 # from alembic scripts
sqlalchemy==1.3.22
sqlalchemy-utils==0.36.8
unidecode==1.2.0 # from alembic scripts

0 comments on commit acc9436

Please sign in to comment.