File tree Expand file tree Collapse file tree 4 files changed +11
-39
lines changed Expand file tree Collapse file tree 4 files changed +11
-39
lines changed Original file line number Diff line number Diff line change 1
1
import importlib .metadata
2
2
import re
3
3
4
- from yarl import URL
4
+ from url import URL
5
5
6
- GITHUB = URL ("https://github.com/" )
6
+ GITHUB = URL . parse ("https://github.com/" )
7
7
HOMEPAGE = GITHUB / "python-jsonschema/referencing"
8
8
9
9
project = "referencing"
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ sphinx-json-schema-spec
7
7
sphinx>5
8
8
sphinxcontrib-spelling>5
9
9
sphinxext-opengraph
10
- yarl
10
+ url.py
Original file line number Diff line number Diff line change @@ -8,56 +8,34 @@ alabaster==0.7.13
8
8
# via sphinx
9
9
attrs == 23.1.0
10
10
# via referencing
11
- babel == 2.13.0
11
+ babel == 2.13.1
12
12
# via sphinx
13
13
beautifulsoup4 == 4.12.2
14
14
# via furo
15
15
certifi == 2023.7.22
16
16
# via requests
17
- charset-normalizer == 3.3.1
17
+ charset-normalizer == 3.3.2
18
18
# via requests
19
19
click == 8.1.7
20
20
# via sphinx-click
21
- contourpy == 1.1.1
22
- # via matplotlib
23
- cycler == 0.12.1
24
- # via matplotlib
25
21
docutils == 0.20.1
26
22
# via
27
23
# sphinx
28
24
# sphinx-click
29
- fonttools == 4.43.1
30
- # via matplotlib
31
25
furo == 2023.9.10
32
26
# via -r docs/requirements.in
33
27
idna == 3.4
34
- # via
35
- # requests
36
- # yarl
28
+ # via requests
37
29
imagesize == 1.4.1
38
30
# via sphinx
39
31
jinja2 == 3.1.2
40
32
# via sphinx
41
- kiwisolver == 1.4.5
42
- # via matplotlib
43
33
lxml == 4.9.3
44
34
# via sphinx-json-schema-spec
45
35
markupsafe == 2.1.3
46
36
# 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
55
37
packaging == 23.2
56
- # via
57
- # matplotlib
58
- # sphinx
59
- pillow == 10.1.0
60
- # via matplotlib
38
+ # via sphinx
61
39
pyenchant == 3.2.2
62
40
# via sphinxcontrib-spelling
63
41
pygments == 2.16.1
@@ -67,18 +45,12 @@ pygments==2.16.1
67
45
# sphinx
68
46
pygments-github-lexers == 0.0.5
69
47
# via -r docs/requirements.in
70
- pyparsing == 3.1.1
71
- # via matplotlib
72
- python-dateutil == 2.8.2
73
- # via matplotlib
74
48
file :.#egg=referencing
75
49
# via -r docs/requirements.in
76
50
requests == 2.31.0
77
51
# via sphinx
78
52
rpds-py == 0.10.6
79
53
# via referencing
80
- six == 1.16.0
81
- # via python-dateutil
82
54
snowballstemmer == 2.2.0
83
55
# via sphinx
84
56
soupsieve == 2.5
@@ -120,9 +92,9 @@ sphinxcontrib-serializinghtml==1.1.9
120
92
# via sphinx
121
93
sphinxcontrib-spelling == 8.0.0
122
94
# 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
124
98
# via -r docs/requirements.in
125
99
urllib3 == 2.0.7
126
100
# via requests
127
- yarl == 1.9.2
128
- # via -r docs/requirements.in
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ packaging==23.2
14
14
# via pytest
15
15
pluggy==1.3.0
16
16
# via pytest
17
- pytest==7.4.2
17
+ pytest==7.4.3
18
18
# via
19
19
# -r test-requirements.in
20
20
# pytest-subtests
You can’t perform that action at this time.
0 commit comments