diff --git a/poetry.lock b/poetry.lock index 869f4dc9cc0..e09fb84fe49 100644 --- a/poetry.lock +++ b/poetry.lock @@ -509,20 +509,6 @@ Django = ">=2.0" django-debug-toolbar = ">=2.0" graphene-django = ">=2.0.0" -[[package]] -category = "main" -description = "JSON Web Token for Django GraphQL" -name = "django-graphql-jwt" -optional = false -python-versions = "*" -version = "0.3.0" - -[package.dependencies] -Django = ">=1.11" -PyJWT = ">=1.5.0" -graphene-django = ">=2.0.0" -graphql-core = ">=2.1,<3" - [[package]] category = "main" description = "script tag with additional attributes for django.forms.Media" @@ -2169,7 +2155,7 @@ idna = ">=2.0" multidict = ">=4.0" [metadata] -content-hash = "c915d2269bc031ef39c08d5806e77d5637852aecd3fa0037687434f9c76fc757" +content-hash = "0b716b15e52775f0fa662feb204de9a592d68e8724f204da898d422708b24915" python-versions = "~3.8" [metadata.files] @@ -2394,10 +2380,6 @@ django-filter = [ django-graphiql-debug-toolbar = [ {file = "django-graphiql-debug-toolbar-0.1.4.tar.gz", hash = "sha256:946fba21418b3fd57e7e357d4cd110fb7881e08d3b7a0a8a00400fa2e75965f5"}, ] -django-graphql-jwt = [ - {file = "django-graphql-jwt-0.3.0.tar.gz", hash = "sha256:c9c611d98510b57146c21484478eae793249553af3766a593e8f25ce73d3255a"}, - {file = "django_graphql_jwt-0.3.0-py2.py3-none-any.whl", hash = "sha256:bcf0882a492e2148cba7cba3c39cf57834f736a2c289b66852239faf9b59b61e"}, -] django-js-asset = [ {file = "django-js-asset-1.2.2.tar.gz", hash = "sha256:c163ae80d2e0b22d8fb598047cd0dcef31f81830e127cfecae278ad574167260"}, {file = "django_js_asset-1.2.2-py2.py3-none-any.whl", hash = "sha256:8ec12017f26eec524cab436c64ae73033368a372970af4cf42d9354fcb166bdd"}, diff --git a/pyproject.toml b/pyproject.toml index d6e1ac39d4b..4ec6288eac5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,6 @@ dj-email-url = "^1" django = "^3.0.6" django-countries = "^6.1" django-filter = "^2.2" -django-graphql-jwt = "0.3.0" # https://github.com/mirumee/saleor/issues/4652 django-measurement = "^3.0" django-mptt = "^0" django-phonenumber-field = "^4.0" @@ -61,6 +60,7 @@ weasyprint = ">=48" oauthlib = "^3.0" jaeger-client = "^4.3.0" django-cache-url = "^3.1.2" +pyjwt = "^1.7.1" [tool.poetry.dev-dependencies] black = "19.10b0" diff --git a/requirements.txt b/requirements.txt index c8c30c90bd3..2634b01434b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ asgiref==3.2.7 babel==2.8.0 beautifulsoup4==4.7.1 billiard==3.6.3.0 -boto3==1.13.11 -botocore==1.16.11 +boto3==1.13.16 +botocore==1.16.16 braintree==4.1.0 cachetools==4.1.0 cairocffi==1.1.0 @@ -23,7 +23,6 @@ django-appconf==1.0.4 django-cache-url==3.1.2 django-countries==6.1.2 django-filter==2.2.0 -django-graphql-jwt==0.3.0 django-js-asset==1.2.2 django-measurement==3.2.3 django-mptt==0.11.0 @@ -49,7 +48,7 @@ google-measurement-protocol==1.0.0 google-resumable-media==0.5.0 googleapis-common-protos==1.51.0 graphene==2.1.8 -graphene-django==2.10.0 +graphene-django==2.10.1 graphene-federation==0.1.0 graphql-core==2.3.1 graphql-relay==2.0.1 @@ -68,7 +67,7 @@ measurement==3.2.0 mpmath==1.1.0 oauthlib==3.1.0 opentracing==2.3.0 -phonenumberslite==8.12.3 +phonenumberslite==8.12.4 pillow==7.1.2 prices==1.0.0 promise==2.3 diff --git a/requirements_dev.txt b/requirements_dev.txt index 6262a6b0ced..c6a53ac7738 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -11,8 +11,8 @@ beautifulsoup4==4.7.1 beautifultable==0.7.0 billiard==3.6.3.0 black==19.10b0 -boto3==1.13.11 -botocore==1.16.11 +boto3==1.13.16 +botocore==1.16.16 braintree==4.1.0 cachetools==4.1.0 cairocffi==1.1.0 @@ -23,7 +23,7 @@ cffi==1.14.0 cfgv==3.1.0 chardet==3.0.4 click==7.1.2 -codecov==2.0.22 +codecov==2.1.3 colorama==0.4.3 coverage==5.1 cssselect2==0.3.0 @@ -40,7 +40,6 @@ django-debug-toolbar-request-history==0.1.1 django-extensions==2.2.9 django-filter==2.2.0 django-graphiql-debug-toolbar==0.1.4 -django-graphql-jwt==0.3.0 django-js-asset==1.2.2 django-measurement==3.2.3 django-mptt==0.11.0 @@ -59,7 +58,7 @@ enmerkar==0.7.1 execnet==1.7.1 faker==4.1.0 filelock==3.0.12 -flake8==3.8.1 +flake8==3.8.2 freezegun==0.3.15 google-api-core==1.17.0 google-auth==1.14.3 @@ -70,7 +69,7 @@ google-measurement-protocol==1.0.0 google-resumable-media==0.5.0 googleapis-common-protos==1.51.0 graphene==2.1.8 -graphene-django==2.10.0 +graphene-django==2.10.1 graphene-federation==0.1.0 graphql-core==2.3.1 graphql-relay==2.0.1 @@ -102,7 +101,7 @@ oauthlib==3.1.0 opentracing==2.3.0 packaging==20.3 pathspec==0.8.0 -phonenumberslite==8.12.3 +phonenumberslite==8.12.4 pillow==7.1.2 pluggy==0.13.1 pre-commit==2.4.0 @@ -126,7 +125,7 @@ pylint-plugin-utils==0.6 pyparsing==2.4.7 pyphen==0.9.5 pytest==5.4.2 -pytest-cov==2.8.1 +pytest-cov==2.9.0 pytest-django==3.9.0 pytest-django-queries==1.1.0 pytest-forked==1.1.3 @@ -160,7 +159,7 @@ thrift==0.13.0 tinycss2==1.0.2 toml==0.10.0 tornado==6.0.4 -tox==3.15.0 +tox==3.15.1 tqdm==4.46.0 transifex-client==0.13.9 typed-ast==1.4.1