Skip to content

Commit

Permalink
Bump prod packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Sep 2, 2024
1 parent 796adba commit 163001c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements-prod.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Web server
uWSGI~=2.0.22
uWSGI~=2.0.26
# PosgreSQL driver
psycopg[binary]~=3.1.8
psycopg[binary]~=3.2.1
6 changes: 3 additions & 3 deletions requirements/requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# pip-compile --no-emit-index-url --output-file=requirements-prod.txt requirements-prod.in
#
psycopg[binary]==3.1.8
psycopg[binary]==3.2.1
# via -r requirements-prod.in
psycopg-binary==3.1.8
psycopg-binary==3.2.1
# via psycopg
typing-extensions==4.5.0
# via psycopg
uwsgi==2.0.22
uwsgi==2.0.26
# via -r requirements-prod.in

0 comments on commit 163001c

Please sign in to comment.