Skip to content

Commit 25dc542

Browse files
committed
Bump the minimum referencing version, enabling multi-threaded support.
1 parent d25a51b commit 25dc542

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ attrs==22.2.0
1010
# via referencing
1111
babel==2.12.1
1212
# via sphinx
13-
beautifulsoup4==4.11.2
13+
beautifulsoup4==4.12.0
1414
# via furo
1515
certifi==2022.12.7
1616
# via requests
@@ -22,7 +22,7 @@ cycler==0.11.0
2222
# via matplotlib
2323
docutils==0.19
2424
# via sphinx
25-
fonttools==4.39.0
25+
fonttools==4.39.2
2626
# via matplotlib
2727
furo==2022.12.7
2828
# via -r docs/requirements.in
@@ -63,11 +63,11 @@ pyparsing==3.0.9
6363
# via matplotlib
6464
python-dateutil==2.8.2
6565
# via matplotlib
66-
referencing==0.24.4
66+
referencing==0.25.0
6767
# via jsonschema-specifications
6868
requests==2.28.2
6969
# via sphinx
70-
rpds-py==0.6.1
70+
rpds-py==0.7.0
7171
# via referencing
7272
six==1.16.0
7373
# via python-dateutil

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

0 commit comments

Comments
 (0)