Skip to content

Commit

Permalink
upgrade to Postgres 15
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Oct 19, 2022
1 parent b10e6c8 commit 4193452
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
python-version: [3.7, 3.8, 3.9, '3.10']
services:
postgres:
image: debezium/postgres:14
image: debezium/postgres:15
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
postgres:
image: debezium/postgres:14
image: debezium/postgres:15
ports:
- "15432:5432"
environment:
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ attrs==22.1.0
# via pytest
black==22.10.0
# via -r requirements/base.in
boto3==1.24.89
boto3==1.24.94
# via -r requirements/base.in
botocore==1.27.89
botocore==1.27.94
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -51,7 +51,7 @@ elasticsearch-dsl==7.4.0
# via -r requirements/base.in
environs==9.5.0
# via -r requirements/base.in
faker==15.0.0
faker==15.1.1
# via -r requirements/base.in
filelock==3.8.0
# via virtualenv
Expand All @@ -73,7 +73,7 @@ flake8-todo==0.7
# via -r requirements/test.in
freezegun==1.2.2
# via -r requirements/test.in
greenlet==1.1.3
greenlet==1.1.3.post0
# via sqlalchemy
guppy3==3.1.2
# via -r requirements/dev.in
Expand Down Expand Up @@ -175,7 +175,7 @@ six==1.16.0
# requests-aws4auth
snowballstemmer==2.2.0
# via pydocstyle
sqlalchemy==1.4.41
sqlalchemy==1.4.42
# via -r requirements/base.in
sqlparse==0.4.3
# via -r requirements/base.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ async-timeout==4.0.2
# via redis
black==22.10.0
# via -r requirements/base.in
boto3==1.24.89
boto3==1.24.94
# via -r requirements/base.in
botocore==1.27.89
botocore==1.27.94
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -38,9 +38,9 @@ elasticsearch-dsl==7.4.0
# via -r requirements/base.in
environs==9.5.0
# via -r requirements/base.in
faker==15.0.0
faker==15.1.1
# via -r requirements/base.in
greenlet==1.1.3
greenlet==1.1.3.post0
# via sqlalchemy
idna==3.4
# via requests
Expand All @@ -52,7 +52,7 @@ marshmallow==3.18.0
# via environs
mypy-extensions==0.4.3
# via black
newrelic==8.2.0.181
newrelic==8.2.1
# via -r requirements/prod.in
packaging==21.3
# via
Expand Down Expand Up @@ -86,7 +86,7 @@ six==1.16.0
# elasticsearch-dsl
# python-dateutil
# requests-aws4auth
sqlalchemy==1.4.41
sqlalchemy==1.4.42
# via -r requirements/base.in
sqlparse==0.4.3
# via -r requirements/base.in
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ attrs==22.1.0
# via pytest
black==22.10.0
# via -r requirements/base.in
boto3==1.24.89
boto3==1.24.94
# via -r requirements/base.in
botocore==1.27.89
botocore==1.27.94
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -42,7 +42,7 @@ elasticsearch-dsl==7.4.0
# via -r requirements/base.in
environs==9.5.0
# via -r requirements/base.in
faker==15.0.0
faker==15.1.1
# via -r requirements/base.in
flake8==5.0.4
# via
Expand All @@ -62,7 +62,7 @@ flake8-todo==0.7
# via -r requirements/test.in
freezegun==1.2.2
# via -r requirements/test.in
greenlet==1.1.3
greenlet==1.1.3.post0
# via sqlalchemy
idna==3.4
# via requests
Expand Down Expand Up @@ -147,7 +147,7 @@ six==1.16.0
# requests-aws4auth
snowballstemmer==2.2.0
# via pydocstyle
sqlalchemy==1.4.41
sqlalchemy==1.4.42
# via -r requirements/base.in
sqlparse==0.4.3
# via -r requirements/base.in
Expand Down

0 comments on commit 4193452

Please sign in to comment.