Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ [#2066] Upgrade psycopg2 to 2.9.9 and pip-tools to 7.3.0 #998

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading