Skip to content

Commit

Permalink
Upgrade dependencies to their latest version part.2
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Jan 24, 2025
1 parent 05b3499 commit 28bba64
Show file tree
Hide file tree
Showing 63 changed files with 21 additions and 1,183 deletions.
39 changes: 21 additions & 18 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install_requires =
wheel==0.45.1
pip==24.3.1
# Django
Django==5.0.9
Django==5.0.11
asgiref==3.8.1
typing_extensions==4.12.2
sqlparse==0.5.0
Expand Down Expand Up @@ -79,18 +79,18 @@ install_requires =
# Access log
django-axes==5.35.0
django-appconf==1.0.6
django-ipware==5.0.2
django-ipware==7.0.1
# Multi-factor authentication
django-otp==1.5.4
qrcode==7.4.2
qrcode==8.0
pypng==0.20220715.0
# Database
psycopg==3.2.4
# Cache
redis==5.2.1
# redis dependencies:
packaging==23.0
pyparsing==3.0.9
packaging==24.2
pyparsing==3.2.1
async-timeout==5.0.1
Deprecated==1.2.15
wrapt==1.14.1
Expand All @@ -109,9 +109,9 @@ install_requires =
# Libs
certifi==2024.12.14
urllib3==2.3.0
python-dateutil==2.8.2
python-mimeparse==1.6.0
PyJWT==2.4.0
python-dateutil==2.9.0.post0
python-mimeparse==2.0.0
PyJWT==2.10.1
natsort==8.4.0
six==1.16.0
requests==2.32.3
Expand All @@ -133,9 +133,9 @@ install_requires =
requests-oauthlib==2.0.0
defusedxml==0.7.1
# LDAP Auth
python-ldap==3.4.3
pyasn1==0.5.0
pyasn1_modules==0.3.0
python-ldap==3.4.4
pyasn1==0.6.1
pyasn1-modules==0.4.1
django-auth-ldap==4.6.0
# LDAP Testing
mockldap==0.3.0.post1
Expand All @@ -155,15 +155,18 @@ install_requires =
click==8.1.8
saneyaml==0.6.1
openpyxl==3.1.5
et-xmlfile==1.1.0
et-xmlfile==2.0.0
# PackageURL
packageurl-python==0.16.0
# Gunicorn
gunicorn==23.0.0
# SPDX validation
jsonschema==4.16.0
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
referencing==0.36.1
rpds-py==0.22.3
attrs==24.3.0
pyrsistent==0.18.1
pyrsistent==0.20.0
# CycloneDX
cyclonedx-python-lib==8.5.0
sortedcontainers==2.4.0
Expand All @@ -174,9 +177,9 @@ install_requires =
gitdb==4.0.12
smmap==5.0.1
# CSAF
pydantic==2.10.4
pydantic==2.10.6
pydantic-core==2.27.2
maturin==1.7.8
maturin==1.8.1
setuptools-rust==1.10.2
annotated-types==0.7.0
semantic-version==2.10.0
Expand All @@ -188,10 +191,10 @@ dev =
# Documentation
doc8==0.11.2
stevedore==5.1.0
Pygments==2.16.1
Pygments==2.19.1
docutils==0.20.1
restructuredtext-lint==1.4.0
pbr==5.11.1
pbr==6.1.0
# Parallel testing
tblib==3.0.0

Expand Down
Binary file not shown.
14 changes: 0 additions & 14 deletions thirdparty/dist/Django-5.0.9-py3-none-any.whl.ABOUT

This file was deleted.

Binary file removed thirdparty/dist/Django-5.1.2-py3-none-any.whl
Binary file not shown.
Binary file added thirdparty/dist/PyJWT-2.10.1-py3-none-any.whl
Binary file not shown.
Binary file removed thirdparty/dist/PyJWT-2.4.0-py3-none-any.whl
Binary file not shown.
19 changes: 0 additions & 19 deletions thirdparty/dist/PyJWT-2.4.0-py3-none-any.whl.ABOUT

This file was deleted.

17 changes: 0 additions & 17 deletions thirdparty/dist/PyJWT-2.4.0-py3-none-any.whl.NOTICE

This file was deleted.

Binary file removed thirdparty/dist/Pygments-2.16.1-py3-none-any.whl
Binary file not shown.
17 changes: 0 additions & 17 deletions thirdparty/dist/Pygments-2.16.1-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
14 changes: 0 additions & 14 deletions thirdparty/dist/django_ipware-5.0.2-py2.py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
Binary file removed thirdparty/dist/et_xmlfile-1.1.0-py3-none-any.whl
Binary file not shown.
18 changes: 0 additions & 18 deletions thirdparty/dist/et_xmlfile-1.1.0-py3-none-any.whl.ABOUT

This file was deleted.

18 changes: 0 additions & 18 deletions thirdparty/dist/et_xmlfile-1.1.0-py3-none-any.whl.NOTICE

This file was deleted.

Binary file added thirdparty/dist/et_xmlfile-2.0.0-py3-none-any.whl
Binary file not shown.
Binary file removed thirdparty/dist/jsonschema-4.16.0-py3-none-any.whl
Binary file not shown.
17 changes: 0 additions & 17 deletions thirdparty/dist/jsonschema-4.16.0-py3-none-any.whl.ABOUT

This file was deleted.

17 changes: 0 additions & 17 deletions thirdparty/dist/jsonschema-4.16.0-py3-none-any.whl.NOTICE

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file removed thirdparty/dist/maturin-1.7.8.tar.gz
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added thirdparty/dist/maturin-1.8.1.tar.gz
Binary file not shown.
Binary file removed thirdparty/dist/packaging-23.0-py3-none-any.whl
Binary file not shown.
22 changes: 0 additions & 22 deletions thirdparty/dist/packaging-23.0-py3-none-any.whl.ABOUT

This file was deleted.

Binary file added thirdparty/dist/packaging-24.2-py3-none-any.whl
Binary file not shown.
18 changes: 0 additions & 18 deletions thirdparty/dist/pbr-5.11.1-py2.py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
Binary file removed thirdparty/dist/pyasn1-0.5.0-py2.py3-none-any.whl
Binary file not shown.
17 changes: 0 additions & 17 deletions thirdparty/dist/pyasn1-0.5.0-py2.py3-none-any.whl.ABOUT

This file was deleted.

Binary file added thirdparty/dist/pyasn1-0.6.1-py3-none-any.whl
Binary file not shown.
Binary file not shown.
14 changes: 0 additions & 14 deletions thirdparty/dist/pyasn1_modules-0.3.0-py2.py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file added thirdparty/dist/pygments-2.19.1-py3-none-any.whl
Binary file not shown.
Binary file removed thirdparty/dist/pyparsing-3.0.9-py3-none-any.whl
Binary file not shown.
17 changes: 0 additions & 17 deletions thirdparty/dist/pyparsing-3.0.9-py3-none-any.whl.ABOUT

This file was deleted.

18 changes: 0 additions & 18 deletions thirdparty/dist/pyparsing-3.0.9-py3-none-any.whl.NOTICE

This file was deleted.

Binary file added thirdparty/dist/pyparsing-3.2.1-py3-none-any.whl
Binary file not shown.
Loading

0 comments on commit 28bba64

Please sign in to comment.