Skip to content

Commit

Permalink
Bump requirements.txt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Feb 22, 2024
1 parent da45db4 commit 3bdd567
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
-e .

# Async database drivers
asyncmy==0.2.7
aiomysql==0.1.1
aiopg==1.3.4
aiosqlite==0.17.0
asyncpg==0.26.0
asyncmy==0.2.9
aiomysql==0.2.0
aiopg==1.4.0
aiosqlite==0.20.0
asyncpg==0.29.0

# Sync database drivers for standard tooling around setup/teardown/migrations.
psycopg==3.1.18
pymysql==1.0.2
pymysql==1.1.0

# Testing
autoflake==1.4
Expand Down

0 comments on commit 3bdd567

Please sign in to comment.