Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,21 @@ include_package_data = true
zip_safe = false
install_requires =
importlib-metadata==8.6.1
setuptools==78.0.2
setuptools==78.1.0
# Django related
Django==5.1.7
Django==5.1.8
django-environ==0.12.0
django-crispy-forms==2.3
django-crispy-forms==2.4
crispy-bootstrap3==2024.1
django-filter==25.1
djangorestframework==3.15.2
djangorestframework==3.16.0
django-taggit==6.1.0
# Database
psycopg[binary]==3.2.6
# wait_for_database Django management command
django-probes==1.7.0
# Task queue
rq==2.2.0
rq==2.3.2
django-rq==3.0.0
redis==5.2.1
# WSGI server
Expand All @@ -85,7 +85,7 @@ install_requires =
rust-inspector==0.1.0
python-inspector==0.13.1
source-inspector==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
aboutcode-toolkit==11.0.0
aboutcode-toolkit==11.1.1
# Utilities
XlsxWriter==3.2.2
openpyxl==3.1.5
Expand Down Expand Up @@ -114,7 +114,7 @@ install_requires =
[options.extras_require]
dev =
# Validation
ruff==0.11.2
ruff==0.11.5
doc8==1.1.2
# Debug
django-debug-toolbar==5.1.0
Expand Down