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 11about_resource: virtualenv.pyz
22name: 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
55description: virtualenv is a tool to create isolated Python environments.
66homepage_url: https://github.com/pypa/virtualenv
77license_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
1010redistribute: yes
1111attribute: yes
1212track_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(
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" )
Original file line number Diff line number Diff line change @@ -50,23 +50,23 @@ include_package_data = true
5050zip_safe = false
5151install_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]
115115dev =
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
You can’t perform that action at this time.
0 commit comments