Skip to content

Commit 9b827b2

Browse files
authored
Update Dependencies 2024-05-15 (#176)
* Update and relock python dependencies * Update Github-Action references
1 parent c2c38ad commit 9b827b2

File tree

5 files changed

+56
-52
lines changed

5 files changed

+56
-52
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
poetry run python -m nox -s build-docs
2020
2121
- name: Deploy
22-
uses: JamesIves/github-pages-deploy-action@v4.4.3
22+
uses: JamesIves/github-pages-deploy-action@v4.6.0
2323
with:
2424
branch: gh-pages
2525
folder: .html-documentation

doc/changes/unreleased.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ For additional information, refer to [customization](../user_guide/customization
1313
## 📚 Documentation
1414
* Added documentation on nox task plugins for users and developers.
1515
* Updated theme and structure of the documentation.
16+
17+
## 🔩 Internal
18+
* Relocked and updated dependencies

exasol/toolbox/templates/github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
poetry run python -m nox -s build-docs
2020
2121
- name: Deploy
22-
uses: JamesIves/github-pages-deploy-action@v4.4.1
22+
uses: JamesIves/github-pages-deploy-action@v4.6.0
2323
with:
2424
branch: gh-pages
2525
folder: .html-documentation

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ keywords = [
3535

3636
[tool.poetry.dependencies]
3737
python = "^3.8"
38-
nox = "^2022.8.7"
38+
nox = ">=2022.8.7"
3939
sphinx = ">=5.3,<7.0"
4040
pytest = "^7.2.2"
4141
mypy = ">=0.971"
4242
sphinx-copybutton = "^0.5.0"
43-
furo = "^2022.9.15"
43+
furo = ">=2022.9.15"
4444
pyupgrade = ">=2.38.2,<4.0.0"
4545
black = "^23.1.0"
4646
isort = "^5.12.0"
@@ -50,7 +50,7 @@ pylint = ">=2.15.4"
5050
typer = {extras = ["all"], version = ">=0.7.0"}
5151
prysk = {extras = ["pytest-plugin"], version = "^0.17.0"}
5252
importlib-resources = ">=5.12.0"
53-
myst-parser = "^2.0.0"
53+
myst-parser = ">=2.0.0,<4"
5454
pluggy = "^1.5.0"
5555
shibuya = "^2024.5.14"
5656
sphinx-design = "^0.5.0"

0 commit comments

Comments
 (0)