Skip to content

Commit e6ed2a4

Browse files
committed
build(deps): re-generate requirements to support Metadata-version=2.3
1 parent e53eb8b commit e6ed2a4

File tree

2 files changed

+30
-48
lines changed

2 files changed

+30
-48
lines changed

requirements/runtime-prerequisites.txt

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

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

requirements/runtime.txt

+27-45
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,68 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --output-file=requirements/runtime.txt --resolver=backtracking --strip-extras requirements/runtime.in
5+
# pip-compile --allow-unsafe --output-file=requirements/runtime.txt --strip-extras requirements/runtime.in
66
#
7-
annotated-types==0.5.0
7+
annotated-types==0.6.0
88
# via pydantic
9-
bleach==6.0.0
10-
# via readme-renderer
11-
certifi==2023.7.22
9+
certifi==2024.2.2
1210
# via requests
13-
cffi==1.15.1
14-
# via cryptography
15-
charset-normalizer==3.2.0
11+
charset-normalizer==3.3.2
1612
# via requests
17-
cryptography==42.0.4
18-
# via secretstorage
1913
docutils==0.20.1
2014
# via readme-renderer
21-
id==1.0.0
22-
# via -r runtime.in
23-
idna==3.4
15+
id==1.3.0
16+
# via -r requirements/runtime.in
17+
idna==3.6
2418
# via requests
25-
importlib-metadata==6.8.0
26-
# via
27-
# keyring
28-
# twine
29-
jaraco-classes==3.3.0
19+
importlib-metadata==7.0.1
20+
# via twine
21+
jaraco-classes==3.3.1
3022
# via keyring
31-
jeepney==0.8.0
32-
# via
33-
# keyring
34-
# secretstorage
35-
keyring==24.2.0
23+
keyring==24.3.1
3624
# via twine
3725
markdown-it-py==3.0.0
3826
# via rich
3927
mdurl==0.1.2
4028
# via markdown-it-py
41-
more-itertools==9.1.0
29+
more-itertools==10.2.0
4230
# via jaraco-classes
43-
pkginfo==1.9.6
31+
nh3==0.2.15
32+
# via readme-renderer
33+
pkginfo==1.10.0
4434
# via twine
45-
pycparser==2.21
46-
# via cffi
47-
pydantic==2.0.2
35+
pydantic==2.6.3
4836
# via id
49-
pydantic-core==2.1.2
37+
pydantic-core==2.16.3
5038
# via pydantic
51-
pygments==2.15.1
39+
pygments==2.17.2
5240
# via
5341
# readme-renderer
5442
# rich
55-
readme-renderer==40.0
43+
readme-renderer==43.0
5644
# via twine
5745
requests==2.31.0
5846
# via
59-
# -r runtime.in
47+
# -r requirements/runtime.in
6048
# id
6149
# requests-toolbelt
6250
# twine
6351
requests-toolbelt==1.0.0
6452
# via twine
6553
rfc3986==2.0.0
6654
# via twine
67-
rich==13.4.2
55+
rich==13.7.1
6856
# via twine
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
57+
twine==5.0.0
58+
# via -r requirements/runtime.in
59+
typing-extensions==4.10.0
7660
# via
7761
# pydantic
7862
# pydantic-core
79-
urllib3==2.0.7
63+
urllib3==2.2.1
8064
# via
8165
# requests
8266
# twine
83-
webencodings==0.5.1
84-
# via bleach
85-
zipp==3.16.0
67+
zipp==3.17.0
8668
# via importlib-metadata

0 commit comments

Comments
 (0)