Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
fix(deps): update major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2022
1 parent 7626e24 commit 3aa85d4
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Label used to access the service container
postgres:
# Docker Hub image
image: postgres:14.5
image: postgres:15.1
# Provide the password for postgres
env:
POSTGRES_DB: oipie_tests
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.7"
services:
postgres:
container_name: oipie
image: postgres:14.5
image: postgres:15.1
volumes:
- ./scripts/create-multiple-postgresql-databases.sh:/docker-entrypoint-initdb.d/99-oipie.sh
ports:
Expand Down
43 changes: 28 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ license = "MIT"
argon2-cffi = "21.3.0"
dependency-injector = "4.40.0"
Flask = "2.2.2"
Flask-Migrate = "3.1.0"
Flask-SQLAlchemy = "2.5.1"
Flask-Migrate = "4.0.0"
Flask-SQLAlchemy = "3.0.2"
gunicorn = "20.1.0"
psycopg2-binary = "2.9.5"
python = "3.10.6"
Expand Down

0 comments on commit 3aa85d4

Please sign in to comment.