Skip to content

Commit 26e41ce

Browse files
authored
Merge various dependency updates (#102)
- Bump actions/labeler from 4.0.1 to 4.0.3 - Bump mkdocs-gen-files from 0.4.0 to 0.5.0 - Update watchfiles requirement from <0.16.0,>=0.15.0 to >=0.15.0,<0.20.0 - Bump mkdocstrings[python] from 0.19.0 to 0.21.2
2 parents cf48764 + 54cd8e0 commit 26e41ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
steps:
2020
- name: Labeler
2121
# Only use hashes, see the security comment above
22-
uses: actions/labeler@e54e5b338fbd6e6cdb5d60f51c22335fc57c401e # 4.0.1
22+
uses: actions/labeler@ba790c862c380240c6d5e7427be5ace9a05c754b # 4.0.3
2323
with:
2424
repo-token: "${{ secrets.GITHUB_TOKEN }}"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Topic :: Software Development :: Libraries",
2222
]
2323
requires-python = ">= 3.8, < 4"
24-
dependencies = ["watchfiles >= 0.15.0, < 0.16.0"]
24+
dependencies = ["watchfiles >= 0.15.0, < 0.20.0"]
2525
dynamic = ["version"]
2626

2727
[[project.authors]]
@@ -31,11 +31,11 @@ email = "[email protected]"
3131
[project.optional-dependencies]
3232
docs = [
3333
"mike == 1.1.2",
34-
"mkdocs-gen-files == 0.4.0",
34+
"mkdocs-gen-files == 0.5.0",
3535
"mkdocs-literate-nav == 0.6.0",
3636
"mkdocs-material == 8.5.7",
3737
"mkdocs-section-index == 0.3.5",
38-
"mkdocstrings[python] == 0.19.0",
38+
"mkdocstrings[python] == 0.21.2",
3939
]
4040

4141
[project.urls]

0 commit comments

Comments
 (0)