Skip to content

Commit 0cee5fa

Browse files
authored
Upgrade Django and dependencies to latest security release (#1681)
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent c9122bd commit 0cee5fa

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

etc/thirdparty/virtualenv.pyz

1.8 MB
Binary file not shown.

etc/thirdparty/virtualenv.pyz.ABOUT

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.29.3
4-
download_url: https://github.com/pypa/get-virtualenv/raw/20.29.3/public/virtualenv.pyz
3+
version: 20.31.2
4+
download_url: https://github.com/pypa/get-virtualenv/raw/20.31.2/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.29.3#public/virtualenv.pyz
13+
package_url: pkg:github/pypa/get-virtualenv@20.31.2#public/virtualenv.pyz

scanpipe/tests/test_pipelines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,6 +1554,7 @@ def test_scanpipe_deploy_to_develop_pipeline_integration(
15541554
expected_file = self.data / "d2d" / "flume-ng-node-d2d.json"
15551555
self.assertPipelineResultEqual(expected_file, result_file)
15561556

1557+
@skipIf(sys.platform == "darwin", "Not supported on macOS")
15571558
def test_scanpipe_deploy_to_develop_pipeline_integration_elfs(self):
15581559
pipeline_name = "map_deploy_to_develop"
15591560
project1 = make_project(name="Analysis")

setup.cfg

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,23 @@ include_package_data = true
5050
zip_safe = false
5151
install_requires =
5252
importlib-metadata==8.7.0
53-
setuptools==80.1.0
53+
setuptools==80.8.0
5454
# Django related
55-
Django==5.1.8
55+
Django==5.1.9
5656
django-environ==0.12.0
5757
django-crispy-forms==2.4
5858
crispy-bootstrap3==2024.1
5959
django-filter==25.1
6060
djangorestframework==3.16.0
6161
django-taggit==6.1.0
6262
# Database
63-
psycopg[binary]==3.2.7
63+
psycopg[binary]==3.2.9
6464
# wait_for_database Django management command
6565
django-probes==1.7.0
6666
# Task queue
67-
rq==2.3.2
67+
rq==2.3.3
6868
django-rq==3.0.1
69-
redis==6.0.0
69+
redis==6.1.0
7070
# WSGI server
7171
gunicorn==23.0.0
7272
# Docker
@@ -92,9 +92,9 @@ install_requires =
9292
requests==2.32.3
9393
GitPython==3.1.44
9494
# Profiling
95-
pyinstrument==5.0.1
95+
pyinstrument==5.0.2
9696
# CycloneDX
97-
cyclonedx-python-lib==10.0.0
97+
cyclonedx-python-lib==10.0.1
9898
jsonschema==4.23.0
9999
# MatchCode-toolkit
100100
matchcode-toolkit==7.2.2
@@ -109,12 +109,12 @@ install_requires =
109109
aboutcode.hashid==0.2.0
110110
# AboutCode pipeline
111111
aboutcode.pipeline==0.2.1
112-
scipy==1.15.2
112+
scipy==1.15.3
113113

114114
[options.extras_require]
115115
dev =
116116
# Validation
117-
ruff==0.11.7
117+
ruff==0.11.11
118118
doc8==1.1.2
119119
# Debug
120120
django-debug-toolbar==5.2.0

0 commit comments

Comments
 (0)