Skip to content

Commit 6d8efaa

Browse files
authored
Upgrade multiple dependencies to their latest version (#1972)
Signed-off-by: tdruez <[email protected]>
1 parent 910f68f commit 6d8efaa

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

etc/thirdparty/virtualenv.pyz

462 KB
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
about_resource: virtualenv.pyz
22
name: get-virtualenv
3-
version: 20.31.2
4-
download_url: https://github.com/pypa/get-virtualenv/raw/20.31.2/public/virtualenv.pyz
3+
version: 20.35.4
4+
download_url: https://github.com/pypa/get-virtualenv/raw/20.35.4/public/virtualenv.pyz
55
description: virtualenv is a tool to create isolated Python environments.
66
homepage_url: https://github.com/pypa/virtualenv
77
license_expression: lgpl-2.1-plus AND (bsd-new OR apache-2.0) AND mit AND python AND bsd-new
@@ -10,4 +10,4 @@ copyright: Copyright (c) The Python Software Foundation and others
1010
redistribute: yes
1111
attribute: yes
1212
track_changes: yes
13-
package_url: pkg:github/pypa/get-virtualenv@20.31.2#public/virtualenv.pyz
13+
package_url: pkg:github/pypa/get-virtualenv@20.35.4#public/virtualenv.pyz

pyproject.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,22 @@ dependencies = [
3737
"importlib-metadata==8.7.0",
3838
"setuptools==80.9.0",
3939
# Django related
40-
"Django==5.1.13",
40+
"Django==5.1.14",
4141
"django-environ==0.12.0",
42-
"django-crispy-forms==2.4",
42+
"django-crispy-forms==2.5",
4343
"crispy-bootstrap3==2024.1",
4444
"django-filter==25.1",
4545
"djangorestframework==3.16.1",
4646
"django-taggit==6.1.0",
47-
"django-htmx==1.26.0",
47+
"django-htmx==1.27.0",
4848
# Database
49-
"psycopg[binary]==3.2.10",
49+
"psycopg[binary]==3.2.13",
5050
# wait_for_database Django management command
51-
"django-probes==1.7.0",
51+
"django-probes==1.8.0",
5252
# Task queue
53-
"rq==2.6.0",
54-
"django-rq==3.1",
55-
"redis==6.4.0",
53+
"rq==2.6.1",
54+
"django-rq==3.2.1",
55+
"redis==7.1.0",
5656
# WSGI server
5757
"gunicorn==23.0.0",
5858
# Docker
@@ -62,7 +62,7 @@ dependencies = [
6262
"extractcode[full]==31.0.0",
6363
"commoncode==32.3.0",
6464
"Beautifulsoup4[chardet]==4.13.4",
65-
"packageurl-python==0.17.5",
65+
"packageurl-python==0.17.6",
6666
# Workaround issue https://github.com/aboutcode-org/scancode.io/issues/1795
6767
"fingerprints==1.2.3",
6868
"normality==2.6.1",
@@ -74,7 +74,7 @@ dependencies = [
7474
"go-inspector==0.5.0",
7575
"rust-inspector==0.1.0",
7676
"binary-inspector==0.1.2",
77-
"python-inspector==0.14.4",
77+
"python-inspector==0.15.0",
7878
"source-inspector==0.7.0; sys_platform != 'darwin' and platform_machine != 'arm64'",
7979
"aboutcode-toolkit==11.1.1",
8080
# Utilities
@@ -85,22 +85,22 @@ dependencies = [
8585
# Profiling
8686
"pyinstrument==5.1.1",
8787
# CycloneDX
88-
"cyclonedx-python-lib==11.2.0",
88+
"cyclonedx-python-lib==11.5.0",
8989
"jsonschema==4.25.1",
9090
# MatchCode-toolkit
9191
"matchcode-toolkit==7.2.2",
9292
# Univers
9393
"univers==31.1.0",
9494
# Markdown
9595
"markdown-it-py==4.0.0",
96-
"bleach==6.2.0",
96+
"bleach==6.3.0",
9797
# Antivirus
9898
"clamd==1.0.2",
9999
# FederatedCode
100100
"aboutcode.hashid==0.2.0",
101101
# AboutCode pipeline
102102
"aboutcode.pipeline==0.2.1",
103-
"scipy==1.15.3",
103+
"scipy==1.15.3", # 1.16.x requires Python >=3.11
104104
# ScoreCode
105105
"scorecode==0.0.4",
106106
# Workaround issue https://github.com/aboutcode-org/scancode.io/issues/1885
@@ -110,10 +110,10 @@ dependencies = [
110110
[project.optional-dependencies]
111111
dev = [
112112
# Validation
113-
"ruff==0.14.0",
113+
"ruff==0.14.7",
114114
"doc8==2.0.0",
115115
# Debug
116-
"django-debug-toolbar==6.0.0",
116+
"django-debug-toolbar==6.1.0",
117117
# Documentation
118118
"Sphinx==8.1.3", # Newer versions dropped Python 3.10 support
119119
"sphinx-rtd-theme==3.0.2",

0 commit comments

Comments
 (0)