Skip to content

Commit

Permalink
🩹Upgrade requirements-packaging.txt - resolve InvalidDistribution…
Browse files Browse the repository at this point in the history
… issue (#148)
  • Loading branch information
lord-haffi authored Mar 25, 2024
1 parent b37cec7 commit eeee2eb
Showing 1 changed file with 23 additions and 19 deletions.
42 changes: 23 additions & 19 deletions dev_requirements/requirements-test_packaging.txt
Original file line number Diff line number Diff line change
@@ -1,46 +1,50 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile '.\requirements-test_packaging.in'
# pip-compile dev_requirements/requirements-test_packaging.in
#
build==1.1.1
# via -r dev_requirements/requirements-test_packaging.in
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.4
cryptography==42.0.5
# via secretstorage
docutils==0.20.1
# via readme-renderer
idna==3.6
# via requests
importlib-metadata==7.0.0
# via
# keyring
# twine
jaraco-classes==3.3.0
importlib-metadata==7.1.0
# via twine
jaraco-classes==3.3.1
# via keyring
jaraco-context==4.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==24.3.0
keyring==25.0.0
# via twine
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.1.0
# via jaraco-classes
nh3==0.2.14
more-itertools==10.2.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.2.15
# via readme-renderer
packaging==23.2
packaging==24.0
# via build
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
pycparser==2.21
# via cffi
Expand All @@ -50,7 +54,7 @@ pygments==2.17.2
# rich
pyproject-hooks==1.0.0
# via build
readme-renderer==42.0
readme-renderer==43.0
# via twine
requests==2.31.0
# via
Expand All @@ -60,15 +64,15 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.7.0
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
twine==5.0.0
# via -r dev_requirements/requirements-test_packaging.in
urllib3==2.1.0
urllib3==2.2.1
# via
# requests
# twine
zipp==3.17.0
zipp==3.18.1
# via importlib-metadata

0 comments on commit eeee2eb

Please sign in to comment.