File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-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.27.0
4
- download_url: https://github.com/pypa/get-virtualenv/raw/20.27.0 /public/virtualenv.pyz
3
+ version: 20.27.1
4
+ download_url: https://github.com/pypa/get-virtualenv/raw/20.27.1 /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.27.0 #public/virtualenv.pyz
13
+ package_url: pkg:github/pypa/get-virtualenv@20.27.1 #public/virtualenv.pyz
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ install_requires =
52
52
importlib-metadata ==8.5.0
53
53
setuptools ==72.1.0
54
54
# Django related
55
- Django ==5.1.2
55
+ Django ==5.1.3
56
56
django-environ ==0.11.2
57
57
django-crispy-forms ==2.3
58
58
crispy-bootstrap3 ==2024.1
@@ -64,9 +64,9 @@ install_requires =
64
64
# wait_for_database Django management command
65
65
django-probes ==1.7.0
66
66
# Task queue
67
- rq ==1.16.2
68
- django-rq ==2.10.2
69
- redis ==5.1.1
67
+ rq ==2.0.0
68
+ django-rq ==3.0.0
69
+ redis ==5.2.0
70
70
# WSGI server
71
71
gunicorn ==23.0.0
72
72
# Docker
@@ -75,12 +75,12 @@ install_requires =
75
75
scancode-toolkit[packages]==32.3.0
76
76
extractcode[full]==31.0.0
77
77
commoncode ==32.0.0
78
- packageurl-python ==0.15.6
78
+ packageurl-python ==0.16.0
79
79
# FetchCode
80
80
fetchcode-container ==1.2.3.210512; sys_platform == "linux"
81
81
# Inspectors
82
82
elf-inspector ==0.0.1
83
- go-inspector ==0.4 .0
83
+ go-inspector ==0.5 .0
84
84
python-inspector ==0.12.1
85
85
source-inspector ==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
86
86
aboutcode-toolkit ==11.0.0
@@ -92,7 +92,7 @@ install_requires =
92
92
# Profiling
93
93
pyinstrument ==5.0.0
94
94
# CycloneDX
95
- cyclonedx-python-lib ==8.1 .0
95
+ cyclonedx-python-lib ==8.4 .0
96
96
jsonschema ==4.23.0
97
97
# Font Awesome
98
98
fontawesomefree ==6.6.0
@@ -102,14 +102,14 @@ install_requires =
102
102
univers ==30.12.1
103
103
# Markdown
104
104
markdown-it-py ==3.0.0
105
- bleach ==6.1 .0
105
+ bleach ==6.2 .0
106
106
# Antivirus
107
107
clamd ==1.0.2
108
108
109
109
[options.extras_require]
110
110
dev =
111
111
# Validation
112
- ruff ==0.7.0
112
+ ruff ==0.7.2
113
113
doc8 ==1.1.2
114
114
# Debug
115
115
django-debug-toolbar ==4.4.6
You can’t perform that action at this time.
0 commit comments