Skip to content

Commit 8839726

Browse files
committed
Minor - Testing nbsphinx docs update
1 parent 1f4e5ef commit 8839726

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/minimal-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Requirements
3030
run: |
3131
python -m pip install --upgrade pip
32-
python -m pip install poetry==1.1.7
32+
python -m pip install poetry
3333
poetry config virtualenvs.create false --local
3434
poetry install --extras "sqlserver" -vvv
3535
- name: Test Metadata

.github/workflows/static-checking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install Requirements
2828
run: |
2929
python -m pip install --upgrade pip
30-
python -m pip install poetry==1.1.7
30+
python -m pip install poetry
3131
poetry config virtualenvs.create false --local
3232
poetry install --extras "sqlserver" -vvv
3333
- name: mypy check

building/lambda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN yum install -y \
1212
ninja-build \
1313
${py_dev}
1414

15-
RUN pip3 install --upgrade pip six cython cmake hypothesis poetry==1.1.7
15+
RUN pip3 install --upgrade pip six cython cmake hypothesis poetry
1616

1717
WORKDIR /root
1818

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- pip:
99
- nbsphinx
1010
- nbsphinx-link
11-
- sphinx==4.0.3
11+
- sphinx
1212
- sphinx_bootstrap_theme
1313
- IPython
1414
- ..

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ pytest-rerunfailures = "^10.1"
6666
pytest-xdist = "^2.3.0"
6767
pytest-timeout = "^1.4.2"
6868
pydot = "^1.4.2"
69-
Sphinx = "^4.0.3"
69+
sphinx = "^4.1.2"
7070
sphinx-bootstrap-theme = "^0.7.1"
71-
nbsphinx = "^0.8.6"
71+
nbsphinx = "^0.8.7"
7272
nbsphinx-link = "^1.3.0"
7373
IPython = "^7.16.0"
7474
moto = "^2.2.1"

0 commit comments

Comments
 (0)