Skip to content

Commit 212f48b

Browse files
authored
Upgrade multiple dependencies to their latest version (#184)
Signed-off-by: tdruez <[email protected]>
1 parent bf01752 commit 212f48b

33 files changed

+32
-32
lines changed

dejacode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import git
1616

17-
VERSION = "5.2.0"
17+
VERSION = "5.3.0-dev"
1818

1919
PROJECT_DIR = Path(__file__).resolve().parent
2020
ROOT_DIR = PROJECT_DIR.parent

setup.cfg

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = dejacode
3-
version = 5.2.0
3+
version = 5.3.0-dev
44
license = AGPL-3.0-only
55
description = Automate open source license compliance and ensure supply chain integrity
66
long_description = file:README.rst
@@ -47,28 +47,28 @@ include_package_data = true
4747
zip_safe = false
4848
install_requires =
4949
# Base configuration tools
50-
setuptools==69.5.1
51-
wheel==0.43.0
52-
pip==24.0
50+
setuptools==75.2.0
51+
wheel==0.44.0
52+
pip==24.2
5353
# Django
5454
Django==5.0.9
5555
asgiref==3.8.1
56-
typing_extensions==4.2.0
56+
typing_extensions==4.12.2
5757
sqlparse==0.5.0
5858
pytz==2024.1
5959
# Django apps
60-
django-crispy-forms==2.1
61-
crispy_bootstrap5==2024.2
60+
django-crispy-forms==2.3
61+
crispy_bootstrap5==2024.10
6262
django-grappelli==4.0.1
63-
django-filter==24.2
63+
django-filter==24.3
6464
django-registration==3.4
6565
confusable_homoglyphs==3.3.1
6666
django-hcaptcha-field==1.4.0
6767
django-guardian==2.4.0
6868
django-environ==0.11.2
69-
django-debug-toolbar==4.3.0
69+
django-debug-toolbar==4.4.6
7070
# REST API
71-
djangorestframework==3.14.0
71+
djangorestframework==3.15.2
7272
# API documentation, `coreapi` and its requirements:
7373
coreapi==2.3.3
7474
MarkupSafe==2.1.3
@@ -78,20 +78,20 @@ install_requires =
7878
uritemplate==4.1.1
7979
# Access log
8080
django-axes==5.35.0
81-
django-appconf==1.0.5
81+
django-appconf==1.0.6
8282
django-ipware==5.0.2
8383
# Multi-factor authentication
84-
django-otp==1.5.0
84+
django-otp==1.5.4
8585
qrcode==7.4.2
8686
pypng==0.20220715.0
8787
# Database
88-
psycopg==3.1.19
88+
psycopg==3.2.3
8989
# Cache
90-
redis==5.0.4
90+
redis==5.1.1
9191
# redis dependencies:
9292
packaging==23.0
9393
pyparsing==3.0.9
94-
async-timeout==4.0.2
94+
async-timeout==4.0.3
9595
deprecated==1.2.13
9696
wrapt==1.14.1
9797
# Antivirus
@@ -101,26 +101,26 @@ install_requires =
101101
# Task queue
102102
rq==1.16.2
103103
django-rq==2.10.2
104-
fakeredis==2.21.1
104+
fakeredis==2.25.1
105105
# Scheduler
106106
rq-scheduler==0.13.1
107107
crontab==1.0.1
108108
freezegun==1.5.1
109109
# Libs
110-
certifi==2024.2.2
111-
urllib3==2.2.1
110+
certifi==2024.8.30
111+
urllib3==2.2.3
112112
python-dateutil==2.8.2
113113
python-mimeparse==1.6.0
114114
PyJWT==2.4.0
115115
natsort==8.4.0
116116
six==1.16.0
117-
requests==2.31.0
118-
idna==3.7
119-
charset-normalizer==3.3.2
120-
PyYAML==6.0
121-
Cython==0.29.30
117+
requests==2.32.3
118+
idna==3.10
119+
charset-normalizer==3.4.0
120+
PyYAML==6.0.2
121+
Cython==3.0.11
122122
importlib_metadata==4.11.4
123-
zipp==3.8.0
123+
zipp==3.20.2
124124
XlsxWriter==3.1.9
125125
# Markdown
126126
Markdown==3.3.7
@@ -130,7 +130,7 @@ install_requires =
130130
# Authentication
131131
oauthlib==3.2.2
132132
python3-openid==3.2.0
133-
requests-oauthlib==1.3.1
133+
requests-oauthlib==2.0.0
134134
defusedxml==0.7.1
135135
# LDAP Auth
136136
python-ldap==3.4.3
@@ -142,7 +142,7 @@ install_requires =
142142
funcparserlib==0.3.6
143143
# license expressions
144144
boolean.py==4.0
145-
license_expression==30.3.0
145+
license_expression==30.3.1
146146
# Webhooks
147147
django-rest-hooks==1.6.1
148148
# django-notifications
@@ -153,22 +153,22 @@ install_requires =
153153
# AboutCode Toolkit
154154
aboutcode_toolkit==10.1.0
155155
click==8.1.3
156-
saneyaml==0.6.0
157-
openpyxl==3.1.2
156+
saneyaml==0.6.1
157+
openpyxl==3.1.5
158158
et-xmlfile==1.1.0
159159
# PackageURL
160160
packageurl-python==0.15.6
161161
# Gunicorn
162-
gunicorn==22.0.0
162+
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==7.6.0
168+
cyclonedx-python-lib==8.1.0
169169
sortedcontainers==2.4.0
170170
toml==0.10.2
171-
py-serializable==1.1.0
171+
py-serializable==1.1.2
172172
# Git
173173
gitpython==3.1.43
174174
gitdb==4.0.11
1.12 MB
Binary file not shown.
7.89 MB
Binary file not shown.
5.59 KB
Binary file not shown.
163 KB
Binary file not shown.
48.3 KB
Binary file not shown.
23.9 KB
Binary file not shown.
360 KB
Binary file not shown.
6.27 KB
Binary file not shown.

0 commit comments

Comments
 (0)