Skip to content

Commit

Permalink
🩹Upgrade requirements-packaging.txt - resolve InvalidDistribution iss…
Browse files Browse the repository at this point in the history
…ue (#70)
  • Loading branch information
lord-haffi authored Apr 4, 2024
1 parent 576bd9b commit d7408a6
Showing 1 changed file with 35 additions and 39 deletions.
74 changes: 35 additions & 39 deletions dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
@@ -1,54 +1,56 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements-packaging.in
# pip-compile '.\dev_requirements\requirements-packaging.in'
#
bleach==6.0.0
# via readme-renderer
build==1.1.1
# via -r dev_requirements/requirements-packaging.in
certifi==2023.7.22
build==1.2.1
# via -r .\dev_requirements\requirements-packaging.in
certifi==2024.2.2
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.1.0
charset-normalizer==3.3.2
# via requests
cryptography==41.0.4
# via secretstorage
colorama==0.4.6
# via build
docutils==0.20.1
# via readme-renderer
idna==3.4
idna==3.6
# via requests
importlib-metadata==6.7.0
# via twine
jaraco-classes==3.2.3
# via keyring
jeepney==0.8.0
importlib-metadata==7.1.0
# via
# keyring
# secretstorage
keyring==23.13.1
# twine
jaraco-classes==3.4.0
# via keyring
jaraco-context==4.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
keyring==25.1.0
# via twine
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
# via jaraco-classes
packaging==23.2
more-itertools==10.2.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.17
# via readme-renderer
packaging==24.0
# via build
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
pycparser==2.21
# via cffi
pygments==2.15.1
pygments==2.17.2
# via
# readme-renderer
# rich
pyproject-hooks==1.0.0
# via build
readme-renderer==37.3
pywin32-ctypes==0.2.2
# via keyring
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -58,19 +60,13 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.4.2
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via bleach
twine==5.0.0
# via -r dev_requirements/requirements-packaging.in
urllib3==2.0.6
# via -r .\dev_requirements\requirements-packaging.in
urllib3==2.2.1
# via
# requests
# twine
webencodings==0.5.1
# via bleach
zipp==3.15.0
zipp==3.18.1
# via importlib-metadata

0 comments on commit d7408a6

Please sign in to comment.