Skip to content

Commit 6c3f4cd

Browse files
authored
Upgrade RQ to v2.0.0 and django-rq to 3.0.0 (#1441)
* Upgrade multiple dependencies to their latest version Signed-off-by: tdruez <tdruez@nexb.com> * Upgrade RQ to v2.0.0 and django-rq to 3.0.0 Signed-off-by: tdruez <tdruez@nexb.com> --------- Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 8fa21a7 commit 6c3f4cd

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

etc/thirdparty/virtualenv.pyz

6.5 KB
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.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
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.27.0#public/virtualenv.pyz
13+
package_url: pkg:github/pypa/get-virtualenv@20.27.1#public/virtualenv.pyz

setup.cfg

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ install_requires =
5252
importlib-metadata==8.5.0
5353
setuptools==72.1.0
5454
# Django related
55-
Django==5.1.2
55+
Django==5.1.3
5656
django-environ==0.11.2
5757
django-crispy-forms==2.3
5858
crispy-bootstrap3==2024.1
@@ -64,9 +64,9 @@ install_requires =
6464
# wait_for_database Django management command
6565
django-probes==1.7.0
6666
# 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
7070
# WSGI server
7171
gunicorn==23.0.0
7272
# Docker
@@ -75,12 +75,12 @@ install_requires =
7575
scancode-toolkit[packages]==32.3.0
7676
extractcode[full]==31.0.0
7777
commoncode==32.0.0
78-
packageurl-python==0.15.6
78+
packageurl-python==0.16.0
7979
# FetchCode
8080
fetchcode-container==1.2.3.210512; sys_platform == "linux"
8181
# Inspectors
8282
elf-inspector==0.0.1
83-
go-inspector==0.4.0
83+
go-inspector==0.5.0
8484
python-inspector==0.12.1
8585
source-inspector==0.5.1; sys_platform != "darwin" and platform_machine != "arm64"
8686
aboutcode-toolkit==11.0.0
@@ -92,7 +92,7 @@ install_requires =
9292
# Profiling
9393
pyinstrument==5.0.0
9494
# CycloneDX
95-
cyclonedx-python-lib==8.1.0
95+
cyclonedx-python-lib==8.4.0
9696
jsonschema==4.23.0
9797
# Font Awesome
9898
fontawesomefree==6.6.0
@@ -102,14 +102,14 @@ install_requires =
102102
univers==30.12.1
103103
# Markdown
104104
markdown-it-py==3.0.0
105-
bleach==6.1.0
105+
bleach==6.2.0
106106
# Antivirus
107107
clamd==1.0.2
108108

109109
[options.extras_require]
110110
dev =
111111
# Validation
112-
ruff==0.7.0
112+
ruff==0.7.2
113113
doc8==1.1.2
114114
# Debug
115115
django-debug-toolbar==4.4.6

0 commit comments

Comments
 (0)