Skip to content
Open
Show file tree
Hide file tree
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
14 changes: 13 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ certifi==2023.7.22
# via
# -c requirements.txt
# requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via
# -c requirements.txt
Expand All @@ -26,6 +28,8 @@ click==8.1.7
# bump-my-version
# pip-tools
# rich-click
cryptography==42.0.7
# via secretstorage
docutils==0.20.1
# via readme-renderer
exceptiongroup==1.1.3
Expand All @@ -42,6 +46,10 @@ iniconfig==2.0.0
# via pytest
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==24.2.0
# via twine
markdown-it-py==3.0.0
Expand All @@ -62,6 +70,8 @@ pkginfo==1.9.6
# via twine
pluggy==1.3.0
# via pytest
pycparser==2.22
# via cffi
pydantic==2.4.2
# via
# bump-my-version
Expand All @@ -86,7 +96,7 @@ pyyaml==6.0.1
# responses
readme-renderer==42.0
# via twine
requests==2.31.0
requests==2.32.0
# via
# -c requirements.txt
# requests-toolbelt
Expand All @@ -105,6 +115,8 @@ rich==13.6.0
# twine
rich-click==1.7.1
# via bump-my-version
secretstorage==3.3.3
# via keyring
tomli==2.0.1
# via
# build
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ python-utils==3.8.1
# via progressbar2
pyyaml==6.0.1
# via -r requirements.in
requests==2.31.0
requests==2.32.0
# via -r requirements.in
six==1.16.0
# via -r requirements.in
Expand Down