File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,23 +37,23 @@ dependencies = [
3737 " setuptools==82.0.0" ,
3838 # Django related
3939 " Django==6.0.2" ,
40- " django-environ==0.12 .0" ,
41- " django-crispy-forms==2.5 " ,
40+ " django-environ==0.13 .0" ,
41+ " django-crispy-forms==2.6 " ,
4242 " crispy-bootstrap3==2024.1" ,
4343 " django-filter==25.2" ,
4444 " djangorestframework==3.16.1" ,
4545 " django-taggit==6.1.0" ,
4646 " django-htmx==1.27.0" ,
4747 # Database
48- " psycopg[binary]==3.3.2 " ,
48+ " psycopg[binary]==3.3.3 " ,
4949 # wait_for_database Django management command
5050 " django-probes==1.8.0" ,
5151 # Task queue
52- " rq==2.6.1 " ,
52+ " rq==2.7.0 " ,
5353 " django-rq==3.2.2" ,
54- " redis==7.1 .1" ,
54+ " redis==7.2 .1" ,
5555 # WSGI server
56- " gunicorn==25.0.3 " ,
56+ " gunicorn==25.1.0 " ,
5757 # Docker
5858 " container-inspector==33.1.0" ,
5959 # ScanCode-toolkit
@@ -103,7 +103,7 @@ dependencies = [
103103[project .optional-dependencies ]
104104dev = [
105105 # Validation
106- " ruff==0.15.0 " ,
106+ " ruff==0.15.4 " ,
107107 " doc8==2.0.0" ,
108108 # Debug
109109 " django-debug-toolbar==6.2.0" ,
You can’t perform that action at this time.
0 commit comments