Skip to content

Commit

Permalink
Updating psycopg2 to latest patchversion for Py3.11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
alextreme committed Jan 19, 2024
1 parent 6994478 commit 8efc635
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 @@ -391,7 +391,7 @@ polib==1.1.1
# via django-rosetta
prompt-toolkit==3.0.36
# via click-repl
psycopg2==2.9.1
psycopg2==2.9.5
# 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 @@ -699,7 +699,7 @@ prompt-toolkit==3.0.36
# -c requirements/base.txt
# -r requirements/base.txt
# click-repl
psycopg2==2.9.1
psycopg2==2.9.5
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ prompt-toolkit==3.0.36
# click-repl
psutil==5.9.7
# via locust
psycopg2==2.9.1
psycopg2==2.9.5
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit 8efc635

Please sign in to comment.