Skip to content

Commit

Permalink
🩹Upgrade requirements-packaging.txt - resolve InvalidDistribution…
Browse files Browse the repository at this point in the history
… issue (#182)

### Packaging-Test Failed: `InvalidDistribution: Metadata is missing required fields: Name, Version.`

> Viele unserer Pakete (und Repos, die mal ein Paket werden könnten) haben seit dem WE ein Problem mit der Packaging-Action. Das Problem lässt sich durch
> ```bash
> pip-compile --upgrade requirements-packaging.in
> ```
> lösen. Danach ggf. noch `pip-compile-multi` oder `tox -e compile_requirements`
> ausführen.

- @hf-kklein

*This PR was generated using [multi-gitter](https://github.com/lindell/multi-gitter)*
  • Loading branch information
lord-haffi committed Mar 19, 2024
1 parent 7883df6 commit a6d4a82
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
# SHA1:93e4fbf2b6cce1574fe3d5315360512fa9927699
#
# This file is autogenerated by pip-compile-multi
# To update, run:
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile-multi
# pip-compile dev_requirements/requirements-packaging.in
#
build==1.1.1
# via -r dev_requirements\requirements-packaging.in
# via -r dev_requirements/requirements-packaging.in
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via build
cryptography==42.0.5
# via secretstorage
docutils==0.20.1
# via readme-renderer
idna==3.6
# via requests
importlib-metadata==7.0.2
# via
# keyring
# twine
# via twine
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==24.3.1
# via twine
markdown-it-py==3.0.0
Expand All @@ -37,14 +40,14 @@ packaging==24.0
# via build
pkginfo==1.10.0
# via twine
pycparser==2.21
# via cffi
pygments==2.17.2
# via
# readme-renderer
# rich
pyproject-hooks==1.0.0
# via build
pywin32-ctypes==0.2.2
# via keyring
readme-renderer==43.0
# via twine
requests==2.31.0
Expand All @@ -57,8 +60,10 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
twine==5.0.0
# via -r dev_requirements\requirements-packaging.in
# via -r dev_requirements/requirements-packaging.in
urllib3==2.2.1
# via
# requests
Expand Down

0 comments on commit a6d4a82

Please sign in to comment.