Skip to content

Commit

Permalink
Remove version pins for SQLA & Alembic
Browse files Browse the repository at this point in the history
  • Loading branch information
gordthompson committed Jul 9, 2024
1 parent 7d8737f commit 3ef9885
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
alembic==1.13.2
alembic
# via -r test-requirements.in
asyncpg==0.28.0
# via -r test-requirements.in
attrs==23.1.0
# via pytest
futures==3.0.5
# via -r test-requirements.in
greenlet==2.0.2
#greenlet==2.0.2
# via sqlalchemy
iniconfig==2.0.0
# via pytest
mako==1.2.4
#mako==1.2.4
# via alembic
markupsafe==2.1.3
# via mako
#markupsafe==2.1.3
# # via mako
mock==5.1.0
# via -r test-requirements.in
more-itertools==10.0.0
Expand All @@ -30,13 +30,13 @@ py==1.11.0
# via pytest
pytest==7.1.3
# via -r test-requirements.in
sqlalchemy==2.0.31
sqlalchemy
# via
# -r test-requirements.in
# alembic
tomli==2.0.1
# via pytest
typing-extensions==4.7.1
#typing-extensions==4.7.1
# via
# alembic
# psycopg
Expand Down

0 comments on commit 3ef9885

Please sign in to comment.