@@ -48,7 +48,7 @@ dependencies = [
4848 # wait_for_database Django management command
4949 " django-probes==1.7.0" ,
5050 # Task queue
51- " rq==2.4.0 " ,
51+ " rq==2.4.1 " ,
5252 " django-rq==3.0.1" ,
5353 " redis==6.2.0" ,
5454 # WSGI server
@@ -68,7 +68,7 @@ dependencies = [
6868 " go-inspector==0.5.0" ,
6969 " rust-inspector==0.1.0" ,
7070 " binary-inspector==0.1.2" ,
71- " python-inspector==0.14.0 " ,
71+ " python-inspector==0.14.2 " ,
7272 " source-inspector==0.7.0; sys_platform != 'darwin' and platform_machine != 'arm64'" ,
7373 " aboutcode-toolkit==11.1.1" ,
7474 # Utilities
@@ -77,7 +77,7 @@ dependencies = [
7777 " requests==2.32.4" ,
7878 " GitPython==3.1.44" ,
7979 # Profiling
80- " pyinstrument==5.0.2 " ,
80+ " pyinstrument==5.0.3 " ,
8181 # CycloneDX
8282 " cyclonedx-python-lib==10.2.0" ,
8383 " jsonschema==4.24.0" ,
@@ -94,18 +94,18 @@ dependencies = [
9494 " aboutcode.hashid==0.2.0" ,
9595 # AboutCode pipeline
9696 " aboutcode.pipeline==0.2.1" ,
97- " scipy==1.15.3 "
97+ " scipy==1.16.0 "
9898]
9999
100100[project .optional-dependencies ]
101101dev = [
102102 # Validation
103- " ruff==0.12.0 " ,
103+ " ruff==0.12.4 " ,
104104 " doc8==2.0.0" ,
105105 # Debug
106106 " django-debug-toolbar==5.2.0" ,
107107 # Documentation
108- " Sphinx==8.1 .3" ,
108+ " Sphinx==8.2 .3" ,
109109 " sphinx-rtd-theme==3.0.2" ,
110110 " sphinx-rtd-dark-mode==1.3.0" ,
111111 " sphinxcontrib-django==2.5" ,
0 commit comments