Skip to content

Commit 0a45f0a

Browse files
authored
Upgrade the RQ stack to latest version (#197)
Signed-off-by: tdruez <[email protected]>
1 parent 7dd0b16 commit 0a45f0a

37 files changed

+132
-122
lines changed

setup.cfg

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ install_requires =
8787
# Database
8888
psycopg==3.2.3
8989
# Cache
90-
redis==5.1.1
90+
redis==5.2.0
9191
# redis dependencies:
9292
packaging==23.0
9393
pyparsing==3.0.9
@@ -99,11 +99,11 @@ install_requires =
9999
# Testing
100100
model_bakery==1.10.1
101101
# Task queue
102-
rq==1.16.2
103-
django-rq==2.10.2
104-
fakeredis==2.25.1
102+
rq==2.0.0
103+
django-rq==3.0.0
104+
fakeredis==2.26.1
105105
# Scheduler
106-
rq-scheduler==0.13.1
106+
rq-scheduler==0.14.0
107107
crontab==1.0.1
108108
freezegun==1.5.1
109109
# Libs
@@ -124,7 +124,7 @@ install_requires =
124124
XlsxWriter==3.1.9
125125
# Markdown
126126
Markdown==3.3.7
127-
bleach==6.1.0
127+
bleach==6.2.0
128128
bleach_allowlist==1.0.3
129129
webencodings==0.5.1
130130
# Authentication
@@ -142,7 +142,7 @@ install_requires =
142142
funcparserlib==0.3.6
143143
# license expressions
144144
boolean.py==4.0
145-
license_expression==30.3.1
145+
license_expression==30.4.0
146146
# Webhooks
147147
django-rest-hooks==1.6.1
148148
# django-notifications
@@ -157,15 +157,15 @@ install_requires =
157157
openpyxl==3.1.5
158158
et-xmlfile==1.1.0
159159
# PackageURL
160-
packageurl-python==0.15.6
160+
packageurl-python==0.16.0
161161
# Gunicorn
162162
gunicorn==23.0.0
163163
# SPDX validation
164164
jsonschema==4.16.0
165165
attrs==23.2.0
166166
pyrsistent==0.18.1
167167
# CycloneDX
168-
cyclonedx-python-lib==8.1.0
168+
cyclonedx-python-lib==8.5.0
169169
sortedcontainers==2.4.0
170170
toml==0.10.2
171171
py-serializable==1.1.2
-159 KB
Binary file not shown.

thirdparty/dist/bleach-6.0.0-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 22 deletions
This file was deleted.
-159 KB
Binary file not shown.
160 KB
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
about_resource: bleach-6.2.0-py3-none-any.whl
2+
name: bleach
3+
version: 6.2.0
4+
download_url: https://files.pythonhosted.org/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: apache-2.0 AND mit
7+
copyright: Copyright bleach project contributors
8+
attribute: yes
9+
track_changes: yes
10+
checksum_md5: 660e2e515dcab76aaba61c1ef9dac291
11+
checksum_sha1: 413fc1f05fd745e698b8b93068d3ba3760574e19
12+
licenses:
13+
- key: apache-2.0
14+
name: Apache License 2.0
15+
file: apache-2.0.LICENSE
16+
- key: mit
17+
name: MIT License
18+
file: mit.LICENSE
-352 KB
Binary file not shown.

thirdparty/dist/cyclonedx_python_lib-7.6.0-py3-none-any.whl.ABOUT

Lines changed: 0 additions & 15 deletions
This file was deleted.

thirdparty/dist/cyclonedx_python_lib-8.1.0-py3-none-any.whl renamed to thirdparty/dist/cyclonedx_python_lib-8.5.0-py3-none-any.whl

360 KB
Binary file not shown.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
about_resource: cyclonedx_python_lib-8.5.0-py3-none-any.whl
2+
name: cyclonedx-python-lib
3+
version: 8.5.0
4+
download_url: https://files.pythonhosted.org/packages/48/7e/4e0561c3640f9f7795e3efce0d3045b0536f73cebf1ea142d55fe16c78b6/cyclonedx_python_lib-8.5.0-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: apache-2.0
7+
copyright: Copyright OWASP Foundation
8+
attribute: yes
9+
track_changes: yes
10+
checksum_md5: 997d9a2765dfbd1bcd8a5a4621866797
11+
checksum_sha1: 8ecd52e8c1cc63012421652c6386eaadd2f770ce
12+
licenses:
13+
- key: apache-2.0
14+
name: Apache License 2.0
15+
file: apache-2.0.LICENSE

0 commit comments

Comments
 (0)