Skip to content

Commit 4ad4062

Browse files
authored
Update package versions (#228)
1 parent 468fd3b commit 4ad4062

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Install Dependencies
8383
run: |
84-
pip install sphinx==3.5.1 sphinx_rtd_theme==0.5.1 sphinx-multiversion==0.2.4 docutils==0.16 "jinja2<3.1"
84+
pip install sphinx==5.2.3 sphinx_rtd_theme==1.0.0 sphinx-multiversion==0.2.4 docutils==0.16 "jinja2<3.1"
8585
8686
- name: Build Sphinx Docs
8787
run: |

.github/workflows/release_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Low risk trade-off with mismatching dependencies in `conda/zstash_dev.yml`
3838
- name: Install Dependencies
3939
run: |
40-
pip install sphinx==3.5.1 sphinx_rtd_theme==0.5.1 sphinx-multiversion==0.2.4 docutils==0.16 "jinja2<3.1"
40+
pip install sphinx==5.2.3 sphinx_rtd_theme==1.0.0 sphinx-multiversion==0.2.4 docutils==0.16 "jinja2<3.1"
4141
4242
- name: Build Sphinx Docs
4343
run: |

conda/dev.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ channels:
55
dependencies:
66
# Base
77
# =================
8-
- pip=21.0.1
9-
- python=3.9
8+
- pip=22.2.2
9+
- python=3.9.13
1010
- six=1.16.0
1111
- globus-sdk=3.2.1
1212
- fair-research-login=0.2.0
1313
# Developer Tools
1414
# =================
1515
# If versions are updated, also update 'rev' in `.pre-commit.config.yaml`
16-
- black=22.3.0
17-
- flake8=3.8.4
18-
- flake8-isort=4.0.0
19-
- mypy=0.790
20-
- pre-commit=2.10.1
16+
- black=22.8.0
17+
- flake8=5.0.4
18+
- flake8-isort=4.2.0
19+
- mypy=0.982
20+
- pre-commit=2.20.0
21+
- tbump=6.9.0
2122
# Documentation
2223
# =================
2324
# If versions are updated, also update in `.github/workflows/workflow.yml`
2425
- jinja2<3.1
25-
- sphinx=3.5.1
26-
- sphinx_rtd_theme=0.5.1
26+
- sphinx=5.2.3
27+
- sphinx_rtd_theme=1.0.0
2728
# Need to pin docutils because 0.17 has a bug with unordered lists
2829
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1115
2930
- docutils=0.16
3031
- pip:
3132
- sphinx-multiversion==0.2.4
32-
- tbump==6.3.2
3333
prefix: /opt/miniconda3/envs/zstash_dev

0 commit comments

Comments
 (0)