Skip to content

Commit

Permalink
[#379] Also upgrade psycopg2 to support Python3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alextreme committed Mar 21, 2024
1 parent 61c59e2 commit 22a8412
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ polib==1.1.1
# via django-rosetta
prompt-toolkit==3.0.43
# via click-repl
psycopg2==2.8.6
psycopg2==2.9.9
# via -r requirements/base.in
pycparser==2.20
# via cffi
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ prompt-toolkit==3.0.43
# via
# -r requirements/base.txt
# click-repl
psycopg2==2.8.6
psycopg2==2.9.9
# via -r requirements/base.txt
pycparser==2.20
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ prompt-toolkit==3.0.43
# via
# -r requirements/ci.txt
# click-repl
psycopg2==2.8.6
psycopg2==2.9.9
# via -r requirements/ci.txt
pycodestyle==2.11.1
# via flake8
Expand Down

0 comments on commit 22a8412

Please sign in to comment.