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 twine from 3.7.1 to 4.0.2 #171

Open
wants to merge 1 commit into
base: main
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
36 changes: 27 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ bleach==4.1.0
# via readme-renderer
certifi==2021.10.8
# via requests
cffi==1.15.1
# via cryptography
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.0.11
# via requests
colorama==0.4.4
# via twine
cryptography==40.0.1
# via secretstorage
distlib==0.3.4
# via virtualenv
docutils==0.18.1
Expand All @@ -32,8 +34,14 @@ importlib-metadata==4.10.1
# twine
invoke==1.6.0
# via -r requirements-dev.in
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==23.5.0
# via twine
markdown-it-py==2.2.0
# via rich
marshmallow==2.20.4
# via
# -r requirements-dev.in
Expand All @@ -42,6 +50,8 @@ marshmallow-sqlalchemy==0.23.1
# via -r requirements-dev.in
mccabe==0.6.1
# via flake8
mdurl==0.1.2
# via markdown-it-py
nodeenv==1.6.0
# via
# -r requirements-dev.in
Expand All @@ -56,17 +66,21 @@ pre-commit==2.17.0
# via -r requirements-dev.in
pycodestyle==2.8.0
# via flake8
pycparser==2.21
# via cffi
pyflakes==2.4.0
# via flake8
pygments==2.11.2
# via readme-renderer
pygments==2.14.0
# via
# readme-renderer
# rich
pyparsing==3.0.7
# via packaging
pyyaml==6.0
# via
# -r requirements-dev.in
# pre-commit
readme-renderer==32.0
readme-renderer==37.3
# via twine
requests==2.27.1
# via
Expand All @@ -76,6 +90,10 @@ requests-toolbelt==0.9.1
# via twine
rfc3986==2.0.0
# via twine
rich==13.3.3
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via
# bleach
Expand All @@ -86,12 +104,12 @@ sqlalchemy==1.3.24
# marshmallow-sqlalchemy
toml==0.10.2
# via pre-commit
tqdm==4.62.3
# via twine
twine==3.7.1
twine==4.0.2
# via -r requirements-dev.in
urllib3==1.26.8
# via requests
# via
# requests
# twine
virtualenv==20.13.0
# via pre-commit
webencodings==0.5.1
Expand Down