@@ -32,23 +32,24 @@ classifiers = [
3232 " Programming Language :: Python :: 3.13" ,
3333 " Topic :: Utilities"
3434]
35+
3536dependencies = [
3637 " importlib-metadata==8.7.0" ,
3738 " setuptools==80.9.0" ,
3839 # Django related
39- " Django==5.1.11 " ,
40+ " Django==5.1.13 " ,
4041 " django-environ==0.12.0" ,
4142 " django-crispy-forms==2.4" ,
4243 " crispy-bootstrap3==2024.1" ,
4344 " django-filter==25.1" ,
4445 " djangorestframework==3.16.1" ,
4546 " django-taggit==6.1.0" ,
4647 # Database
47- " psycopg[binary]==3.2.9 " ,
48+ " psycopg[binary]==3.2.10 " ,
4849 # wait_for_database Django management command
4950 " django-probes==1.7.0" ,
5051 # Task queue
51- " rq==2.5 .0" ,
52+ " rq==2.6 .0" ,
5253 " django-rq==3.1" ,
5354 " redis==6.4.0" ,
5455 # WSGI server
@@ -71,23 +72,23 @@ dependencies = [
7172 " go-inspector==0.5.0" ,
7273 " rust-inspector==0.1.0" ,
7374 " binary-inspector==0.1.2" ,
74- " python-inspector==0.14.3 " ,
75+ " python-inspector==0.14.4 " ,
7576 " source-inspector==0.7.0; sys_platform != 'darwin' and platform_machine != 'arm64'" ,
7677 " aboutcode-toolkit==11.1.1" ,
7778 # Utilities
78- " XlsxWriter==3.2.5 " ,
79+ " XlsxWriter==3.2.9 " ,
7980 " openpyxl==3.1.5" ,
80- " requests==2.32.4 " ,
81+ " requests==2.32.5 " ,
8182 " GitPython==3.1.45" ,
8283 # Profiling
8384 " pyinstrument==5.1.1" ,
8485 # CycloneDX
85- " cyclonedx-python-lib==11.0 .0" ,
86+ " cyclonedx-python-lib==11.2 .0" ,
8687 " jsonschema==4.25.1" ,
8788 # MatchCode-toolkit
8889 " matchcode-toolkit==7.2.2" ,
8990 # Univers
90- " univers==31.0 .0" ,
91+ " univers==31.1 .0" ,
9192 # Markdown
9293 " markdown-it-py==4.0.0" ,
9394 " bleach==6.2.0" ,
@@ -107,7 +108,7 @@ dependencies = [
107108[project .optional-dependencies ]
108109dev = [
109110 # Validation
110- " ruff==0.12.9 " ,
111+ " ruff==0.14.0 " ,
111112 " doc8==2.0.0" ,
112113 # Debug
113114 " django-debug-toolbar==6.0.0" ,
0 commit comments