Skip to content
Closed
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
25 changes: 15 additions & 10 deletions requirements/publish.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ bleach==5.0.1
# via readme-renderer
certifi==2022.12.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==2.1.1
# via requests
click==8.1.3
Expand All @@ -23,27 +25,30 @@ click-log==0.4.0
# via python-semantic-release
colorama==0.4.6
# via twine
cryptography==41.0.3
# via secretstorage
docutils==0.19
# via readme-renderer
dotty-dict==1.3.1
# via python-semantic-release
gitdb==4.0.10
# via gitpython
gitpython==3.1.29
gitpython==3.1.34
# via python-semantic-release
idna==3.4
# via requests
importlib-metadata==5.1.0
# via
# click
# keyring
# pluggy
# pytest
# twine
invoke==1.7.3
# via python-semantic-release
jaraco-classes==3.2.3
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==23.11.0
# via twine
more-itertools==9.0.0
Expand All @@ -60,14 +65,16 @@ pluggy==0.13.1
# via pytest
py==1.11.0
# via pytest
pycparser==2.21
# via cffi
pygments==2.13.0
# via readme-renderer
pytest==4.6.11
# via -r requirements/publish.in
# via -r publish.in
python-gitlab==3.12.0
# via python-semantic-release
python-semantic-release==7.32.2
# via -r requirements/publish.in
# via -r publish.in
readme-renderer==37.3
# via twine
requests==2.28.1
Expand All @@ -82,6 +89,8 @@ requests-toolbelt==0.10.1
# twine
rfc3986==2.0.0
# via twine
secretstorage==3.3.3
# via keyring
semver==2.13.0
# via python-semantic-release
six==1.16.0
Expand All @@ -96,10 +105,6 @@ tqdm==4.64.1
# via twine
twine==3.8.0
# via python-semantic-release
typing-extensions==4.4.0
# via
# gitpython
# importlib-metadata
urllib3==1.26.13
# via
# requests
Expand Down