File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ packages = find:
49
49
include_package_data = true
50
50
zip_safe = false
51
51
install_requires =
52
- importlib-metadata ==8.6.1
53
- setuptools ==78 .1.0
52
+ importlib-metadata ==8.7.0
53
+ setuptools ==80 .1.0
54
54
# Django related
55
55
Django ==5.1.8
56
56
django-environ ==0.12.0
@@ -60,13 +60,13 @@ install_requires =
60
60
djangorestframework ==3.16.0
61
61
django-taggit ==6.1.0
62
62
# Database
63
- psycopg[binary]==3.2.6
63
+ psycopg[binary]==3.2.7
64
64
# wait_for_database Django management command
65
65
django-probes ==1.7.0
66
66
# Task queue
67
67
rq ==2.3.2
68
- django-rq ==3.0.0
69
- redis ==5.2.1
68
+ django-rq ==3.0.1
69
+ redis ==6.0.0
70
70
# WSGI server
71
71
gunicorn ==23.0.0
72
72
# Docker
@@ -87,14 +87,14 @@ install_requires =
87
87
source-inspector ==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
88
88
aboutcode-toolkit ==11.1.1
89
89
# Utilities
90
- XlsxWriter ==3.2.2
90
+ XlsxWriter ==3.2.3
91
91
openpyxl ==3.1.5
92
92
requests ==2.32.3
93
93
GitPython ==3.1.44
94
94
# Profiling
95
95
pyinstrument ==5.0.1
96
96
# CycloneDX
97
- cyclonedx-python-lib ==9.1 .0
97
+ cyclonedx-python-lib ==10.0 .0
98
98
jsonschema ==4.23.0
99
99
# MatchCode-toolkit
100
100
matchcode-toolkit ==7.2.2
@@ -114,10 +114,10 @@ install_requires =
114
114
[options.extras_require]
115
115
dev =
116
116
# Validation
117
- ruff ==0.11.5
117
+ ruff ==0.11.7
118
118
doc8 ==1.1.2
119
119
# Debug
120
- django-debug-toolbar ==5.1 .0
120
+ django-debug-toolbar ==5.2 .0
121
121
# Documentation
122
122
Sphinx ==8.1.3
123
123
sphinx-rtd-theme ==3.0.2
You can’t perform that action at this time.
0 commit comments