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 @@ -50,21 +50,21 @@ include_package_data = true
50
50
zip_safe = false
51
51
install_requires =
52
52
importlib-metadata ==8.6.1
53
- setuptools ==78.0.2
53
+ setuptools ==78.1.0
54
54
# Django related
55
- Django ==5.1.7
55
+ Django ==5.1.8
56
56
django-environ ==0.12.0
57
- django-crispy-forms ==2.3
57
+ django-crispy-forms ==2.4
58
58
crispy-bootstrap3 ==2024.1
59
59
django-filter ==25.1
60
- djangorestframework ==3.15.2
60
+ djangorestframework ==3.16.0
61
61
django-taggit ==6.1.0
62
62
# Database
63
63
psycopg[binary]==3.2.6
64
64
# wait_for_database Django management command
65
65
django-probes ==1.7.0
66
66
# Task queue
67
- rq ==2.2.0
67
+ rq ==2.3.2
68
68
django-rq ==3.0.0
69
69
redis ==5.2.1
70
70
# WSGI server
@@ -85,7 +85,7 @@ install_requires =
85
85
rust-inspector ==0.1.0
86
86
python-inspector ==0.13.1
87
87
source-inspector ==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
88
- aboutcode-toolkit ==11.0.0
88
+ aboutcode-toolkit ==11.1.1
89
89
# Utilities
90
90
XlsxWriter ==3.2.2
91
91
openpyxl ==3.1.5
@@ -114,7 +114,7 @@ install_requires =
114
114
[options.extras_require]
115
115
dev =
116
116
# Validation
117
- ruff ==0.11.2
117
+ ruff ==0.11.5
118
118
doc8 ==1.1.2
119
119
# Debug
120
120
django-debug-toolbar ==5.1.0
You can’t perform that action at this time.
0 commit comments