Skip to content

Commit 332924d

Browse files
committed
Update requirements.
1 parent 7c45e0a commit 332924d

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
file:.#egg=schemastore
1+
schemastore @ .
22
pytest

test-requirements.txt

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.12
3-
# by the following command:
4-
#
5-
# pip-compile --strip-extras test-requirements.in
6-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile --output-file test-requirements.txt test-requirements.in
73
attrs==23.2.0
84
# via
95
# cattrs
@@ -15,18 +11,17 @@ certifi==2024.2.2
1511
# via requests
1612
charset-normalizer==3.3.2
1713
# via requests
18-
idna==3.6
14+
idna==3.7
1915
# via requests
2016
iniconfig==2.0.0
2117
# via pytest
2218
packaging==24.0
2319
# via pytest
2420
platformdirs==4.2.0
2521
# via requests-cache
26-
pluggy==1.4.0
22+
pluggy==1.5.0
2723
# via pytest
2824
pytest==8.1.1
29-
# via -r test-requirements.in
3025
referencing==0.34.0
3126
# via schemastore
3227
requests==2.31.0
@@ -35,8 +30,7 @@ requests-cache==1.2.0
3530
# via schemastore
3631
rpds-py==0.18.0
3732
# via referencing
38-
file:.#egg=schemastore
39-
# via -r test-requirements.in
33+
schemastore @ .
4034
six==1.16.0
4135
# via url-normalize
4236
url-normalize==1.4.3

0 commit comments

Comments
 (0)