Skip to content

Commit 120b4d4

Browse files
committed
Bump the minimum referencing version.
1 parent 2d1732a commit 120b4d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ python-dateutil==2.8.2
6767
# via matplotlib
6868
pytz==2022.7.1
6969
# via babel
70-
referencing==0.16.4
70+
referencing==0.21.0
7171
# via jsonschema-specifications
7272
requests==2.28.2
7373
# via sphinx
@@ -101,7 +101,7 @@ sphinxcontrib-qthelp==1.0.3
101101
# via sphinx
102102
sphinxcontrib-serializinghtml==1.1.5
103103
# via sphinx
104-
sphinxcontrib-spelling==7.7.0
104+
sphinxcontrib-spelling==8.0.0
105105
# via -r docs/requirements.in
106106
sphinxext-opengraph==0.8.1
107107
# via -r docs/requirements.in

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.16.4",
35+
"referencing>=0.21.0",
3636
"importlib_resources>=1.4.0;python_version<'3.9'",
3737
]
3838

0 commit comments

Comments
 (0)