Skip to content

Commit

Permalink
Update requirements for SQLA 2.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
gordthompson authored and rafiss committed Aug 22, 2024
1 parent 0848b5e commit c4fe341
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.8
cryptography==43.0.0
# via secretstorage
distlib==0.3.8
# via virtualenv
Expand All @@ -18,21 +18,21 @@ filelock==3.15.4
# virtualenv
idna==3.7
# via requests
importlib-metadata==8.0.0
importlib-metadata==8.2.0
# via
# keyring
# twine
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.1
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==25.2.1
keyring==25.3.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ async-timeout==4.0.3
# via asyncpg
asyncpg==0.29.0
# via -r test-requirements.in
attrs==23.2.0
attrs==24.1.0
# via pytest
futures==3.0.5
# via -r test-requirements.in
Expand Down Expand Up @@ -32,7 +32,7 @@ py==1.11.0
# via pytest
pytest==7.1.3
# via -r test-requirements.in
sqlalchemy==2.0.31
sqlalchemy==2.0.32
# via
# -r test-requirements.in
# alembic
Expand Down

0 comments on commit c4fe341

Please sign in to comment.