diff --git a/dejacode/__init__.py b/dejacode/__init__.py index f93a7ab..27c6ff6 100644 --- a/dejacode/__init__.py +++ b/dejacode/__init__.py @@ -14,7 +14,7 @@ import git -VERSION = "5.2.0" +VERSION = "5.3.0-dev" PROJECT_DIR = Path(__file__).resolve().parent ROOT_DIR = PROJECT_DIR.parent diff --git a/setup.cfg b/setup.cfg index 8d850eb..cf6234f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = dejacode -version = 5.2.0 +version = 5.3.0-dev license = AGPL-3.0-only description = Automate open source license compliance and ensure supply chain integrity long_description = file:README.rst @@ -47,28 +47,28 @@ include_package_data = true zip_safe = false install_requires = # Base configuration tools - setuptools==69.5.1 - wheel==0.43.0 - pip==24.0 + setuptools==75.2.0 + wheel==0.44.0 + pip==24.2 # Django Django==5.0.9 asgiref==3.8.1 - typing_extensions==4.2.0 + typing_extensions==4.12.2 sqlparse==0.5.0 pytz==2024.1 # Django apps - django-crispy-forms==2.1 - crispy_bootstrap5==2024.2 + django-crispy-forms==2.3 + crispy_bootstrap5==2024.10 django-grappelli==4.0.1 - django-filter==24.2 + django-filter==24.3 django-registration==3.4 confusable_homoglyphs==3.3.1 django-hcaptcha-field==1.4.0 django-guardian==2.4.0 django-environ==0.11.2 - django-debug-toolbar==4.3.0 + django-debug-toolbar==4.4.6 # REST API - djangorestframework==3.14.0 + djangorestframework==3.15.2 # API documentation, `coreapi` and its requirements: coreapi==2.3.3 MarkupSafe==2.1.3 @@ -78,20 +78,20 @@ install_requires = uritemplate==4.1.1 # Access log django-axes==5.35.0 - django-appconf==1.0.5 + django-appconf==1.0.6 django-ipware==5.0.2 # Multi-factor authentication - django-otp==1.5.0 + django-otp==1.5.4 qrcode==7.4.2 pypng==0.20220715.0 # Database - psycopg==3.1.19 + psycopg==3.2.3 # Cache - redis==5.0.4 + redis==5.1.1 # redis dependencies: packaging==23.0 pyparsing==3.0.9 - async-timeout==4.0.2 + async-timeout==4.0.3 deprecated==1.2.13 wrapt==1.14.1 # Antivirus @@ -101,26 +101,26 @@ install_requires = # Task queue rq==1.16.2 django-rq==2.10.2 - fakeredis==2.21.1 + fakeredis==2.25.1 # Scheduler rq-scheduler==0.13.1 crontab==1.0.1 freezegun==1.5.1 # Libs - certifi==2024.2.2 - urllib3==2.2.1 + certifi==2024.8.30 + urllib3==2.2.3 python-dateutil==2.8.2 python-mimeparse==1.6.0 PyJWT==2.4.0 natsort==8.4.0 six==1.16.0 - requests==2.31.0 - idna==3.7 - charset-normalizer==3.3.2 - PyYAML==6.0 - Cython==0.29.30 + requests==2.32.3 + idna==3.10 + charset-normalizer==3.4.0 + PyYAML==6.0.2 + Cython==3.0.11 importlib_metadata==4.11.4 - zipp==3.8.0 + zipp==3.20.2 XlsxWriter==3.1.9 # Markdown Markdown==3.3.7 @@ -130,7 +130,7 @@ install_requires = # Authentication oauthlib==3.2.2 python3-openid==3.2.0 - requests-oauthlib==1.3.1 + requests-oauthlib==2.0.0 defusedxml==0.7.1 # LDAP Auth python-ldap==3.4.3 @@ -142,7 +142,7 @@ install_requires = funcparserlib==0.3.6 # license expressions boolean.py==4.0 - license_expression==30.3.0 + license_expression==30.3.1 # Webhooks django-rest-hooks==1.6.1 # django-notifications @@ -153,22 +153,22 @@ install_requires = # AboutCode Toolkit aboutcode_toolkit==10.1.0 click==8.1.3 - saneyaml==0.6.0 - openpyxl==3.1.2 + saneyaml==0.6.1 + openpyxl==3.1.5 et-xmlfile==1.1.0 # PackageURL packageurl-python==0.15.6 # Gunicorn - gunicorn==22.0.0 + gunicorn==23.0.0 # SPDX validation jsonschema==4.16.0 attrs==23.2.0 pyrsistent==0.18.1 # CycloneDX - cyclonedx-python-lib==7.6.0 + cyclonedx-python-lib==8.1.0 sortedcontainers==2.4.0 toml==0.10.2 - py-serializable==1.1.0 + py-serializable==1.1.2 # Git gitpython==3.1.43 gitdb==4.0.11 diff --git a/thirdparty/dist/Cython-3.0.11-py2.py3-none-any.whl b/thirdparty/dist/Cython-3.0.11-py2.py3-none-any.whl new file mode 100644 index 0000000..5cf004c Binary files /dev/null and b/thirdparty/dist/Cython-3.0.11-py2.py3-none-any.whl differ diff --git a/thirdparty/dist/Django-5.1.2-py3-none-any.whl b/thirdparty/dist/Django-5.1.2-py3-none-any.whl new file mode 100644 index 0000000..543d92a Binary files /dev/null and b/thirdparty/dist/Django-5.1.2-py3-none-any.whl differ diff --git a/thirdparty/dist/async_timeout-4.0.3-py3-none-any.whl b/thirdparty/dist/async_timeout-4.0.3-py3-none-any.whl new file mode 100644 index 0000000..d802d01 Binary files /dev/null and b/thirdparty/dist/async_timeout-4.0.3-py3-none-any.whl differ diff --git a/thirdparty/dist/certifi-2024.8.30-py3-none-any.whl b/thirdparty/dist/certifi-2024.8.30-py3-none-any.whl new file mode 100644 index 0000000..98a9dcc Binary files /dev/null and b/thirdparty/dist/certifi-2024.8.30-py3-none-any.whl differ diff --git a/thirdparty/dist/charset_normalizer-3.4.0-py3-none-any.whl b/thirdparty/dist/charset_normalizer-3.4.0-py3-none-any.whl new file mode 100644 index 0000000..e42eda7 Binary files /dev/null and b/thirdparty/dist/charset_normalizer-3.4.0-py3-none-any.whl differ diff --git a/thirdparty/dist/crispy_bootstrap5-2024.10-py3-none-any.whl b/thirdparty/dist/crispy_bootstrap5-2024.10-py3-none-any.whl new file mode 100644 index 0000000..604f265 Binary files /dev/null and b/thirdparty/dist/crispy_bootstrap5-2024.10-py3-none-any.whl differ diff --git a/thirdparty/dist/cyclonedx_python_lib-8.1.0-py3-none-any.whl b/thirdparty/dist/cyclonedx_python_lib-8.1.0-py3-none-any.whl new file mode 100644 index 0000000..e1ca85b Binary files /dev/null and b/thirdparty/dist/cyclonedx_python_lib-8.1.0-py3-none-any.whl differ diff --git a/thirdparty/dist/django_appconf-1.0.6-py3-none-any.whl b/thirdparty/dist/django_appconf-1.0.6-py3-none-any.whl new file mode 100644 index 0000000..ddacaa9 Binary files /dev/null and b/thirdparty/dist/django_appconf-1.0.6-py3-none-any.whl differ diff --git a/thirdparty/dist/django_crispy_forms-2.3-py3-none-any.whl b/thirdparty/dist/django_crispy_forms-2.3-py3-none-any.whl new file mode 100644 index 0000000..2680dfa Binary files /dev/null and b/thirdparty/dist/django_crispy_forms-2.3-py3-none-any.whl differ diff --git a/thirdparty/dist/django_debug_toolbar-4.4.6-py3-none-any.whl b/thirdparty/dist/django_debug_toolbar-4.4.6-py3-none-any.whl new file mode 100644 index 0000000..2664ede Binary files /dev/null and b/thirdparty/dist/django_debug_toolbar-4.4.6-py3-none-any.whl differ diff --git a/thirdparty/dist/django_filter-24.3-py3-none-any.whl b/thirdparty/dist/django_filter-24.3-py3-none-any.whl new file mode 100644 index 0000000..ec6812c Binary files /dev/null and b/thirdparty/dist/django_filter-24.3-py3-none-any.whl differ diff --git a/thirdparty/dist/django_otp-1.5.4-py3-none-any.whl b/thirdparty/dist/django_otp-1.5.4-py3-none-any.whl new file mode 100644 index 0000000..e1f126b Binary files /dev/null and b/thirdparty/dist/django_otp-1.5.4-py3-none-any.whl differ diff --git a/thirdparty/dist/djangorestframework-3.15.2-py3-none-any.whl b/thirdparty/dist/djangorestframework-3.15.2-py3-none-any.whl new file mode 100644 index 0000000..225812e Binary files /dev/null and b/thirdparty/dist/djangorestframework-3.15.2-py3-none-any.whl differ diff --git a/thirdparty/dist/fakeredis-2.25.1-py3-none-any.whl b/thirdparty/dist/fakeredis-2.25.1-py3-none-any.whl new file mode 100644 index 0000000..be19da7 Binary files /dev/null and b/thirdparty/dist/fakeredis-2.25.1-py3-none-any.whl differ diff --git a/thirdparty/dist/gunicorn-23.0.0-py3-none-any.whl b/thirdparty/dist/gunicorn-23.0.0-py3-none-any.whl new file mode 100644 index 0000000..86d6da8 Binary files /dev/null and b/thirdparty/dist/gunicorn-23.0.0-py3-none-any.whl differ diff --git a/thirdparty/dist/idna-3.10-py3-none-any.whl b/thirdparty/dist/idna-3.10-py3-none-any.whl new file mode 100644 index 0000000..52759bd Binary files /dev/null and b/thirdparty/dist/idna-3.10-py3-none-any.whl differ diff --git a/thirdparty/dist/license_expression-30.3.1-py3-none-any.whl b/thirdparty/dist/license_expression-30.3.1-py3-none-any.whl new file mode 100644 index 0000000..35a3bac Binary files /dev/null and b/thirdparty/dist/license_expression-30.3.1-py3-none-any.whl differ diff --git a/thirdparty/dist/openpyxl-3.1.5-py2.py3-none-any.whl b/thirdparty/dist/openpyxl-3.1.5-py2.py3-none-any.whl new file mode 100644 index 0000000..e1dccd4 Binary files /dev/null and b/thirdparty/dist/openpyxl-3.1.5-py2.py3-none-any.whl differ diff --git a/thirdparty/dist/pip-24.2-py3-none-any.whl b/thirdparty/dist/pip-24.2-py3-none-any.whl new file mode 100644 index 0000000..542cdd1 Binary files /dev/null and b/thirdparty/dist/pip-24.2-py3-none-any.whl differ diff --git a/thirdparty/dist/psycopg-3.2.3-py3-none-any.whl b/thirdparty/dist/psycopg-3.2.3-py3-none-any.whl new file mode 100644 index 0000000..2219598 Binary files /dev/null and b/thirdparty/dist/psycopg-3.2.3-py3-none-any.whl differ diff --git a/thirdparty/dist/py_serializable-1.1.2-py3-none-any.whl b/thirdparty/dist/py_serializable-1.1.2-py3-none-any.whl new file mode 100644 index 0000000..4ccab46 Binary files /dev/null and b/thirdparty/dist/py_serializable-1.1.2-py3-none-any.whl differ diff --git a/thirdparty/dist/pyyaml-6.0.2.tar.gz b/thirdparty/dist/pyyaml-6.0.2.tar.gz new file mode 100644 index 0000000..69a538f Binary files /dev/null and b/thirdparty/dist/pyyaml-6.0.2.tar.gz differ diff --git a/thirdparty/dist/redis-5.1.1-py3-none-any.whl b/thirdparty/dist/redis-5.1.1-py3-none-any.whl new file mode 100644 index 0000000..6449c71 Binary files /dev/null and b/thirdparty/dist/redis-5.1.1-py3-none-any.whl differ diff --git a/thirdparty/dist/requests-2.32.3-py3-none-any.whl b/thirdparty/dist/requests-2.32.3-py3-none-any.whl new file mode 100644 index 0000000..23662ce Binary files /dev/null and b/thirdparty/dist/requests-2.32.3-py3-none-any.whl differ diff --git a/thirdparty/dist/requests_oauthlib-2.0.0-py2.py3-none-any.whl b/thirdparty/dist/requests_oauthlib-2.0.0-py2.py3-none-any.whl new file mode 100644 index 0000000..911f38f Binary files /dev/null and b/thirdparty/dist/requests_oauthlib-2.0.0-py2.py3-none-any.whl differ diff --git a/thirdparty/dist/saneyaml-0.6.1-py3-none-any.whl b/thirdparty/dist/saneyaml-0.6.1-py3-none-any.whl new file mode 100644 index 0000000..f837568 Binary files /dev/null and b/thirdparty/dist/saneyaml-0.6.1-py3-none-any.whl differ diff --git a/thirdparty/dist/setuptools-75.2.0-py3-none-any.whl b/thirdparty/dist/setuptools-75.2.0-py3-none-any.whl new file mode 100644 index 0000000..f476c40 Binary files /dev/null and b/thirdparty/dist/setuptools-75.2.0-py3-none-any.whl differ diff --git a/thirdparty/dist/typing_extensions-4.12.2-py3-none-any.whl b/thirdparty/dist/typing_extensions-4.12.2-py3-none-any.whl new file mode 100644 index 0000000..f6cc799 Binary files /dev/null and b/thirdparty/dist/typing_extensions-4.12.2-py3-none-any.whl differ diff --git a/thirdparty/dist/urllib3-2.2.3-py3-none-any.whl b/thirdparty/dist/urllib3-2.2.3-py3-none-any.whl new file mode 100644 index 0000000..3870568 Binary files /dev/null and b/thirdparty/dist/urllib3-2.2.3-py3-none-any.whl differ diff --git a/thirdparty/dist/wheel-0.44.0-py3-none-any.whl b/thirdparty/dist/wheel-0.44.0-py3-none-any.whl new file mode 100644 index 0000000..96431aa Binary files /dev/null and b/thirdparty/dist/wheel-0.44.0-py3-none-any.whl differ diff --git a/thirdparty/dist/zipp-3.20.2-py3-none-any.whl b/thirdparty/dist/zipp-3.20.2-py3-none-any.whl new file mode 100644 index 0000000..d506da9 Binary files /dev/null and b/thirdparty/dist/zipp-3.20.2-py3-none-any.whl differ