Skip to content

Commit 91bed23

Browse files
authored
Upgrade multiple dependencies to their latest versions (#265)
Signed-off-by: tdruez <[email protected]>
1 parent 7fc145e commit 91bed23

File tree

58 files changed

+166
-770
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+166
-770
lines changed

component_catalog/tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ def test_api_package_detail_endpoint(self):
10731073
self.assertEqual(200, response.status_code)
10741074

10751075
self.client.login(username="super_user", password="secret")
1076-
with self.assertMaxQueries(10):
1076+
with self.assertMaxQueries(11):
10771077
response = self.client.get(self.package1_detail_url)
10781078

10791079
self.assertContains(response, self.package1_detail_url)

license_library/tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def test_api_license_list_endpoint_num_queries(self):
406406
owner=self.owner1,
407407
dataspace=self.dataspace,
408408
)
409-
with self.assertMaxQueries(12):
409+
with self.assertMaxQueries(13):
410410
response = self.client.get(self.license_list_url)
411411
self.assertEqual(7, response.data["count"])
412412

setup.cfg

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install_requires =
4949
# Base configuration tools
5050
setuptools==75.8.0
5151
wheel==0.45.1
52-
pip==24.3.1
52+
pip==25.0.1
5353
# Django
5454
Django==5.1.6
5555
asgiref==3.8.1
@@ -77,7 +77,7 @@ install_requires =
7777
uritemplate==4.1.1
7878
# Access log
7979
django-axes==5.35.0
80-
django-appconf==1.0.6
80+
django-appconf==1.1.0
8181
django-ipware==7.0.1
8282
# Multi-factor authentication
8383
django-otp==1.5.4
@@ -91,7 +91,7 @@ install_requires =
9191
packaging==24.2
9292
pyparsing==3.2.1
9393
async-timeout==5.0.1
94-
Deprecated==1.2.15
94+
Deprecated==1.2.18
9595
wrapt==1.17.2
9696
# Antivirus
9797
clamd==1.0.2
@@ -100,13 +100,13 @@ install_requires =
100100
# Task queue
101101
rq==2.1.0
102102
django-rq==3.0.0
103-
fakeredis==2.26.2
103+
fakeredis==2.27.0
104104
# Scheduler
105105
rq-scheduler==0.14.0
106106
crontab==1.0.1
107107
freezegun==1.5.1
108108
# Libs
109-
certifi==2024.12.14
109+
certifi==2025.1.31
110110
urllib3==2.3.0
111111
python-dateutil==2.9.0.post0
112112
python-mimeparse==2.0.0
@@ -117,10 +117,10 @@ install_requires =
117117
idna==3.10
118118
charset-normalizer==3.4.1
119119
PyYAML==6.0.2
120-
Cython==3.0.11
120+
Cython==3.0.12
121121
importlib_metadata==8.6.1
122122
zipp==3.21.0
123-
XlsxWriter==3.2.1
123+
XlsxWriter==3.2.2
124124
# Markdown
125125
Markdown==3.7
126126
bleach==6.2.0
@@ -161,12 +161,12 @@ install_requires =
161161
# SPDX validation
162162
jsonschema==4.23.0
163163
jsonschema-specifications==2024.10.1
164-
referencing==0.36.1
164+
referencing==0.36.2
165165
rpds-py==0.22.3
166-
attrs==24.3.0
166+
attrs==25.1.0
167167
pyrsistent==0.20.0
168168
# CycloneDX
169-
cyclonedx-python-lib==8.5.0
169+
cyclonedx-python-lib==8.8.0
170170
sortedcontainers==2.4.0
171171
toml==0.10.2
172172
py-serializable==1.1.2
@@ -185,14 +185,14 @@ install_requires =
185185
[options.extras_require]
186186
dev =
187187
# Linter and Validation
188-
ruff==0.9.3
188+
ruff==0.9.6
189189
# Documentation
190190
doc8==1.1.2
191191
stevedore==5.4.0
192192
Pygments==2.19.1
193193
docutils==0.21.2
194194
restructuredtext-lint==1.4.0
195-
pbr==6.1.0
195+
pbr==6.1.1
196196
# Parallel testing
197197
tblib==3.0.0
198198

-962 KB
Binary file not shown.

thirdparty/dist/Cython-0.29.31-py2.py3-none-any.whl.ABOUT

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

thirdparty/dist/Cython-0.29.31-py2.py3-none-any.whl.NOTICE

Lines changed: 0 additions & 2 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
1.12 MB
Binary file not shown.

thirdparty/dist/Deprecated-1.2.15-py2.py3-none-any.whl.ABOUT

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

0 commit comments

Comments
 (0)