Skip to content

Commit 87bc1a0

Browse files
committed
We don't actually use yarl yet.
Not until/unless #21 is done.
1 parent e0ac1e0 commit 87bc1a0

File tree

2 files changed

+15
-18
lines changed

2 files changed

+15
-18
lines changed

docs/requirements.txt

+15-17
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.11
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
44
#
55
# pip-compile docs/requirements.in
66
#
7-
alabaster==0.7.12
7+
alabaster==0.7.13
88
# via sphinx
99
attrs==22.2.0
1010
# via referencing
1111
babel==2.11.0
1212
# via sphinx
13-
beautifulsoup4==4.11.1
13+
beautifulsoup4==4.11.2
1414
# via furo
1515
certifi==2022.12.7
1616
# via requests
17-
charset-normalizer==2.1.1
17+
charset-normalizer==3.0.1
1818
# via requests
1919
click==8.1.3
2020
# via sphinx-click
@@ -34,11 +34,11 @@ jinja2==3.1.2
3434
# via sphinx
3535
lxml==4.9.2
3636
# via sphinx-json-schema-spec
37-
markupsafe==2.1.1
37+
markupsafe==2.1.2
3838
# via jinja2
3939
multidict==6.0.4
4040
# via yarl
41-
packaging==22.0
41+
packaging==23.0
4242
# via sphinx
4343
pyenchant==3.2.2
4444
# via sphinxcontrib-spelling
@@ -51,17 +51,17 @@ pygments-github-lexers==0.0.5
5151
# via -r docs/requirements.in
5252
pyrsistent==0.19.3
5353
# via referencing
54-
pytz==2022.7
54+
pytz==2022.7.1
5555
# via babel
5656
file:.#egg=referencing
5757
# via -r docs/requirements.in
58-
requests==2.28.1
58+
requests==2.28.2
5959
# via sphinx
6060
snowballstemmer==2.2.0
6161
# via sphinx
62-
soupsieve==2.3.2.post1
62+
soupsieve==2.4
6363
# via beautifulsoup4
64-
sphinx==6.1.1
64+
sphinx==6.1.3
6565
# via
6666
# -r docs/requirements.in
6767
# furo
@@ -78,11 +78,11 @@ sphinx-copybutton==0.5.1
7878
# via -r docs/requirements.in
7979
sphinx-json-schema-spec==2.3.3
8080
# via -r docs/requirements.in
81-
sphinxcontrib-applehelp==1.0.2
81+
sphinxcontrib-applehelp==1.0.4
8282
# via sphinx
8383
sphinxcontrib-devhelp==1.0.2
8484
# via sphinx
85-
sphinxcontrib-htmlhelp==2.0.0
85+
sphinxcontrib-htmlhelp==2.0.1
8686
# via sphinx
8787
sphinxcontrib-jsmath==1.0.1
8888
# via sphinx
@@ -92,9 +92,7 @@ sphinxcontrib-serializinghtml==1.1.5
9292
# via sphinx
9393
sphinxcontrib-spelling==7.7.0
9494
# via -r docs/requirements.in
95-
urllib3==1.26.13
95+
urllib3==1.26.14
9696
# via requests
9797
yarl==1.8.2
98-
# via
99-
# -r docs/requirements.in
100-
# referencing
98+
# via -r docs/requirements.in

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ dynamic = ["version"]
3434
dependencies = [
3535
"attrs>=22.2.0",
3636
"pyrsistent",
37-
"yarl",
3837
]
3938

4039
[project.urls]

0 commit comments

Comments
 (0)