Skip to content

Commit 3a6df89

Browse files
committed
ok
1 parent 3ccb763 commit 3a6df89

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

requirements/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
crispy-bootstrap5==0.7
2-
Django==4.2.4
2+
Django==4.2.13
33
django-auth-ldap==4.5.0
44
django-authorities==0.4.2
55
django-autocomplete-light==3.9.7

requirements/prod.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r base.txt
22

33

4-
psycopg2-binary==2.9.6
5-
gunicorn==20.1.0
4+
psycopg2-binary==2.9.9
5+
gunicorn==22.0.0
66
pymemcache==4.0.0
77
django-mailer-server-backend==0.3.0
8-
sentry-sdk==1.16.0
9-
setproctitle==1.2.3
8+
sentry-sdk==2.7.1
9+
setproctitle==1.3.3

requirements/uat.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r base.txt
22

3-
psycopg2-binary==2.9.6
4-
gunicorn==20.1.0
3+
psycopg2-binary==2.9.9
4+
gunicorn==22.0.0
55
pymemcache==4.0.0
6-
sentry-sdk==1.16.0
7-
setproctitle==1.2.3
6+
sentry-sdk==2.7.1
7+
setproctitle==1.3.3

0 commit comments

Comments
 (0)