1
1
# This file was autogenerated by uv via the following command:
2
- # uv pip compile --no-strip-markers --python-version=3.8 test-requirements.in -o test-requirements.txt
2
+ # uv pip compile --universal --python-version=3.8 test-requirements.in -o test-requirements.txt
3
3
alabaster==0.7.13
4
4
# via sphinx
5
5
astor==0.8.1
@@ -18,14 +18,22 @@ black==24.4.2 ; implementation_name == 'cpython'
18
18
# via -r test-requirements.in
19
19
certifi==2024.7.4
20
20
# via requests
21
- cffi==1.17.0rc1 ; platform_python_implementation != 'PyPy'
22
- # via cryptography
21
+ cffi==1.17.0rc1 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
22
+ # via
23
+ # -r test-requirements.in
24
+ # cryptography
23
25
charset-normalizer==3.3.2
24
26
# via requests
25
27
click==8.1.7 ; implementation_name == 'cpython'
26
28
# via black
27
29
codespell==2.3.0
28
30
# via -r test-requirements.in
31
+ colorama==0.4.6 ; sys_platform == 'win32' or (implementation_name == 'cpython' and platform_system == 'Windows')
32
+ # via
33
+ # click
34
+ # pylint
35
+ # pytest
36
+ # sphinx
29
37
coverage==7.5.4
30
38
# via -r test-requirements.in
31
39
cryptography==42.0.8
@@ -34,7 +42,7 @@ cryptography==42.0.8
34
42
# pyopenssl
35
43
# trustme
36
44
# types-pyopenssl
37
- dill==0.3.8 ; python_version < '3.11'
45
+ dill==0.3.8
38
46
# via pylint
39
47
docutils==0.20.1
40
48
# via sphinx
@@ -89,7 +97,7 @@ platformdirs==4.2.2
89
97
# pylint
90
98
pluggy==1.5.0
91
99
# via pytest
92
- pycparser==2.22 ; platform_python_implementation != 'PyPy'
100
+ pycparser==2.22 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
93
101
# via cffi
94
102
pygments==2.18.0
95
103
# via sphinx
@@ -127,7 +135,7 @@ sphinxcontrib-qthelp==1.0.3
127
135
# via sphinx
128
136
sphinxcontrib-serializinghtml==1.1.5
129
137
# via sphinx
130
- tomli==2.0.1 ; python_version < '3.11' or (python_version < '3.11' and implementation_name == 'cpython')
138
+ tomli==2.0.1 ; python_version < '3.11'
131
139
# via
132
140
# black
133
141
# mypy
@@ -156,7 +164,7 @@ typing-extensions==4.12.2
156
164
# pylint
157
165
urllib3==2.2.2
158
166
# via requests
159
- uv==0.2.22
167
+ uv==0.2.26
160
168
# via -r test-requirements.in
161
169
zipp==3.19.2 ; python_version < '3.10'
162
170
# via importlib-metadata
0 commit comments