From c736887d0f931bcfba08b92dff88da07614c5995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:52:39 +0000 Subject: [PATCH] build(deps): bump django from 3.2.22 to 3.2.24 Bumps [django](https://github.com/django/django) from 3.2.22 to 3.2.24. - [Commits](https://github.com/django/django/compare/3.2.22...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 17 ++++--- requirements.txt | 112 +++++++++++++++++++++++------------------------ 3 files changed, 67 insertions(+), 64 deletions(-) diff --git a/Pipfile b/Pipfile index 30823e75..de2f704b 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ asgiref = "*" certifi = ">=2022.12.7" cffi = ">=1.15.1" chardet = ">=3.0.4" -django = "~=3.2.19" +django = "~=3.2.24" django-cors-headers = ">=3.7.0" django-filter = ">=2.4.0" django-ranged-response = ">=0.2.0" diff --git a/Pipfile.lock b/Pipfile.lock index e7831b3c..22c54340 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e765376efbd5d0a6e8a22c384e7e008024af5a7d8eb0768db286b7524078e15e" + "sha256": "5c1df151dfece06647cd8264bbbeb915e8a93378112be47cfbfab54874db3933" }, "pipfile-spec": 6, "requires": { @@ -49,6 +49,7 @@ "sha256:9e0ce3aa93a819ba5b45120216b23878cf6e8525eb3848653452b4192b92afed" ], "index": "pypi", + "markers": "python_version >= '3.7'", "version": "==3.7.2" }, "async-timeout": { @@ -404,11 +405,12 @@ }, "django": { "hashes": [ - "sha256:83b6d66b06e484807d778263fdc7f9186d4dc1862fcfa6507830446ac6b060ba", - "sha256:c5e7b668025a6e06cad9ba6d4de1fd1a21212acebb51ea34abb400c6e4d33430" + "sha256:5dd5b787c3ba39637610fe700f54bf158e33560ea0dba600c19921e7ff926ec5", + "sha256:aaee9fb0fb4ebd4311520887ad2e33313d368846607f82a9a0ed461cd4c35b18" ], "index": "pypi", - "version": "==3.2.22" + "markers": "python_version >= '3.6'", + "version": "==3.2.24" }, "django-add-default-value": { "hashes": [ @@ -2039,11 +2041,12 @@ }, "typing-extensions": { "hashes": [ - "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0", - "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef" + "sha256:23478f88c37f27d76ac8aee6c905017a143b0b1b886c3c9f66bc2fd94f9f5783", + "sha256:af72aea155e91adfc61c3ae9e0e342dbc0cba726d6cba4b6c72c1f34e47291cd" ], "index": "pypi", - "version": "==4.8.0" + "markers": "python_version >= '3.8'", + "version": "==4.9.0" }, "typing-inspect": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 5ed92cea..f8ff9c53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,12 +2,12 @@ aliyun-python-sdk-core==2.14.0 aliyun-python-sdk-core-v3==2.13.33 aliyun-python-sdk-kms==2.16.2 -amqp==5.1.1 ; python_version >= '3.6' -asgiref==3.7.2 -async-timeout==4.0.3 ; python_version >= '3.7' -attrs==23.1.0 ; python_version >= '3.7' -autopep8==2.0.4 ; python_version >= '3.6' -billiard==4.1.0 ; python_version >= '3.7' +amqp==5.1.1; python_version >= '3.6' +asgiref==3.7.2; python_version >= '3.7' +async-timeout==4.0.3; python_version >= '3.7' +attrs==23.1.0; python_version >= '3.7' +autopep8==2.0.4; python_version >= '3.6' +billiard==4.1.0; python_version >= '3.7' boto3==1.24.59 boto3-stubs==1.28.62 botocore==1.27.91 @@ -17,18 +17,18 @@ celery-singleton==0.3.1 certifi==2023.7.22 cffi==1.16.0 chardet==5.2.0 -charset-normalizer==3.3.0 ; python_full_version >= '3.7.0' -click==8.1.7 ; python_version >= '3.7' -click-didyoumean==0.3.0 ; python_full_version >= '3.6.2' and python_full_version < '4.0.0' +charset-normalizer==3.3.0; python_full_version >= '3.7.0' +click==8.1.7; python_version >= '3.7' +click-didyoumean==0.3.0; python_full_version >= '3.6.2' and python_full_version < '4.0.0' click-plugins==1.1.1 -click-repl==0.3.0 ; python_version >= '3.6' +click-repl==0.3.0; python_version >= '3.6' crcmod==1.7 -cryptography==41.0.4 ; python_version >= '3.7' +cryptography==41.0.4; python_version >= '3.7' dataclasses-json==0.6.1 ddt==1.6.0 -defusedxml==0.7.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' -diff-match-patch==20230430 ; python_version >= '3.7' -django==3.2.22 +defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +diff-match-patch==20230430; python_version >= '3.7' +django==3.2.24; python_version >= '3.6' django-add-default-value==0.10.0 django-auth-ldap==4.6.0 django-celery-beat==2.2.0 @@ -48,8 +48,8 @@ django-seriously==0.4.3 django-silk==5.0.4 django-simple-captcha==0.5.20 django-stubs[compatible-mypy]==1.15.0 -django-stubs-ext==4.2.2 ; python_version >= '3.8' -django-timezone-field==4.2.3 ; python_version >= '3.5' +django-stubs-ext==4.2.2; python_version >= '3.8' +django-timezone-field==4.2.3; python_version >= '3.5' django-utils==0.0.2 django-utils-six==2.0 django-xff==1.4.0 @@ -60,37 +60,37 @@ docxcompose==1.3.4 docxtpl==0.16.0 drf-spectacular==0.22.1 elasticsearch==7.17.7 -elasticsearch-dsl==7.4.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -et-xmlfile==1.1.0 ; python_version >= '3.6' +elasticsearch-dsl==7.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +et-xmlfile==1.1.0; python_version >= '3.6' flower==2.0.1 gevent==23.9.1 -gprof2dot==2022.7.29 ; python_version >= '2.7' -greenlet==3.0.0 ; python_version < '3.11' and platform_python_implementation == 'CPython' +gprof2dot==2022.7.29; python_version >= '2.7' +greenlet==3.0.0; python_version < '3.11' and platform_python_implementation == 'CPython' gunicorn==20.1.0 -humanize==4.8.0 ; python_version >= '3.8' +humanize==4.8.0; python_version >= '3.8' id-validator==1.0.20 idna==2.10 -inflection==0.5.1 ; python_version >= '3.5' -jinja2==3.1.2 ; python_version >= '3.7' -jmespath==0.10.0 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' +inflection==0.5.1; python_version >= '3.5' +jinja2==3.1.2; python_version >= '3.7' +jmespath==0.10.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' jq==1.3.0 jsonlog==4.0.0 jsonschema==4.17.0 -kombu==5.3.2 ; python_version >= '3.8' +kombu==5.3.2; python_version >= '3.8' lxml==4.9.1 marisa-trie==0.8.0 markuppy==1.14 -markupsafe==2.1.3 ; python_version >= '3.7' -marshmallow==3.20.1 ; python_version >= '3.8' -mock==5.1.0 ; python_version >= '3.6' -model-bakery==1.15.0 ; python_version >= '3' +markupsafe==2.1.3; python_version >= '3.7' +marshmallow==3.20.1; python_version >= '3.8' +mock==5.1.0; python_version >= '3.6' +model-bakery==1.15.0; python_version >= '3' more-itertools==10.1.0 mypy==1.0.1 -mypy-extensions==1.0.0 ; python_version >= '3.5' +mypy-extensions==1.0.0; python_version >= '3.5' mysqlclient==2.2.0 networkit==10.1 networkx[all]==3.1 -numpy==1.26.0 ; python_version < '3.13' and python_version >= '3.9' +numpy==1.26.0; python_version < '3.13' and python_version >= '3.9' odfpy==1.4.1 openpyxl==3.0.9 oss2==2.13.1 @@ -98,45 +98,45 @@ packaging==21.3 pandas==2.1.1 pep8==1.7.1 pillow==10.0.1 -prometheus-client==0.17.1 ; python_version >= '3.6' -prompt-toolkit==3.0.39 ; python_full_version >= '3.7.0' -pyasn1==0.5.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' -pyasn1-modules==0.3.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' -pycodestyle==2.11.0 ; python_version >= '3.8' +prometheus-client==0.17.1; python_version >= '3.6' +prompt-toolkit==3.0.39; python_full_version >= '3.7.0' +pyasn1==0.5.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' +pyasn1-modules==0.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' +pycodestyle==2.11.0; python_version >= '3.8' pycparser==2.21 -pycryptodome==3.19.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +pycryptodome==3.19.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' pycryptodomex==3.14.1 -pydantic==1.10.13 ; python_version >= '3.7' +pydantic==1.10.13; python_version >= '3.7' pydot==1.4.2 pymysql==1.0.2 pyotp==2.9.0 -pyparsing==3.1.1 ; python_full_version >= '3.6.8' +pyparsing==3.1.1; python_full_version >= '3.6.8' pypng==0.20220715.0 pyre2==0.3.6 pyrsistent==0.19.1 python-crontab==3.0.0 -python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' +python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-docx==0.8.11 python-json-logger==2.0.7 -python-ldap==3.4.3 ; python_version >= '3.6' +python-ldap==3.4.3; python_version >= '3.6' pytz==2022.6 -pyyaml==6.0.1 ; python_version >= '3.6' +pyyaml==6.0.1; python_version >= '3.6' qrcode==7.4.2 redis==4.4.4 requests==2.31.0 result==0.8.0 -s3transfer==0.6.2 ; python_version >= '3.7' -scipy==1.11.3 ; python_version < '3.13' and python_version >= '3.9' +s3transfer==0.6.2; python_version >= '3.7' +scipy==1.11.3; python_version < '3.13' and python_version >= '3.9' setuptools==65.5.1 shortuuid==1.0.11 simhash==2.1.2 six==1.15.0 -sqlparse==0.4.4 ; python_version >= '3.5' -tablib[html,ods,xls,xlsx,yaml]==3.5.0 ; python_version >= '3.8' -tomli==2.0.1 ; python_version < '3.11' -tornado==6.3.3 ; python_version >= '3.8' +sqlparse==0.4.4; python_version >= '3.5' +tablib[html,ods,xls,xlsx,yaml]==3.5.0; python_version >= '3.8' +tomli==2.0.1; python_version < '3.11' +tornado==6.3.3; python_version >= '3.8' tqdm==4.66.1 -types-awscrt==0.19.2 ; python_version >= '3.7' and python_version < '4.0' +types-awscrt==0.19.2; python_version >= '3.7' and python_version < '4.0' types-pymysql==1.1.0.1 types-pyopenssl==23.2.0.2 types-python-dateutil==2.8.19.14 @@ -144,18 +144,18 @@ types-pytz==2023.3.1.1 types-pyyaml==6.0.12.12 types-redis==4.6.0.7 types-requests==2.31.0.6 -types-s3transfer==0.7.0 ; python_version >= '3.7' and python_version < '4.0' +types-s3transfer==0.7.0; python_version >= '3.7' and python_version < '4.0' types-urllib3==1.26.25.14 -typing-extensions==4.8.0 +typing-extensions==4.9.0; python_version >= '3.8' typing-inspect==0.9.0 -tzdata==2023.3 ; python_version >= '2' -uritemplate==4.1.1 ; python_version >= '3.6' +tzdata==2023.3; python_version >= '2' +uritemplate==4.1.1; python_version >= '3.6' urllib3==1.26.17 uwsgi==2.0.22 uwsgitop==0.11 -vine==5.0.0 ; python_version >= '3.6' +vine==5.0.0; python_version >= '3.6' wcwidth==0.2.8 xlrd==2.0.1 xlwt==1.3.0 -zope.event==5.0 ; python_version >= '3.7' -zope.interface==6.1 ; python_version >= '3.7' +zope.event==5.0; python_version >= '3.7' +zope.interface==6.1; python_version >= '3.7'