Skip to content

Commit 759e306

Browse files
committed
Merge branch 'main' into aboutcode-toolkit-11.1.1
2 parents 4c44543 + ea9bd1a commit 759e306

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.cfg

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,21 @@ include_package_data = true
5050
zip_safe = false
5151
install_requires =
5252
importlib-metadata==8.6.1
53-
setuptools==78.0.2
53+
setuptools==78.1.0
5454
# Django related
55-
Django==5.1.7
55+
Django==5.1.8
5656
django-environ==0.12.0
57-
django-crispy-forms==2.3
57+
django-crispy-forms==2.4
5858
crispy-bootstrap3==2024.1
5959
django-filter==25.1
60-
djangorestframework==3.15.2
60+
djangorestframework==3.16.0
6161
django-taggit==6.1.0
6262
# Database
6363
psycopg[binary]==3.2.6
6464
# wait_for_database Django management command
6565
django-probes==1.7.0
6666
# Task queue
67-
rq==2.2.0
67+
rq==2.3.2
6868
django-rq==3.0.0
6969
redis==5.2.1
7070
# WSGI server
@@ -114,7 +114,7 @@ install_requires =
114114
[options.extras_require]
115115
dev =
116116
# Validation
117-
ruff==0.11.2
117+
ruff==0.11.5
118118
doc8==1.1.2
119119
# Debug
120120
django-debug-toolbar==5.1.0

0 commit comments

Comments
 (0)