Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pluggy==1.6.0
# via tox
pycparser==3.0
# via cffi
pygments==2.19.2
pygments==2.20.0
# via
# readme-renderer
# rich
Expand Down
12 changes: 1 addition & 11 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
alembic==1.18.4
# via -r test-requirements.in
async-timeout==5.0.1
# via asyncpg
asyncpg==0.31.0
# via -r test-requirements.in
exceptiongroup==1.3.1
# via pytest
futures==3.0.5
# via -r test-requirements.in
greenlet==3.3.2
Expand All @@ -28,21 +24,15 @@ psycopg==3.3.3
# via -r test-requirements.in
psycopg2==2.9.11
# via -r test-requirements.in
pygments==2.19.2
pygments==2.20.0
# via pytest
pytest==9.0.2
# via -r test-requirements.in
sqlalchemy==2.0.47
# via
# -r test-requirements.in
# alembic
tomli==2.4.0
# via
# alembic
# pytest
typing-extensions==4.15.0
# via
# alembic
# exceptiongroup
# psycopg
# sqlalchemy
Loading