Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove version pins for SQLA & Alembic #247

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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