Skip to content

Commit f6a1bcf

Browse files
committed
Revert "build(deps): re-generate requirements to support Metadata-version=2.3"
This reverts commit e6ed2a4.
1 parent e6ed2a4 commit f6a1bcf

File tree

2 files changed

+48
-30
lines changed

2 files changed

+48
-30
lines changed

requirements/runtime-prerequisites.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --output-file=requirements/runtime-prerequisites.txt --strip-extras requirements/runtime-prerequisites.in
5+
# pip-compile --allow-unsafe --output-file=requirements/runtime-prerequisites.txt --resolver=backtracking --strip-extras requirements/runtime-prerequisites.in
66
#
77
pip-with-requires-python==1.0.1
8-
# via -r requirements/runtime-prerequisites.in
8+
# via -r runtime-prerequisites.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
1111
pip==23.3

requirements/runtime.txt

Lines changed: 45 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,86 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.12
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --output-file=requirements/runtime.txt --strip-extras requirements/runtime.in
5+
# pip-compile --allow-unsafe --output-file=requirements/runtime.txt --resolver=backtracking --strip-extras requirements/runtime.in
66
#
7-
annotated-types==0.6.0
7+
annotated-types==0.5.0
88
# via pydantic
9-
certifi==2024.2.2
9+
bleach==6.0.0
10+
# via readme-renderer
11+
certifi==2023.7.22
1012
# via requests
11-
charset-normalizer==3.3.2
13+
cffi==1.15.1
14+
# via cryptography
15+
charset-normalizer==3.2.0
1216
# via requests
17+
cryptography==42.0.4
18+
# via secretstorage
1319
docutils==0.20.1
1420
# via readme-renderer
15-
id==1.3.0
16-
# via -r requirements/runtime.in
17-
idna==3.6
21+
id==1.0.0
22+
# via -r runtime.in
23+
idna==3.4
1824
# via requests
19-
importlib-metadata==7.0.1
20-
# via twine
21-
jaraco-classes==3.3.1
25+
importlib-metadata==6.8.0
26+
# via
27+
# keyring
28+
# twine
29+
jaraco-classes==3.3.0
2230
# via keyring
23-
keyring==24.3.1
31+
jeepney==0.8.0
32+
# via
33+
# keyring
34+
# secretstorage
35+
keyring==24.2.0
2436
# via twine
2537
markdown-it-py==3.0.0
2638
# via rich
2739
mdurl==0.1.2
2840
# via markdown-it-py
29-
more-itertools==10.2.0
41+
more-itertools==9.1.0
3042
# via jaraco-classes
31-
nh3==0.2.15
32-
# via readme-renderer
33-
pkginfo==1.10.0
43+
pkginfo==1.9.6
3444
# via twine
35-
pydantic==2.6.3
45+
pycparser==2.21
46+
# via cffi
47+
pydantic==2.0.2
3648
# via id
37-
pydantic-core==2.16.3
49+
pydantic-core==2.1.2
3850
# via pydantic
39-
pygments==2.17.2
51+
pygments==2.15.1
4052
# via
4153
# readme-renderer
4254
# rich
43-
readme-renderer==43.0
55+
readme-renderer==40.0
4456
# via twine
4557
requests==2.31.0
4658
# via
47-
# -r requirements/runtime.in
59+
# -r runtime.in
4860
# id
4961
# requests-toolbelt
5062
# twine
5163
requests-toolbelt==1.0.0
5264
# via twine
5365
rfc3986==2.0.0
5466
# via twine
55-
rich==13.7.1
67+
rich==13.4.2
5668
# via twine
57-
twine==5.0.0
58-
# via -r requirements/runtime.in
59-
typing-extensions==4.10.0
69+
secretstorage==3.3.3
70+
# via keyring
71+
six==1.16.0
72+
# via bleach
73+
twine==4.0.2
74+
# via -r runtime.in
75+
typing-extensions==4.7.1
6076
# via
6177
# pydantic
6278
# pydantic-core
63-
urllib3==2.2.1
79+
urllib3==2.0.7
6480
# via
6581
# requests
6682
# twine
67-
zipp==3.17.0
83+
webencodings==0.5.1
84+
# via bleach
85+
zipp==3.16.0
6886
# via importlib-metadata

0 commit comments

Comments
 (0)