Skip to content

Commit

Permalink
Merge pull request #998 from maykinmedia/fix/2066-update-3.11-deps
Browse files Browse the repository at this point in the history
⬆️ [#2066] Upgrade psycopg2 to 2.9.9 and pip-tools to 7.3.0
  • Loading branch information
alextreme authored Jan 30, 2024
2 parents bcfa399 + 002e829 commit 15a7442
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ polib==1.1.1
# via django-rosetta
prompt-toolkit==3.0.36
# via click-repl
psycopg2==2.9.5
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 @@ -705,7 +705,7 @@ prompt-toolkit==3.0.36
# -c requirements/base.txt
# -r requirements/base.txt
# click-repl
psycopg2==2.9.5
psycopg2==2.9.9
# via
# -c requirements/base.txt
# -r requirements/base.txt
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ pillow==10.1.0
# easy-thumbnails
# reportlab
# weasyprint
pip-tools==6.8.0
pip-tools==7.3.0
# via -r requirements/dev.in
platformdirs==2.4.0
# via
Expand All @@ -826,7 +826,7 @@ prompt-toolkit==3.0.36
# click-repl
psutil==5.9.7
# via locust
psycopg2==2.9.5
psycopg2==2.9.9
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
Expand Down

0 comments on commit 15a7442

Please sign in to comment.