Skip to content

Commit fd601f2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 468b684 commit fd601f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r common.txt
2-
psycopg[binary]==3.2.10
32
django-debug-toolbar==6.0.0
43
pre-commit~=4.3.0
4+
psycopg[binary]==3.2.10
55
watchdog==6.0.0

requirements/prod.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
-r common.txt
2-
# psycopg docs defines the "local install" method as
31
# "the preferred way to install Psycopg for a production site."
42
# https://www.psycopg.org/psycopg3/docs/basic/install.html#local-installation
3+
# psycopg docs defines the "local install" method as
54
# Whether or not this applies to the project is debatable, but having it doesn't seem to hurt.
6-
psycopg[c]==3.2.10
5+
-r common.txt
76
gunicorn==23.0.0
7+
psycopg[c]==3.2.10
88
redis==6.4.0
99
sentry-sdk==2.38.0

0 commit comments

Comments
 (0)