Skip to content

Commit 2d1732a

Browse files
committed
Bump the referencing version depended on.
1 parent 3d899db commit 2d1732a

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

docs/requirements.txt

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile docs/requirements.in
5+
# pip-compile --resolver=backtracking docs/requirements.in
66
#
77
alabaster==0.7.13
88
# via sphinx
@@ -27,9 +27,7 @@ fonttools==4.38.0
2727
furo==2022.12.7
2828
# via -r docs/requirements.in
2929
idna==3.4
30-
# via
31-
# requests
32-
# yarl
30+
# via requests
3331
imagesize==1.4.1
3432
# via sphinx
3533
jinja2==3.1.2
@@ -40,10 +38,8 @@ kiwisolver==1.4.4
4038
# via matplotlib
4139
markupsafe==2.1.2
4240
# via jinja2
43-
matplotlib==3.6.3
41+
matplotlib==3.7.0
4442
# via sphinxext-opengraph
45-
multidict==6.0.4
46-
# via yarl
4743
numpy==1.24.2
4844
# via
4945
# contourpy
@@ -71,15 +67,15 @@ python-dateutil==2.8.2
7167
# via matplotlib
7268
pytz==2022.7.1
7369
# via babel
74-
referencing==0.14.0
70+
referencing==0.16.4
7571
# via jsonschema-specifications
7672
requests==2.28.2
7773
# via sphinx
7874
six==1.16.0
7975
# via python-dateutil
8076
snowballstemmer==2.2.0
8177
# via sphinx
82-
soupsieve==2.3.2.post1
78+
soupsieve==2.4
8379
# via beautifulsoup4
8480
sphinx==6.1.3
8581
# via
@@ -107,9 +103,7 @@ sphinxcontrib-serializinghtml==1.1.5
107103
# via sphinx
108104
sphinxcontrib-spelling==7.7.0
109105
# via -r docs/requirements.in
110-
sphinxext-opengraph==0.8.0
106+
sphinxext-opengraph==0.8.1
111107
# via -r docs/requirements.in
112108
urllib3==1.26.14
113109
# via requests
114-
yarl==1.8.2
115-
# via referencing

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
dynamic = ["version"]
3333

3434
dependencies = [
35-
"referencing>=0.12.1",
35+
"referencing>=0.16.4",
3636
"importlib_resources>=1.4.0;python_version<'3.9'",
3737
]
3838

0 commit comments

Comments
 (0)