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

+1-1
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

+1-1
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

+12-12
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

Binary file not shown.

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

-19
This file was deleted.

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

-2
This file was deleted.

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

-14
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: Deprecated-1.2.18-py2.py3-none-any.whl
2+
name: deprecated
3+
version: 1.2.18
4+
download_url: https://files.pythonhosted.org/packages/6e/c6/ac0b6c1e2d138f1002bcf799d330bd6d85084fece321e662a14223794041/Deprecated-1.2.18-py2.py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: mit
7+
copyright: Copyright deprecated project contributors
8+
attribute: yes
9+
checksum_md5: aef0a32d82c9ba85b949ea93d27a43cb
10+
checksum_sha1: ab7d0a40ba273683cc3ba3cd4d2f987fc097def1
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: Django-5.1.6-py3-none-any.whl
2+
name: django
3+
version: 5.1.6
4+
download_url: https://files.pythonhosted.org/packages/75/6f/d2c216d00975e2604b10940937b0ba6b2c2d9b3cc0cc633e414ae3f14b2e/Django-5.1.6-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: bsd-new
7+
copyright: Copyright django project contributors
8+
attribute: yes
9+
checksum_md5: 27ad2093eaef2c1aeb76cb8025cbbbf5
10+
checksum_sha1: 70a0ffed34bb16e4373f95e91018bde4d0ef1b2f
11+
licenses:
12+
- key: bsd-new
13+
name: BSD-3-Clause
14+
file: bsd-new.LICENSE
Binary file not shown.
Binary file not shown.
Binary file not shown.

thirdparty/dist/XlsxWriter-3.2.1-py3-none-any.whl.ABOUT

-17
This file was deleted.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
about_resource: XlsxWriter-3.2.2-py3-none-any.whl
2+
name: xlsxwriter
3+
version: 3.2.2
4+
download_url: https://files.pythonhosted.org/packages/9b/07/df054f7413bdfff5e98f75056e4ed0977d0c8716424011fac2587864d1d3/XlsxWriter-3.2.2-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: bsd-new AND bsd-simplified
7+
copyright: Copyright xlsxwriter project contributors
8+
attribute: yes
9+
checksum_md5: 508abf735526e464ab5e27217ac67fc8
10+
checksum_sha1: e1adf91f979a74da3860024b4f7824ebbf740210
11+
licenses:
12+
- key: bsd-simplified
13+
name: BSD-2-Clause
14+
file: bsd-simplified.LICENSE
15+
- key: bsd-new
16+
name: BSD-3-Clause
17+
file: bsd-new.LICENSE

thirdparty/dist/attr-0.3.2-py2.py3-none-any.whl.ABOUT

-14
This file was deleted.

thirdparty/dist/attrs-24.3.0-py3-none-any.whl.ABOUT

-17
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
about_resource: attrs-25.1.0-py3-none-any.whl
2+
name: attrs
3+
version: 25.1.0
4+
download_url: https://files.pythonhosted.org/packages/fc/30/d4986a882011f9df997a55e6becd864812ccfcd821d64aac8570ee39f719/attrs-25.1.0-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: mit AND unknown-license-reference
7+
copyright: Copyright attrs project contributors
8+
attribute: yes
9+
checksum_md5: e6b450578edf429c8622cfe481b0879b
10+
checksum_sha1: f65c5b0524ef7a6d099e3bada05881fb695f9209
11+
licenses:
12+
- key: mit
13+
name: MIT License
14+
file: mit.LICENSE
15+
- key: unknown-license-reference
16+
name: Unknown License file reference
17+
file: unknown-license-reference.LICENSE
Binary file not shown.

thirdparty/dist/certifi-2024.12.14-py3-none-any.whl.ABOUT

-16
This file was deleted.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
about_resource: certifi-2025.1.31-py3-none-any.whl
2+
name: certifi
3+
version: 2025.1.31
4+
download_url: https://files.pythonhosted.org/packages/38/fc/bce832fd4fd99766c04d1ee0eead6b0ec6486fb100ae5e74c1d91292b982/certifi-2025.1.31-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: mpl-2.0
7+
copyright: Copyright certifi project contributors
8+
redistribute: yes
9+
attribute: yes
10+
track_changes: yes
11+
checksum_md5: c205c7808745af1661fb0fba4df49238
12+
checksum_sha1: 6c1dbe778d4c8fa2e7324a34bd4e1705b530e7d8
13+
licenses:
14+
- key: mpl-2.0
15+
name: Mozilla Public License 2.0
16+
file: mpl-2.0.LICENSE

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

-15
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
about_resource: cyclonedx_python_lib-8.8.0-py3-none-any.whl
2+
name: cyclonedx-python-lib
3+
version: 8.8.0
4+
download_url: https://files.pythonhosted.org/packages/12/11/8a75e0995a7c9c885eadc65806149dbdd206cf67ab3a8a8d7169e97cf69a/cyclonedx_python_lib-8.8.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: db7e22a9e0a5717d0a233a1c227943fb
11+
checksum_sha1: 754735804a0d2249fdf0ea14613fe5e67b733bcd
12+
licenses:
13+
- key: apache-2.0
14+
name: Apache License 2.0
15+
file: apache-2.0.LICENSE
Binary file not shown.

thirdparty/dist/django_appconf-1.0.5-py3-none-any.whl.ABOUT

-17
This file was deleted.

thirdparty/dist/django_appconf-1.0.5-py3-none-any.whl.NOTICE

-1
This file was deleted.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
about_resource: django_appconf-1.1.0-py3-none-any.whl
2+
name: django-appconf
3+
version: 1.1.0
4+
download_url: https://files.pythonhosted.org/packages/62/9e/f3a899991e4aaae4b69c1aa187ba4a32e34742475c91eb13010ee7fbe9db/django_appconf-1.1.0-py3-none-any.whl
5+
package_url: pkg:pypi/[email protected]
6+
license_expression: bsd-new
7+
copyright: Copyright django-appconf project contributors
8+
attribute: yes
9+
checksum_md5: e47a5eafb8fc17609c7bff5701176421
10+
checksum_sha1: b48f3a059915364284cf9d27200bd00a8f11592f
11+
licenses:
12+
- key: bsd-new
13+
name: BSD-3-Clause
14+
file: bsd-new.LICENSE
Binary file not shown.

thirdparty/dist/django_filter-24.2-py3-none-any.whl.ABOUT

-14
This file was deleted.
Binary file not shown.
Binary file not shown.

thirdparty/dist/fakeredis-2.26.2-py3-none-any.whl.ABOUT

-14
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)