File tree Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Expand file tree Collapse file tree 4 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
1
about_resource: virtualenv.pyz
2
2
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
5
5
description: virtualenv is a tool to create isolated Python environments.
6
6
homepage_url: https://github.com/pypa/virtualenv
7
7
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
10
10
redistribute: yes
11
11
attribute: yes
12
12
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
Original file line number Diff line number Diff line change @@ -1554,6 +1554,7 @@ def test_scanpipe_deploy_to_develop_pipeline_integration(
1554
1554
expected_file = self .data / "d2d" / "flume-ng-node-d2d.json"
1555
1555
self .assertPipelineResultEqual (expected_file , result_file )
1556
1556
1557
+ @skipIf (sys .platform == "darwin" , "Not supported on macOS" )
1557
1558
def test_scanpipe_deploy_to_develop_pipeline_integration_elfs (self ):
1558
1559
pipeline_name = "map_deploy_to_develop"
1559
1560
project1 = make_project (name = "Analysis" )
Original file line number Diff line number Diff line change @@ -50,23 +50,23 @@ include_package_data = true
50
50
zip_safe = false
51
51
install_requires =
52
52
importlib-metadata ==8.7.0
53
- setuptools ==80.1 .0
53
+ setuptools ==80.8 .0
54
54
# Django related
55
- Django ==5.1.8
55
+ Django ==5.1.9
56
56
django-environ ==0.12.0
57
57
django-crispy-forms ==2.4
58
58
crispy-bootstrap3 ==2024.1
59
59
django-filter ==25.1
60
60
djangorestframework ==3.16.0
61
61
django-taggit ==6.1.0
62
62
# Database
63
- psycopg[binary]==3.2.7
63
+ psycopg[binary]==3.2.9
64
64
# wait_for_database Django management command
65
65
django-probes ==1.7.0
66
66
# Task queue
67
- rq ==2.3.2
67
+ rq ==2.3.3
68
68
django-rq ==3.0.1
69
- redis ==6.0 .0
69
+ redis ==6.1 .0
70
70
# WSGI server
71
71
gunicorn ==23.0.0
72
72
# Docker
@@ -92,9 +92,9 @@ install_requires =
92
92
requests ==2.32.3
93
93
GitPython ==3.1.44
94
94
# Profiling
95
- pyinstrument ==5.0.1
95
+ pyinstrument ==5.0.2
96
96
# CycloneDX
97
- cyclonedx-python-lib ==10.0.0
97
+ cyclonedx-python-lib ==10.0.1
98
98
jsonschema ==4.23.0
99
99
# MatchCode-toolkit
100
100
matchcode-toolkit ==7.2.2
@@ -109,12 +109,12 @@ install_requires =
109
109
aboutcode.hashid ==0.2.0
110
110
# AboutCode pipeline
111
111
aboutcode.pipeline ==0.2.1
112
- scipy ==1.15.2
112
+ scipy ==1.15.3
113
113
114
114
[options.extras_require]
115
115
dev =
116
116
# Validation
117
- ruff ==0.11.7
117
+ ruff ==0.11.11
118
118
doc8 ==1.1.2
119
119
# Debug
120
120
django-debug-toolbar ==5.2.0
You can’t perform that action at this time.
0 commit comments