From 3dafa37f59738b00bd254329dc258b1e87cd6f51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:44:46 +0000 Subject: [PATCH] Bump django from 4.1.10 to 4.1.13 in /back Bumps [django](https://github.com/django/django) from 4.1.10 to 4.1.13. - [Commits](https://github.com/django/django/compare/4.1.10...4.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- back/Pipfile | 2 +- back/Pipfile.lock | 9 +++++---- back/requirements.txt | 17 +++++------------ 3 files changed, 11 insertions(+), 17 deletions(-) diff --git a/back/Pipfile b/back/Pipfile index 2e62157..c2ce8cb 100644 --- a/back/Pipfile +++ b/back/Pipfile @@ -9,7 +9,7 @@ autopep8 = "*" pylint-django = "*" [packages] -django = "==4.1.10" +django = "==4.1.13" djangorestframework = "==3.14.0" markdown = "*" django-filter = "*" diff --git a/back/Pipfile.lock b/back/Pipfile.lock index b472e28..79d3c3a 100644 --- a/back/Pipfile.lock +++ b/back/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "c5e7e615b697ad5663fc43e8ee860e9b0c30f8f88b982345cecc1285a43529bd" + "sha256": "da4da47a3f4c7e30800649a988d0e6076960cdfb39f7221e0c10dd810aa86287" }, "pipfile-spec": 6, "requires": {}, @@ -222,11 +222,12 @@ }, "django": { "hashes": [ - "sha256:26d0260c2fb8121009e62ffc548b2398dea2522b6454208a852fb0ef264c206c", - "sha256:56343019a9fd839e2e5bf203daf45f25af79d5bffa4c71d56eae4f4404d82ade" + "sha256:04ab3f6f46d084a0bba5a2c9a93a3a2eb3fe81589512367a75f79ee8acf790ce", + "sha256:94a3f471e833c8f124ee7a2de11e92f633991d975e3fa5bdd91e8abd66426318" ], "index": "pypi", - "version": "==4.1.10" + "markers": "python_version >= '3.8'", + "version": "==4.1.13" }, "django-allauth": { "hashes": [ diff --git a/back/requirements.txt b/back/requirements.txt index 7282612..110c9ec 100644 --- a/back/requirements.txt +++ b/back/requirements.txt @@ -1,26 +1,19 @@ -# -# These requirements were autogenerated by pipenv -# To regenerate from the project's Pipfile, run: -# -# pipenv lock --requirements -# - --i https://pypi.org/simple/ +-i https://pypi.org/simple asgiref==3.7.2; python_version >= '3.7' babel==2.12.1; python_version >= '3.7' -certifi==2023.7.22; python_version >= '3.6' +certifi==2023.5.7; python_version >= '3.6' cffi==1.15.1 charset-normalizer==3.1.0; python_version >= '3.7' cryptography==41.0.1 defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +django==4.1.13; python_version >= '3.8' django-allauth==0.51.0 django-cors-headers==3.13.0 django-filter==22.1 django-money==3.0.0 -django==4.1.10 +djangorestframework==3.14.0 djangorestframework-gis==1.0 djangorestframework-simplejwt==5.2.1 -djangorestframework==3.14.0 gunicorn==20.1.0 idna==3.4; python_version >= '3.5' markdown==3.4.1 @@ -32,8 +25,8 @@ pyjwt[crypto]==2.7.0; python_version >= '3.7' python-dotenv==0.21.0 python3-openid==3.2.0 pytz==2023.3 -requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' requests==2.31.0; python_version >= '3.7' +requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' setuptools==68.0.0; python_version >= '3.7' sqlparse==0.4.4; python_version >= '3.5' typing-extensions==4.7.1; python_version >= '3.7'