Skip to content

Commit 36aa011

Browse files
fix(deps): update minor updates
1 parent 20a7649 commit 36aa011

File tree

3 files changed

+48
-49
lines changed

3 files changed

+48
-49
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
poetry run sphinx-build docs/sphinx public
2828
- name: Deploy
29-
uses: peaceiris/actions-gh-pages@v3.9.2
29+
uses: peaceiris/actions-gh-pages@v3.9.3
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_dir: ./public

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ pydantic = "^1.9.0"
5151
sjcl = "^0.2.1"
5252
schedule = "^1.0.0"
5353
yq = "^3.0.0"
54-
prometheus-client = ">=0.16,<0.17"
54+
prometheus-client = ">=0.19,<0.20"
5555
xxhash = "^3.0.0"
5656
psutil = "^5.8.0"
5757
appdirs = "^1.4.4"
5858
requests = "^2.0"
59-
fastapi = {version = ">=0.95,<0.96", optional = true}
60-
uvicorn = {version = ">=0.21.1,<0.22.0", optional = true, extras = ["standard"]}
61-
Sphinx = {version = ">=7.0.1,<7.1.0", optional = true}
59+
fastapi = {version = ">=0.105,<0.106", optional = true}
60+
uvicorn = {version = ">=0.24.0,<0.25.0", optional = true, extras = ["standard"]}
61+
Sphinx = {version = ">=7.2.6,<7.3.0", optional = true}
6262
sphinx-press-theme = {version = ">=0.5.1,<0.9.0", optional = true}
6363
sphinx-autodoc-typehints = {version = "^1.11.1", optional = true}
64-
tomlkit = {version = "^0.11.0", optional = true}
64+
tomlkit = {version = "^0.12.0", optional = true}
6565
slack-sdk = {version = "^3.18.1", optional = true}
6666

6767
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)