Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit 898c269

Browse files
Dependencies: all packages updated via pip-tools (#249)
* Dependencies: all packages updated via pip-tools * Pin tox Co-authored-by: humitos <[email protected]> Co-authored-by: Manuel Kaufmann <[email protected]>
1 parent af7a507 commit 898c269

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ commands:
1111
default: "18,20,21,22,23,24,30,31,32,33,34,35,40,41,42,43,44,45,50,latest"
1212
steps:
1313
- checkout
14-
- run: pip install --user tox
14+
# Tox >=4 fails with `ValueError: py310-sphinx{18`
15+
- run: pip install --user 'tox<4'
1516
- run: tox -e "<<parameters.version>>-sphinx{<<parameters.sphinx-version>>}"
1617

1718
jobs:

docs/requirements.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ astroid==2.12.13
1010
# via sphinx-autoapi
1111
babel==2.11.0
1212
# via sphinx
13-
certifi==2022.9.24
13+
certifi==2022.12.7
1414
# via requests
1515
charset-normalizer==2.1.1
1616
# via requests
@@ -39,7 +39,7 @@ livereload==2.6.3
3939
# via sphinx-autobuild
4040
markupsafe==2.1.1
4141
# via jinja2
42-
packaging==21.3
42+
packaging==22.0
4343
# via sphinx
4444
pybtex==0.24.0
4545
# via
@@ -52,9 +52,7 @@ pygments==2.13.0
5252
# sphinx
5353
# sphinx-prompt
5454
# sphinx-tabs
55-
pyparsing==3.0.9
56-
# via packaging
57-
pytz==2022.6
55+
pytz==2022.7
5856
# via babel
5957
pyyaml==6.0
6058
# via

0 commit comments

Comments
 (0)