Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cryptography from 2.7 to 3.2 #1

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 25 additions & 26 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
-e git+https://github.com/radiac/doc8.git@feature/python-api#egg=doc8
-e git+https://github.com/radiac/pytest-freezegun.git@bugfix/class-based-tests-with-duration-regression#egg=pytest-freezegun
appdirs==1.4.3 # via black
asn1crypto==0.24.0 # via cryptography
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via black, packaging, pytest
backcall==0.1.0 # via ipython
Expand All @@ -17,20 +16,20 @@ boto==2.49.0 # via smart-open
botocore==1.12.205 # via boto3, s3transfer
certifi==2019.6.16 # via requests
cffi==1.12.3 # via cryptography
chardet==3.0.4 # via requests
click==7.0
chardet==3.0.4 # via doc8, requests
click==7.0 # via -r requirements.in, black, pip-tools
coverage==4.5.4 # via coveralls, pytest-cov
coveralls==1.8.2
cryptography==2.7 # via pyaescrypt
coveralls==1.8.2 # via -r requirements.in
cryptography==3.2 # via pyaescrypt
decorator==4.4.0 # via ipython, traitlets
docopt==0.6.2 # via coveralls
docutils==0.14 # via botocore, restructuredtext-lint
docutils==0.14 # via botocore, doc8, restructuredtext-lint
entrypoints==0.3 # via flake8
flake8==3.7.8 # via pytest-flake8
freezegun==0.3.12
freezegun==0.3.12 # via pytest-freezegun
idna==2.8 # via requests
importlib-metadata==0.19 # via pluggy, pytest
ipdb==0.12.2
ipdb==0.12.2 # via -r requirements.in
ipython-genutils==0.2.0 # via traitlets
ipython==7.7.0 # via ipdb
isort==4.3.21 # via pytest-isort
Expand All @@ -43,42 +42,42 @@ mypy==0.720 # via pytest-mypy
packaging==19.1 # via pytest
parso==0.5.1 # via jedi
pbr==5.4.2 # via stevedore
peewee==3.10.0
peewee==3.10.0 # via -r requirements.in
pexpect==4.7.0 # via ipython
pickleshare==0.7.5 # via ipython
pip-tools==4.0.0
pip-tools==4.0.0 # via -r requirements.in
pluggy==0.12.0 # via pytest
prompt-toolkit==2.0.9 # via ipython
ptyprocess==0.6.0 # via pexpect
py==1.8.0 # via pytest
pyaescrypt==0.4.3
pyaescrypt==0.4.3 # via -r requirements.in
pycodestyle==2.5.0 # via flake8
pycparser==2.19 # via cffi
pyfakefs==3.6
pyfakefs==3.6 # via -r requirements.in
pyflakes==2.1.1 # via flake8
pygments==2.4.2 # via ipython
pygments==2.4.2 # via doc8, ipython
pyparsing==2.4.2 # via packaging
pytest-black==0.3.7
pytest-cov==2.7.1
pytest-flake8==1.0.4
pytest-isort==0.3.1
pytest-mock==1.10.4
pytest-mypy==0.3.3
pytest==5.0.1
pytest-black==0.3.7 # via -r requirements.in
pytest-cov==2.7.1 # via -r requirements.in
pytest-flake8==1.0.4 # via -r requirements.in
pytest-isort==0.3.1 # via -r requirements.in
pytest-mock==1.10.4 # via -r requirements.in
pytest-mypy==0.3.3 # via -r requirements.in
pytest==5.0.1 # via -r requirements.in, pytest-black, pytest-cov, pytest-flake8, pytest-freezegun, pytest-isort, pytest-mock, pytest-mypy
python-dateutil==2.8.0 # via botocore, freezegun
requests==2.22.0 # via coveralls, smart-open
restructuredtext-lint==1.3.0
restructuredtext-lint==1.3.0 # via doc8
s3transfer==0.2.1 # via boto3
six==1.12.0 # via cryptography, freezegun, packaging, pip-tools, prompt-toolkit, python-dateutil, stevedore, traitlets
smart-open==1.8.4
stevedore==1.30.1
six==1.12.0 # via cryptography, doc8, freezegun, packaging, pip-tools, prompt-toolkit, python-dateutil, stevedore, traitlets
smart-open==1.8.4 # via -r requirements.in
stevedore==1.30.1 # via doc8
toml==0.10.0 # via black, pytest-black
traitlets==4.3.2 # via ipython
typed-ast==1.4.0 # via mypy
typing-extensions==3.7.4
typing-extensions==3.7.4 # via -r requirements.in, mypy
urllib3==1.25.3 # via botocore, requests
wcwidth==0.1.7 # via prompt-toolkit, pytest
zipp==0.5.2 # via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools==41.2.0 # via ipdb, ipython
# setuptools