Skip to content

Commit 1d26105

Browse files
committed
yarl -> url.py in the (trivial) docs usage.
1 parent ba82332 commit 1d26105

File tree

4 files changed

+11
-39
lines changed

4 files changed

+11
-39
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import importlib.metadata
22
import re
33

4-
from yarl import URL
4+
from url import URL
55

6-
GITHUB = URL("https://github.com/")
6+
GITHUB = URL.parse("https://github.com/")
77
HOMEPAGE = GITHUB / "python-jsonschema/referencing"
88

99
project = "referencing"

docs/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ sphinx-json-schema-spec
77
sphinx>5
88
sphinxcontrib-spelling>5
99
sphinxext-opengraph
10-
yarl
10+
url.py

docs/requirements.txt

Lines changed: 7 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -8,56 +8,34 @@ alabaster==0.7.13
88
# via sphinx
99
attrs==23.1.0
1010
# via referencing
11-
babel==2.13.0
11+
babel==2.13.1
1212
# via sphinx
1313
beautifulsoup4==4.12.2
1414
# via furo
1515
certifi==2023.7.22
1616
# via requests
17-
charset-normalizer==3.3.1
17+
charset-normalizer==3.3.2
1818
# via requests
1919
click==8.1.7
2020
# via sphinx-click
21-
contourpy==1.1.1
22-
# via matplotlib
23-
cycler==0.12.1
24-
# via matplotlib
2521
docutils==0.20.1
2622
# via
2723
# sphinx
2824
# sphinx-click
29-
fonttools==4.43.1
30-
# via matplotlib
3125
furo==2023.9.10
3226
# via -r docs/requirements.in
3327
idna==3.4
34-
# via
35-
# requests
36-
# yarl
28+
# via requests
3729
imagesize==1.4.1
3830
# via sphinx
3931
jinja2==3.1.2
4032
# via sphinx
41-
kiwisolver==1.4.5
42-
# via matplotlib
4333
lxml==4.9.3
4434
# via sphinx-json-schema-spec
4535
markupsafe==2.1.3
4636
# via jinja2
47-
matplotlib==3.8.0
48-
# via sphinxext-opengraph
49-
multidict==6.0.4
50-
# via yarl
51-
numpy==1.26.1
52-
# via
53-
# contourpy
54-
# matplotlib
5537
packaging==23.2
56-
# via
57-
# matplotlib
58-
# sphinx
59-
pillow==10.1.0
60-
# via matplotlib
38+
# via sphinx
6139
pyenchant==3.2.2
6240
# via sphinxcontrib-spelling
6341
pygments==2.16.1
@@ -67,18 +45,12 @@ pygments==2.16.1
6745
# sphinx
6846
pygments-github-lexers==0.0.5
6947
# via -r docs/requirements.in
70-
pyparsing==3.1.1
71-
# via matplotlib
72-
python-dateutil==2.8.2
73-
# via matplotlib
7448
file:.#egg=referencing
7549
# via -r docs/requirements.in
7650
requests==2.31.0
7751
# via sphinx
7852
rpds-py==0.10.6
7953
# via referencing
80-
six==1.16.0
81-
# via python-dateutil
8254
snowballstemmer==2.2.0
8355
# via sphinx
8456
soupsieve==2.5
@@ -120,9 +92,9 @@ sphinxcontrib-serializinghtml==1.1.9
12092
# via sphinx
12193
sphinxcontrib-spelling==8.0.0
12294
# via -r docs/requirements.in
123-
sphinxext-opengraph==0.8.2
95+
sphinxext-opengraph==0.9.0
96+
# via -r docs/requirements.in
97+
url-py==0.4.0
12498
# via -r docs/requirements.in
12599
urllib3==2.0.7
126100
# via requests
127-
yarl==1.9.2
128-
# via -r docs/requirements.in

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ packaging==23.2
1414
# via pytest
1515
pluggy==1.3.0
1616
# via pytest
17-
pytest==7.4.2
17+
pytest==7.4.3
1818
# via
1919
# -r test-requirements.in
2020
# pytest-subtests

0 commit comments

Comments
 (0)