Skip to content

Commit a4e5485

Browse files
committed
Update requirements.
1 parent e53db8b commit a4e5485

File tree

3 files changed

+13
-21
lines changed

3 files changed

+13
-21
lines changed

docs/requirements.txt

Lines changed: 7 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.13
3-
# by the following command:
4-
#
5-
# pip-compile --output-file=/Users/julian/Development/referencing/docs/requirements.txt --strip-extras docs/requirements.in
6-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile --output-file /Users/julian/Development/referencing/docs/requirements.txt docs/requirements.in
73
alabaster==1.0.0
84
# via sphinx
95
attrs==25.3.0
@@ -14,7 +10,7 @@ beautifulsoup4==4.13.4
1410
# via furo
1511
certifi==2025.4.26
1612
# via requests
17-
charset-normalizer==3.4.1
13+
charset-normalizer==3.4.2
1814
# via requests
1915
docutils==0.21.2
2016
# via sphinx
@@ -43,17 +39,17 @@ pygments==2.19.1
4339
# sphinx
4440
pygments-github-lexers==0.0.5
4541
# via -r docs/requirements.in
46-
file:.#egg=referencing
42+
referencing @ file:.#egg=referencing
4743
# via -r docs/requirements.in
4844
requests==2.32.3
4945
# via
5046
# sphinx
5147
# sphinxcontrib-spelling
5248
roman-numerals-py==3.1.0
5349
# via sphinx
54-
rpds-py==0.24.0
50+
rpds-py==0.25.0
5551
# via referencing
56-
snowballstemmer==2.2.0
52+
snowballstemmer==3.0.1
5753
# via sphinx
5854
soupsieve==2.7
5955
# via beautifulsoup4
@@ -90,7 +86,7 @@ sphinxext-opengraph==0.10.0
9086
# via -r docs/requirements.in
9187
typing-extensions==4.13.2
9288
# via beautifulsoup4
93-
url-py==0.14.1
89+
url-py==0.15.0
9490
# via -r docs/requirements.in
9591
urllib3==2.4.0
9692
# via requests

test-requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
file:.#egg=referencing
1+
file:.
22
pytest
33
pytest-subtests

test-requirements.txt

Lines changed: 5 additions & 9 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.13
3-
# by the following command:
4-
#
5-
# pip-compile --output-file=/Users/julian/Development/referencing/test-requirements.txt --strip-extras test-requirements.in
6-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile --output-file /Users/julian/Development/referencing/test-requirements.txt test-requirements.in
73
attrs==25.3.0
84
# via
95
# pytest-subtests
@@ -12,15 +8,15 @@ iniconfig==2.1.0
128
# via pytest
139
packaging==25.0
1410
# via pytest
15-
pluggy==1.5.0
11+
pluggy==1.6.0
1612
# via pytest
1713
pytest==8.3.5
1814
# via
1915
# -r test-requirements.in
2016
# pytest-subtests
2117
pytest-subtests==0.14.1
2218
# via -r test-requirements.in
23-
file:.#egg=referencing
19+
referencing @ file:.
2420
# via -r test-requirements.in
25-
rpds-py==0.24.0
21+
rpds-py==0.25.0
2622
# via referencing

0 commit comments

Comments
 (0)