Skip to content

Commit 0240e63

Browse files
chore(deps): bump pydantic from 2.10.4 to 2.10.6 in the pip group across 1 directory (#73)
* chore(deps): bump pydantic in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [pydantic](https://github.com/pydantic/pydantic). Updates `pydantic` from 2.10.4 to 2.10.6 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.4...v2.10.6) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> * Fix token 1 * Fixed python version * Fix python version for docs * Update docs build dependencies --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kenneth Yang <[email protected]>
1 parent 8224d07 commit 0240e63

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: 🛎 Checkout
2323
uses: actions/checkout@v4
2424
with:
25-
ref: ${{ github.head_ref }}
2625
token: ${{ secrets.WORKFLOW_COMMIT_TOKEN }}
26+
ref: ${{ github.head_ref }}
2727

2828
- name: 🥚 Install Hatch
2929
uses: pypa/hatch@install

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ plugins:
8686
docstring_style: google
8787
show_symbol_type_heading: true
8888
show_symbol_type_toc: true
89-
import:
89+
inventories:
9090
- https://docs.python.org/3/objects.inv
9191
- https://docs.pydantic.dev/latest/objects.inv
9292
nav:

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
"Intended Audience :: Science/Research",
3030
]
3131
dependencies = [
32-
"pydantic==2.10.4"
32+
"pydantic==2.10.6"
3333
]
3434

3535
[project.urls]
@@ -44,21 +44,21 @@ path = "src/vbl_aquarium/__about__.py"
4444
exclude = ["/models", "/.github", "/.idea"]
4545

4646
[tool.hatch.envs.default]
47-
python = "3.13.1"
47+
python = "3.13"
4848
dependencies = [
49-
"basedpyright==1.23.1"
49+
"basedpyright==1.27.1"
5050
]
5151

5252
[tool.hatch.envs.default.scripts]
5353
check = "basedpyright"
5454
check-watched = "basedpyright --watch"
5555

5656
[tool.hatch.envs.docs]
57-
python = "3.13.1"
57+
python = "3.13"
5858
skip-install = true
5959
dependencies = [
60-
"mkdocs-material==9.5.49",
61-
"mkdocstrings-python==1.13.0",
60+
"mkdocs-material==9.6.5",
61+
"mkdocstrings-python==1.16.1",
6262
"mkdocs-gen-files==0.5.0",
6363
"mkdocs-literate-nav==0.6.1",
6464
"mkdocs-section-index==0.3.9"

0 commit comments

Comments
 (0)