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 11import importlib .metadata
22import 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/" )
77HOMEPAGE = GITHUB / "python-jsonschema/referencing"
88
99project = "referencing"
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ sphinx-json-schema-spec
77sphinx>5
88sphinxcontrib-spelling>5
99sphinxext-opengraph
10- yarl
10+ url.py
Original file line number Diff line number Diff line change @@ -8,56 +8,34 @@ alabaster==0.7.13
88 # via sphinx
99attrs == 23.1.0
1010 # via referencing
11- babel == 2.13.0
11+ babel == 2.13.1
1212 # via sphinx
1313beautifulsoup4 == 4.12.2
1414 # via furo
1515certifi == 2023.7.22
1616 # via requests
17- charset-normalizer == 3.3.1
17+ charset-normalizer == 3.3.2
1818 # via requests
1919click == 8.1.7
2020 # via sphinx-click
21- contourpy == 1.1.1
22- # via matplotlib
23- cycler == 0.12.1
24- # via matplotlib
2521docutils == 0.20.1
2622 # via
2723 # sphinx
2824 # sphinx-click
29- fonttools == 4.43.1
30- # via matplotlib
3125furo == 2023.9.10
3226 # via -r docs/requirements.in
3327idna == 3.4
34- # via
35- # requests
36- # yarl
28+ # via requests
3729imagesize == 1.4.1
3830 # via sphinx
3931jinja2 == 3.1.2
4032 # via sphinx
41- kiwisolver == 1.4.5
42- # via matplotlib
4333lxml == 4.9.3
4434 # via sphinx-json-schema-spec
4535markupsafe == 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
5537packaging == 23.2
56- # via
57- # matplotlib
58- # sphinx
59- pillow == 10.1.0
60- # via matplotlib
38+ # via sphinx
6139pyenchant == 3.2.2
6240 # via sphinxcontrib-spelling
6341pygments == 2.16.1
@@ -67,18 +45,12 @@ pygments==2.16.1
6745 # sphinx
6846pygments-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
7448file :.#egg=referencing
7549 # via -r docs/requirements.in
7650requests == 2.31.0
7751 # via sphinx
7852rpds-py == 0.10.6
7953 # via referencing
80- six == 1.16.0
81- # via python-dateutil
8254snowballstemmer == 2.2.0
8355 # via sphinx
8456soupsieve == 2.5
@@ -120,9 +92,9 @@ sphinxcontrib-serializinghtml==1.1.9
12092 # via sphinx
12193sphinxcontrib-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
12599urllib3 == 2.0.7
126100 # 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
1414 # via pytest
1515pluggy==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
You can’t perform that action at this time.
0 commit comments