From 889a640462973ce1ce4b5dd703958d73868de22b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 16:45:41 +0000 Subject: [PATCH] chore(deps): bump graphene-django from 2.13.0 to 2.15.0 Bumps [graphene-django](https://github.com/graphql-python/graphene-django) from 2.13.0 to 2.15.0. - [Release notes](https://github.com/graphql-python/graphene-django/releases) - [Commits](https://github.com/graphql-python/graphene-django/compare/v2.13.0...v2.15.0) --- updated-dependencies: - dependency-name: graphene-django dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 36 ++++++++++++++++++------------------ setup.py | 16 ++++++++-------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8a4a2db74..08b801e4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,20 @@ -dateparser==1.0.0 -django==2.2.22 -django-cors-headers==3.7.0 -django-environ==0.4.5 -django-extensions==3.1.3 -django-filter==2.4.0 -django-localized-fields==6.4 -django-postgres-extra==2.0.2 +dateparser==1.1.0 +django==3.2.11 +django-cors-headers==3.11.0 +django-environ==0.8.1 +django-extensions==3.1.5 +django-filter==21.1 +django-localized-fields==6.6 +django-postgres-extra==2.0.3 django-watchman==1.2.0 -djangorestframework==3.12.4 -django_simple_history==2.12.0 -graphene-django==2.8.2 -idna==2.10 -minio==7.0.3 -psycopg2-binary==2.8.6 -pyjexl @ git+https://github.com/mozilla/pyjexl.git@dab0618f0d81926759cd0e6ccfd3dcdb08a13ca1#egg=pyjexl +djangorestframework==3.13.1 +django_simple_history==3.0.0 +graphene-django==2.15.0 +idna==3.3 +minio==7.1.2 +psycopg2-binary==2.9.3 +pyjexl==0.3.0 python-memcached==1.59 -requests==2.25.1 -urllib3==1.26.5 -uwsgi==2.0.19.1 +requests==2.27.1 +urllib3==1.26.8 +uwsgi==2.0.20 diff --git a/setup.py b/setup.py index 3e3c039f6..bb350ca1e 100644 --- a/setup.py +++ b/setup.py @@ -65,21 +65,21 @@ def run(self): python_requires=">=3.6, <4", install_requires=[ "dateparser<2", - "django~=2.2", + "django~=3.2", "django-cors-headers<4", - "django-environ<0.5", + "django-environ<0.9", "django-extensions<4", - "django-filter<3", + "django-filter<22", "django-localized-fields<7", "django-postgres-extra<3", "django-watchman<2", "djangorestframework<4", - "django_simple_history<3", - "graphene-django<=2.8.2", - "idna<3", + "django_simple_history<4", + "graphene-django<2.16.0", + "idna<4", "minio >= 7, < 8", - "psycopg2-binary >= 2.8, <2.9", - "pyjexl @ https://github.com/projectcaluma/pyjexl/archive/edd40f4b14b6b14c9915d40d4ad37a540adeec0a.tar.gz", + "psycopg2-binary >= 2.9", + "pyjexl >= 0.3.0", "python-memcached<2", "requests<3", "urllib3<2",