Skip to content

Commit

Permalink
Bump psycopg2 to the version 2.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
slymit committed Apr 6, 2024
1 parent 97e945c commit 5b491a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'Pygments',
],
'mysql': ['mysql-connector-python-rf==2.2.2'],
'postgresql': ['psycopg2==2.8.4'],
'postgresql': ['psycopg2==2.9.9'],
},
zip_safe=True,
license='Apache License, Version 2.0',
Expand Down

0 comments on commit 5b491a0

Please sign in to comment.