Skip to content

Commit

Permalink
Upgrade alembic_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ceholden committed Oct 18, 2024
1 parent 5144598 commit 4265a12
Show file tree
Hide file tree
Showing 3 changed files with 763 additions and 675 deletions.
12 changes: 6 additions & 6 deletions alembic_migration/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@ verify_ssl = true
name = "pypi"

[packages]
boto3 = "==1.16.60"
boto3 = "==1.35.44"
retry = "==0.9.2"
cfnresponse = "==1.1.1"
alembic = "==1.12.1"
sqlalchemy = "==1.4.0"

[dev-packages]
db = {editable = true, path = "./../layers/db"}
flake8 = "==3.8.4"
isort = "==5.6.4"
flake8 = "==7.1.1"
isort = "==5.13.2"
black = "==23.11.0"
pytest = "==7.4.3"
moto = "==4.1.11"
psycopg2 = "==2.8.6"
moto = "==5.0.17"
psycopg2 = "==2.9.10"
pytest-docker = "==2.0.1"
assertpy = "==1.1"
pytest-cov = "==4.1.0"

[requires]
python_version = "3.8"
python_version = "3.12"

[pipenv]
allow_prereleases = true
Loading

0 comments on commit 4265a12

Please sign in to comment.