From 2f979e26c4c855a39815d450d05c4918f8441dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Mar 2021 18:48:33 +0000 Subject: [PATCH] Bump rsa from 4.0 to 4.1 Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.0 to 4.1. - [Release notes](https://github.com/sybrenstuvel/python-rsa/releases) - [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md) - [Commits](https://github.com/sybrenstuvel/python-rsa/compare/version-4.0...version-4.1) Signed-off-by: dependabot[bot] --- requirements.txt | 296 +++++++++++++++++++++++++++++++++++++---------- 1 file changed, 234 insertions(+), 62 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7c24a75..cd2db36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,102 +5,274 @@ # pip-compile # -e git+https://github.com/juyrjola/django-orghierarchy.git#egg=django-orghierarchy + # via -r requirements.in -e git+https://github.com/juyrjola/graphene-django-optimizer.git#egg=graphene-django-optimizer + # via -r requirements.in aniso8601==7.0.0 -attrs==19.3.0 # via pytest -backcall==0.1.0 # via ipython -certifi==2019.11.28 # via requests, sentry-sdk -chardet==3.0.4 # via requests -coverage==5.0.2 # via pytest-cov -decorator==4.4.1 # via ipython, traitlets -defusedxml==0.6.0 # via odfpy, python3-openid, social-auth-core -diff-match-patch==20181111 # via django-import-export + # via + # -r requirements.in + # graphene +attrs==19.3.0 + # via pytest +backcall==0.1.0 + # via ipython +certifi==2019.11.28 + # via + # requests + # sentry-sdk +chardet==3.0.4 + # via requests +coverage==5.0.2 + # via pytest-cov +decorator==4.4.1 + # via + # ipython + # traitlets +defusedxml==0.6.0 + # via + # odfpy + # python3-openid + # social-auth-core +diff-match-patch==20181111 + # via django-import-export django-admin-autocomplete-filter==0.4 + # via -r requirements.in django-admin-numeric-filter==0.1.6 + # via -r requirements.in django-admin-ordering==0.12.0 + # via -r requirements.in django-anymail[mailgun]==7.0.0 -django-appconf==1.0.3 # via django-image-cropping + # via -r requirements.in +django-appconf==1.0.3 + # via django-image-cropping django-ckeditor==5.8.0 + # via -r requirements.in django-cors-headers==3.2.1 + # via -r requirements.in django-environ==0.4.5 + # via -r requirements.in django-extensions==2.2.5 + # via -r requirements.in django-filter==2.2.0 + # via -r requirements.in django-helusers==0.5.2 + # via -r requirements.in django-image-cropping==1.3.0 + # via -r requirements.in django-import-export==2.0 -django-js-asset==1.2.2 # via django-admin-ordering, django-ckeditor, django-mptt + # via -r requirements.in +django-js-asset==1.2.2 + # via + # django-admin-ordering + # django-ckeditor + # django-mptt django-mptt==0.10.0 + # via django-orghierarchy django-parler==2.0.1 + # via -r requirements.in django-reversion==3.0.5 + # via -r requirements.in django==2.2.9 + # via + # -r requirements.in + # django-admin-autocomplete-filter + # django-admin-numeric-filter + # django-anymail + # django-appconf + # django-cors-headers + # django-filter + # django-helusers + # django-import-export + # django-mptt + # django-reversion + # djangorestframework + # drf-oidc-auth + # easy-thumbnails + # graphene-django djangorestframework==3.11.0 -drf-oidc-auth==0.9 # via django-helusers + # via + # -r requirements.in + # django-orghierarchy + # drf-oidc-auth +drf-oidc-auth==0.9 + # via django-helusers easy-thumbnails==2.7 -ecdsa==0.15 # via python-jose -et-xmlfile==1.0.1 # via openpyxl -future==0.18.2 # via pyjwkest + # via -r requirements.in +ecdsa==0.15 + # via python-jose +et-xmlfile==1.0.1 + # via openpyxl +future==0.18.2 + # via pyjwkest graphene-django==2.8.0 -graphene==2.1.8 # via graphene-django -graphql-core==2.2.1 # via graphene, graphene-django, graphql-relay -graphql-relay==2.0.1 # via graphene -idna==2.8 # via requests -ipython-genutils==0.2.0 # via traitlets + # via -r requirements.in +graphene==2.1.8 + # via graphene-django +graphql-core==2.2.1 + # via + # graphene + # graphene-django + # graphql-relay +graphql-relay==2.0.1 + # via graphene +idna==2.8 + # via requests +ipython-genutils==0.2.0 + # via traitlets ipython==7.11.1 -jdcal==1.4.1 # via openpyxl -jedi==0.15.2 # via ipython + # via -r requirements.in +jdcal==1.4.1 + # via openpyxl +jedi==0.15.2 + # via ipython jinja2==2.10.3 + # via -r requirements.in libvoikko==4.3 + # via -r requirements.in lxml==4.4.2 + # via -r requirements.in markdown==3.1.1 -markuppy==1.14 # via tablib -markupsafe==1.1.1 # via jinja2 -more-itertools==8.0.2 # via pytest -oauthlib==3.1.0 # via requests-oauthlib, social-auth-core -odfpy==1.4.0 # via tablib -openpyxl==3.0.2 # via tablib -packaging==20.0 # via pytest -parso==0.5.2 # via jedi -pexpect==4.7.0 # via ipython -pickleshare==0.7.5 # via ipython + # via -r requirements.in +markuppy==1.14 + # via tablib +markupsafe==1.1.1 + # via jinja2 +more-itertools==8.0.2 + # via pytest +oauthlib==3.1.0 + # via + # requests-oauthlib + # social-auth-core +odfpy==1.4.0 + # via tablib +openpyxl==3.0.2 + # via tablib +packaging==20.0 + # via pytest +parso==0.5.2 + # via jedi +pexpect==4.7.0 + # via ipython +pickleshare==0.7.5 + # via ipython pillow==7.0.0 + # via + # -r requirements.in + # easy-thumbnails plotly==4.4.1 -pluggy==0.13.1 # via pytest -promise==2.3 # via graphene-django, graphql-core, graphql-relay -prompt-toolkit==3.0.2 # via ipython + # via -r requirements.in +pluggy==0.13.1 + # via pytest +promise==2.3 + # via + # graphene-django + # graphql-core + # graphql-relay +prompt-toolkit==3.0.2 + # via ipython psycopg2-binary==2.8.4 -ptyprocess==0.6.0 # via pexpect -py==1.8.1 # via pytest -pyasn1==0.4.8 # via python-jose, rsa -pycryptodomex==3.9.4 # via pyjwkest -pygments==2.5.2 # via ipython -pyjwkest==1.4.2 # via drf-oidc-auth -pyjwt==1.7.1 # via social-auth-core -pyparsing==2.4.6 # via packaging + # via -r requirements.in +ptyprocess==0.6.0 + # via pexpect +py==1.8.1 + # via pytest +pyasn1==0.4.8 + # via + # python-jose + # rsa +pycryptodomex==3.9.4 + # via pyjwkest +pygments==2.5.2 + # via ipython +pyjwkest==1.4.2 + # via drf-oidc-auth +pyjwt==1.7.1 + # via social-auth-core +pyparsing==2.4.6 + # via packaging pytest-cov==2.8.1 + # via -r requirements.in pytest-django==3.7.0 -pytest==5.3.2 # via pytest-cov, pytest-django + # via -r requirements.in +pytest==5.3.2 + # via + # pytest-cov + # pytest-django python-jose==3.1.0 -python3-openid==3.1.0 # via social-auth-core -pytz==2019.3 # via django -pyyaml==5.3 # via tablib -requests-oauthlib==1.3.0 # via social-auth-core -requests==2.22.0 # via django-anymail, django-helusers, pyjwkest, requests-oauthlib, social-auth-core -retrying==1.3.3 # via plotly -rsa==4.0 # via python-jose -rx==1.6.1 # via graphql-core + # via + # -r requirements.in + # django-helusers +python3-openid==3.1.0 + # via social-auth-core +pytz==2019.3 + # via django +pyyaml==5.3 + # via tablib +requests-oauthlib==1.3.0 + # via social-auth-core +requests==2.22.0 + # via + # django-anymail + # django-helusers + # django-orghierarchy + # pyjwkest + # requests-oauthlib + # social-auth-core +retrying==1.3.3 + # via plotly +rsa==4.1 + # via python-jose +rx==1.6.1 + # via graphql-core sentry-sdk==0.13.5 -singledispatch==3.4.0.3 # via graphene-django -six==1.13.0 # via django-anymail, django-appconf, django-extensions, django-parler, ecdsa, graphene, graphene-django, graphql-core, graphql-relay, packaging, plotly, promise, pyjwkest, python-jose, retrying, singledispatch, social-auth-app-django, social-auth-core, traitlets + # via -r requirements.in +singledispatch==3.4.0.3 + # via graphene-django +six==1.13.0 + # via + # django-anymail + # django-appconf + # django-extensions + # django-parler + # ecdsa + # graphene + # graphene-django + # graphql-core + # graphql-relay + # packaging + # plotly + # promise + # pyjwkest + # python-jose + # retrying + # singledispatch + # social-auth-app-django + # social-auth-core + # traitlets social-auth-app-django==3.1.0 -social-auth-core==3.2.0 # via social-auth-app-django -sqlparse==0.3.0 # via django + # via -r requirements.in +social-auth-core==3.2.0 + # via social-auth-app-django +sqlparse==0.3.0 + # via django swapper==1.1.1 -tablib==0.14.0 # via django-import-export -traitlets==4.3.3 # via ipython -urllib3==1.25.7 # via requests, sentry-sdk -wcwidth==0.1.8 # via prompt-toolkit, pytest -xlrd==1.2.0 # via tablib -xlwt==1.3.0 # via tablib + # via django-orghierarchy +tablib==0.14.0 + # via django-import-export +traitlets==4.3.3 + # via ipython +urllib3==1.25.7 + # via + # requests + # sentry-sdk +wcwidth==0.1.8 + # via + # prompt-toolkit + # pytest +xlrd==1.2.0 + # via tablib +xlwt==1.3.0 + # via tablib # The following packages are considered to be unsafe in a requirements file: -# setuptools==44.0.0 # via ipython, markdown +# setuptools