Merge pull request #168 from pquentin/bump-dependencies

This commit is contained in:
Sviatoslav Sydorenko 2023-07-12 02:46:40 +02:00 committed by GitHub
commit f8c70e705f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 34 additions and 38 deletions

View file

@ -7,13 +7,3 @@ id ~= 1.0
# NOTE: it explicitly here because `oidc-exchange.py` uses it. # NOTE: it explicitly here because `oidc-exchange.py` uses it.
# Ref: https://github.com/di/id # Ref: https://github.com/di/id
requests requests
# NOTE: `pkginfo` is a transitive dependency for us that is coming from Twine.
# NOTE: It is declared here only to avoid installing a broken combination of
# NOTE: the distribution packages. This should be removed once a fixed version
# NOTE: of Twine is out.
# Refs:
# * https://github.com/pypa/gh-action-pypi-publish/issues/107
# * https://github.com/pypa/twine/issues/940
# * https://github.com/pypa/twine/pull/941
pkginfo != 1.9.0

View file

@ -4,77 +4,83 @@
# #
# pip-compile --allow-unsafe --output-file=requirements/runtime.txt --resolver=backtracking --strip-extras requirements/runtime.in # pip-compile --allow-unsafe --output-file=requirements/runtime.txt --resolver=backtracking --strip-extras requirements/runtime.in
# #
bleach==5.0.1 annotated-types==0.5.0
# via pydantic
bleach==6.0.0
# via readme-renderer # via readme-renderer
certifi==2022.12.7 certifi==2023.5.7
# via requests # via requests
cffi==1.15.1 cffi==1.15.1
# via cryptography # via cryptography
charset-normalizer==2.1.1 charset-normalizer==3.2.0
# via requests # via requests
commonmark==0.9.1 cryptography==41.0.2
# via rich
cryptography==41.0.0
# via secretstorage # via secretstorage
docutils==0.19 docutils==0.20.1
# via readme-renderer # via readme-renderer
id==1.0.0 id==1.0.0
# via -r runtime.in # via -r requirements/runtime.in
idna==3.4 idna==3.4
# via requests # via requests
importlib-metadata==5.1.0 importlib-metadata==6.8.0
# via # via
# keyring # keyring
# twine # twine
jaraco-classes==3.2.3 jaraco-classes==3.3.0
# via keyring # via keyring
jeepney==0.8.0 jeepney==0.8.0
# via # via
# keyring # keyring
# secretstorage # secretstorage
keyring==23.11.0 keyring==24.2.0
# via twine # via twine
more-itertools==9.0.0 markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
more-itertools==9.1.0
# via jaraco-classes # via jaraco-classes
pkginfo==1.9.2 pkginfo==1.9.6
# via # via twine
# -r runtime.in
# twine
pycparser==2.21 pycparser==2.21
# via cffi # via cffi
pydantic==1.10.6 pydantic==2.0.2
# via id # via id
pygments==2.13.0 pydantic-core==2.1.2
# via pydantic
pygments==2.15.1
# via # via
# readme-renderer # readme-renderer
# rich # rich
readme-renderer==37.3 readme-renderer==40.0
# via twine # via twine
requests==2.31.0 requests==2.31.0
# via # via
# -r runtime.in # -r requirements/runtime.in
# id # id
# requests-toolbelt # requests-toolbelt
# twine # twine
requests-toolbelt==0.10.1 requests-toolbelt==1.0.0
# via twine # via twine
rfc3986==2.0.0 rfc3986==2.0.0
# via twine # via twine
rich==12.6.0 rich==13.4.2
# via twine # via twine
secretstorage==3.3.3 secretstorage==3.3.3
# via keyring # via keyring
six==1.16.0 six==1.16.0
# via bleach # via bleach
twine==4.0.1 twine==4.0.2
# via -r runtime.in # via -r requirements/runtime.in
typing-extensions==4.5.0 typing-extensions==4.7.1
# via pydantic # via
urllib3==1.26.13 # pydantic
# pydantic-core
urllib3==2.0.3
# via # via
# requests # requests
# twine # twine
webencodings==0.5.1 webencodings==0.5.1
# via bleach # via bleach
zipp==3.11.0 zipp==3.16.0
# via importlib-metadata # via importlib-metadata