Skip to content

Commit d25a51b

Browse files
committed
Bump the minimum referencing version.
1 parent e460727 commit d25a51b

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

docs/requirements.txt

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ alabaster==0.7.13
88
# via sphinx
99
attrs==22.2.0
1010
# via referencing
11-
babel==2.11.0
11+
babel==2.12.1
1212
# via sphinx
1313
beautifulsoup4==4.11.2
1414
# via furo
1515
certifi==2022.12.7
1616
# via requests
17-
charset-normalizer==3.0.1
17+
charset-normalizer==3.1.0
1818
# via requests
1919
contourpy==1.0.7
2020
# via matplotlib
2121
cycler==0.11.0
2222
# via matplotlib
2323
docutils==0.19
2424
# via sphinx
25-
fonttools==4.38.0
25+
fonttools==4.39.0
2626
# via matplotlib
2727
furo==2022.12.7
2828
# via -r docs/requirements.in
@@ -38,7 +38,7 @@ kiwisolver==1.4.4
3838
# via matplotlib
3939
markupsafe==2.1.2
4040
# via jinja2
41-
matplotlib==3.7.0
41+
matplotlib==3.7.1
4242
# via sphinxext-opengraph
4343
numpy==1.24.2
4444
# via
@@ -61,16 +61,14 @@ pygments-github-lexers==0.0.5
6161
# via -r docs/requirements.in
6262
pyparsing==3.0.9
6363
# via matplotlib
64-
pyrsistent==0.19.3
65-
# via referencing
6664
python-dateutil==2.8.2
6765
# via matplotlib
68-
pytz==2022.7.1
69-
# via babel
70-
referencing==0.23.0
66+
referencing==0.24.4
7167
# via jsonschema-specifications
7268
requests==2.28.2
7369
# via sphinx
70+
rpds-py==0.6.1
71+
# via referencing
7472
six==1.16.0
7573
# via python-dateutil
7674
snowballstemmer==2.2.0
@@ -105,5 +103,5 @@ sphinxcontrib-spelling==8.0.0
105103
# via -r docs/requirements.in
106104
sphinxext-opengraph==0.8.1
107105
# via -r docs/requirements.in
108-
urllib3==1.26.14
106+
urllib3==1.26.15
109107
# via requests

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

0 commit comments

Comments
 (0)