From 49c70a20b63bd944e63934f5fbe3c34ef8ac0da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 04:18:38 +0000 Subject: [PATCH] Bump cryptography from 38.0.1 to 39.0.1 in /requirements Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.1...39.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 121 ++++++++++++++++++++++++++++++------------- 1 file changed, 84 insertions(+), 37 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index f9d28f8..ce58f42 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -5,68 +5,92 @@ # # pip-compile-multi # --r base.txt -appnope==0.1.3 - # via ipython astroid==2.11.7 # via pylint +asttokens==2.2.1 + # via stack-data +attrs==22.1.0 + # via + # -r base.in + # pytest backcall==0.2.0 # via ipython bleach==4.1.0 # via readme-renderer +boto3==1.23.10 + # via + # -r base.in + # moto +botocore==1.26.10 + # via + # boto3 + # moto + # s3transfer bump2version==1.0.1 - # via -r requirements/dev.in + # via -r dev.in certifi==2022.9.14 # via requests cffi==1.15.1 # via cryptography charset-normalizer==2.0.12 # via requests +click==8.0.4 + # via + # -r base.in + # pip-compile-multi + # pip-tools colorama==0.4.5 # via twine coverage[toml]==6.2 # via - # -r requirements/dev.in + # -r dev.in # pytest-cov -cryptography==38.0.1 - # via moto -dataclasses==0.8 - # via werkzeug +cryptography==39.0.1 + # via + # moto + # secretstorage decorator==5.1.1 # via # ipdb # ipython - # traitlets dill==0.3.4 # via pylint distlib==0.3.6 # via virtualenv docutils==0.18.1 # via readme-renderer +executing==1.2.0 + # via stack-data filelock==3.4.1 # via # tox # virtualenv idna==3.4 # via requests -importlib-resources==5.4.0 +importlib-metadata==4.8.3 # via - # tqdm - # virtualenv + # keyring + # twine iniconfig==1.1.1 # via pytest ipdb==0.13.9 - # via -r requirements/dev.in -ipython==7.16.3 + # via -r dev.in +ipython==8.9.0 # via ipdb -ipython-genutils==0.2.0 - # via traitlets isort==5.10.1 # via pylint jedi==0.17.2 # via ipython +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.0.3 # via moto +jmespath==0.10.0 + # via + # boto3 + # botocore keyring==23.4.1 # via twine lazy-object-proxy==1.7.1 @@ -75,12 +99,14 @@ markupsafe==2.0.1 # via # jinja2 # moto +matplotlib-inline==0.1.6 + # via ipython mccabe==0.7.0 # via pylint moto==4.0.3 - # via -r requirements/dev.in + # via -r dev.in mypy==0.971 - # via -r requirements/dev.in + # via -r dev.in mypy-extensions==0.4.3 # via mypy packaging==21.3 @@ -97,7 +123,7 @@ pexpect==4.8.0 pickleshare==0.7.5 # via ipython pip-compile-multi==2.4.6 - # via -r requirements/dev.in + # via -r dev.in pip-tools==6.4.0 # via pip-compile-multi pkginfo==1.8.3 @@ -114,6 +140,8 @@ prompt-toolkit==3.0.31 # via ipython ptyprocess==0.7.0 # via pexpect +pure-eval==0.2.2 + # via stack-data py==1.11.0 # via # pytest @@ -125,15 +153,19 @@ pygments==2.13.0 # ipython # readme-renderer pylint==2.13.9 - # via -r requirements/dev.in + # via -r dev.in pyparsing==3.0.9 # via packaging pytest==7.0.1 # via - # -r requirements/dev.in + # -r dev.in # pytest-cov pytest-cov==3.0.0 - # via -r requirements/dev.in + # via -r dev.in +python-dateutil==2.8.2 + # via + # botocore + # moto pytz==2022.2.1 # via moto readme-renderer==34.0 @@ -150,35 +182,48 @@ responses==0.17.0 # via moto rfc3986==1.5.0 # via twine -toml==0.10.2 +s3transfer==0.5.2 + # via boto3 +secretstorage==3.3.3 + # via keyring +six==1.16.0 # via - # ipdb + # bleach + # python-dateutil + # responses # tox +stack-data==0.6.2 + # via ipython +toml==0.10.2 + # via ipdb tomli==1.2.3 # via # coverage - # mypy - # pep517 - # pylint # pytest toposort==1.7 # via pip-compile-multi tox==3.26.0 - # via -r requirements/dev.in + # via -r dev.in tqdm==4.64.1 # via twine -traitlets==4.3.3 - # via ipython +traitlets==5.9.0 + # via + # ipython + # matplotlib-inline twine==3.8.0 - # via -r requirements/dev.in -typed-ast==1.5.4 + # via -r dev.in +typing-extensions==4.1.1 + # via mypy +urllib3==1.26.12 # via - # astroid - # mypy + # botocore + # requests + # responses + # twine virtualenv==20.16.5 # via tox watchdog==2.1.9 - # via -r requirements/dev.in + # via -r dev.in wcwidth==0.2.5 # via prompt-toolkit webencodings==0.5.1 @@ -187,12 +232,14 @@ werkzeug==2.0.3 # via moto wheel==0.37.1 # via - # -r requirements/dev.in + # -r dev.in # pip-tools wrapt==1.14.1 # via astroid xmltodict==0.13.0 # via moto +zipp==3.6.0 + # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: # pip