Skip to content

Commit

Permalink
Bump runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jul 11, 2023
1 parent 54d67ed commit a5d57af
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 38 deletions.
10 changes: 0 additions & 10 deletions requirements/runtime.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,3 @@ id ~= 1.0
# NOTE: it explicitly here because `oidc-exchange.py` uses it.
# Ref: https://github.com/di/id
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
62 changes: 34 additions & 28 deletions requirements/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,77 +4,83 @@
#
# 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
certifi==2022.12.7
certifi==2023.5.7
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==2.1.1
charset-normalizer==3.2.0
# via requests
commonmark==0.9.1
# via rich
cryptography==41.0.0
cryptography==41.0.2
# via secretstorage
docutils==0.19
docutils==0.20.1
# via readme-renderer
id==1.0.0
# via -r runtime.in
# via -r requirements/runtime.in
idna==3.4
# via requests
importlib-metadata==5.1.0
importlib-metadata==6.8.0
# via
# keyring
# twine
jaraco-classes==3.2.3
jaraco-classes==3.3.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==23.11.0
keyring==24.2.0
# 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
pkginfo==1.9.2
# via
# -r runtime.in
# twine
pkginfo==1.9.6
# via twine
pycparser==2.21
# via cffi
pydantic==1.10.6
pydantic==2.0.2
# via id
pygments==2.13.0
pydantic-core==2.1.2
# via pydantic
pygments==2.15.1
# via
# readme-renderer
# rich
readme-renderer==37.3
readme-renderer==40.0
# via twine
requests==2.31.0
# via
# -r runtime.in
# -r requirements/runtime.in
# id
# requests-toolbelt
# twine
requests-toolbelt==0.10.1
requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==12.6.0
rich==13.4.2
# via twine
secretstorage==3.3.3
# via keyring
six==1.16.0
# via bleach
twine==4.0.1
# via -r runtime.in
typing-extensions==4.5.0
# via pydantic
urllib3==1.26.13
twine==4.0.2
# via -r requirements/runtime.in
typing-extensions==4.7.1
# via
# pydantic
# pydantic-core
urllib3==2.0.3
# via
# requests
# twine
webencodings==0.5.1
# via bleach
zipp==3.11.0
zipp==3.16.0
# via importlib-metadata

0 comments on commit a5d57af

Please sign in to comment.