Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Bump py from 1.8.1 to 1.10.0 #14

Open
wants to merge 1 commit into
base: master
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
123 changes: 82 additions & 41 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,88 @@
#
# pip-compile dev-requirements.in
#
--index-url https://mirrors.aliyun.com/pypi/simple
--trusted-host mirrors.aliyun.com

attrs==19.3.0 # via pytest
autopep8==1.5.1 # via -r dev-requirements.in
bleach==3.1.4 # via readme-renderer
certifi==2019.11.28 # via requests
cffi==1.14.0 # via cryptography
chardet==3.0.4 # via requests
cryptography==2.8 # via secretstorage
docutils==0.16 # via readme-renderer
entrypoints==0.3 # via flake8
flake8==3.7.9 # via -r dev-requirements.in
idna==2.9 # via requests
importlib-metadata==1.6.0 # via keyring, pluggy, pytest, twine
jeepney==0.4.3 # via keyring, secretstorage
keyring==21.2.0 # via twine
mccabe==0.6.1 # via flake8
more-itertools==8.2.0 # via pytest
packaging==20.3 # via pytest
pkginfo==1.5.0.1 # via twine
pluggy==0.13.1 # via pytest
py==1.8.1 # via pytest
pycodestyle==2.5.0 # via autopep8, flake8
pycparser==2.20 # via cffi
pyflakes==2.1.1 # via flake8
pygments==2.6.1 # via readme-renderer
pyparsing==2.4.6 # via packaging
pytest==5.4.1 # via -r dev-requirements.in
readme-renderer==25.0 # via twine
requests-toolbelt==0.9.1 # via twine
requests==2.23.0 # via requests-toolbelt, twine
secretstorage==3.1.2 # via keyring
six==1.14.0 # via bleach, cryptography, packaging, readme-renderer
tqdm==4.44.1 # via twine
twine==3.1.1 # via -r dev-requirements.in
urllib3==1.25.8 # via requests
wcwidth==0.1.9 # via pytest
webencodings==0.5.1 # via bleach
wheel==0.34.2 # via -r dev-requirements.in
zipp==3.1.0 # via importlib-metadata
attrs==19.3.0
# via pytest
autopep8==1.5.1
# via -r dev-requirements.in
bleach==3.1.4
# via readme-renderer
certifi==2019.11.28
# via requests
cffi==1.14.0
# via cryptography
chardet==3.0.4
# via requests
cryptography==2.8
# via secretstorage
docutils==0.16
# via readme-renderer
entrypoints==0.3
# via flake8
flake8==3.7.9
# via -r dev-requirements.in
idna==2.9
# via requests
jeepney==0.4.3
# via
# keyring
# secretstorage
keyring==21.2.0
# via twine
mccabe==0.6.1
# via flake8
more-itertools==8.2.0
# via pytest
packaging==20.3
# via pytest
pkginfo==1.5.0.1
# via twine
pluggy==0.13.1
# via pytest
py==1.10.0
# via pytest
pycodestyle==2.5.0
# via
# autopep8
# flake8
pycparser==2.20
# via cffi
pyflakes==2.1.1
# via flake8
pygments==2.6.1
# via readme-renderer
pyparsing==2.4.6
# via packaging
pytest==5.4.1
# via -r dev-requirements.in
readme-renderer==25.0
# via twine
requests-toolbelt==0.9.1
# via twine
requests==2.23.0
# via
# requests-toolbelt
# twine
secretstorage==3.1.2
# via keyring
six==1.14.0
# via
# bleach
# cryptography
# packaging
# readme-renderer
tqdm==4.44.1
# via twine
twine==3.1.1
# via -r dev-requirements.in
urllib3==1.25.8
# via requests
wcwidth==0.1.9
# via pytest
webencodings==0.5.1
# via bleach
wheel==0.34.2
# via -r dev-requirements.in

# The following packages are considered to be unsafe in a requirements file:
# setuptools