File tree Expand file tree Collapse file tree 2 files changed +34
-38
lines changed Expand file tree Collapse file tree 2 files changed +34
-38
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,3 @@ id ~= 1.0
77# NOTE: it explicitly here because `oidc-exchange.py` uses it.
88# Ref: https://github.com/di/id
99requests
10-
11- # NOTE: `pkginfo` is a transitive dependency for us that is coming from Twine.
12- # NOTE: It is declared here only to avoid installing a broken combination of
13- # NOTE: the distribution packages. This should be removed once a fixed version
14- # NOTE: of Twine is out.
15- # Refs:
16- # * https://github.com/pypa/gh-action-pypi-publish/issues/107
17- # * https://github.com/pypa/twine/issues/940
18- # * https://github.com/pypa/twine/pull/941
19- pkginfo != 1.9.0
Original file line number Diff line number Diff line change 44#
55# pip-compile --allow-unsafe --output-file=requirements/runtime.txt --resolver=backtracking --strip-extras requirements/runtime.in
66#
7- bleach==5.0.1
7+ annotated-types==0.5.0
8+ # via pydantic
9+ bleach==6.0.0
810 # via readme-renderer
9- certifi==2022.12 .7
11+ certifi==2023.5 .7
1012 # via requests
1113cffi==1.15.1
1214 # via cryptography
13- charset-normalizer==2.1.1
15+ charset-normalizer==3.2.0
1416 # via requests
15- commonmark==0.9.1
16- # via rich
17- cryptography==41.0.0
17+ cryptography==41.0.2
1818 # via secretstorage
19- docutils==0.19
19+ docutils==0.20.1
2020 # via readme-renderer
2121id==1.0.0
22- # via -r runtime.in
22+ # via -r requirements/ runtime.in
2323idna==3.4
2424 # via requests
25- importlib-metadata==5.1 .0
25+ importlib-metadata==6.8 .0
2626 # via
2727 # keyring
2828 # twine
29- jaraco-classes==3.2.3
29+ jaraco-classes==3.3.0
3030 # via keyring
3131jeepney==0.8.0
3232 # via
3333 # keyring
3434 # secretstorage
35- keyring==23.11 .0
35+ keyring==24.2 .0
3636 # via twine
37- more-itertools==9.0.0
37+ markdown-it-py==3.0.0
38+ # via rich
39+ mdurl==0.1.2
40+ # via markdown-it-py
41+ more-itertools==9.1.0
3842 # via jaraco-classes
39- pkginfo==1.9.2
40- # via
41- # -r runtime.in
42- # twine
43+ pkginfo==1.9.6
44+ # via twine
4345pycparser==2.21
4446 # via cffi
45- pydantic==1.10.6
47+ pydantic==2.0.2
4648 # via id
47- pygments==2.13.0
49+ pydantic-core==2.1.2
50+ # via pydantic
51+ pygments==2.15.1
4852 # via
4953 # readme-renderer
5054 # rich
51- readme-renderer==37.3
55+ readme-renderer==40.0
5256 # via twine
5357requests==2.31.0
5458 # via
55- # -r runtime.in
59+ # -r requirements/ runtime.in
5660 # id
5761 # requests-toolbelt
5862 # twine
59- requests-toolbelt==0.10.1
63+ requests-toolbelt==1.0.0
6064 # via twine
6165rfc3986==2.0.0
6266 # via twine
63- rich==12.6.0
67+ rich==13.4.2
6468 # via twine
6569secretstorage==3.3.3
6670 # via keyring
6771six==1.16.0
6872 # via bleach
69- twine==4.0.1
70- # via -r runtime.in
71- typing-extensions==4.5.0
72- # via pydantic
73- urllib3==1.26.13
73+ twine==4.0.2
74+ # via -r requirements/runtime.in
75+ typing-extensions==4.7.1
76+ # via
77+ # pydantic
78+ # pydantic-core
79+ urllib3==2.0.3
7480 # via
7581 # requests
7682 # twine
7783webencodings==0.5.1
7884 # via bleach
79- zipp==3.11 .0
85+ zipp==3.16 .0
8086 # via importlib-metadata
You can’t perform that action at this time.
0 commit comments