Skip to content

Commit baa2835

Browse files
authored
Merge branch 'main' into reference_schemas
2 parents b22464e + df1a83f commit baa2835

File tree

4 files changed

+16
-17
lines changed

4 files changed

+16
-17
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5.0.0
1919
- name: Set up Python
20-
uses: actions/setup-python@v5.6.0
20+
uses: actions/setup-python@v6.0.0
2121
with:
2222
python-version: ${{ matrix.python }}
2323

@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@v5.0.0
7878
- name: Set up Python
79-
uses: actions/setup-python@v5.6.0
79+
uses: actions/setup-python@v6.0.0
8080
with:
8181
python-version: "3.9"
8282

@@ -110,7 +110,7 @@ jobs:
110110
runs-on: ubuntu-latest
111111
steps:
112112
- uses: actions/checkout@v5.0.0
113-
- uses: actions/setup-python@v5
113+
- uses: actions/setup-python@v6
114114
with:
115115
python-version: "3.12"
116116
- name: Download coverage reports
@@ -161,7 +161,7 @@ jobs:
161161
steps:
162162
- uses: actions/checkout@v5.0.0
163163
- name: Set up Python
164-
uses: actions/setup-python@v5.6.0
164+
uses: actions/setup-python@v6.0.0
165165
with:
166166
python-version: "3.9"
167167
- name: Get Python Version

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Build
1919
run: hatchling build
2020
- name: Push to PyPI
21-
uses: pypa/gh-action-pypi-publish@v1.12.4
21+
uses: pypa/gh-action-pypi-publish@v1.13.0
2222
with:
2323
attestations: true

pdm.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license = { text = "MIT" }
66
requires-python = ">=3.9,<4.0"
77
dependencies = [
88
"jinja2>=3.0.0,<4.0.0",
9-
"typer>0.6,<0.17",
9+
"typer>0.6,<0.18",
1010
"colorama>=0.4.3; sys_platform == \"win32\"",
1111
"shellingham>=1.3.2,<2.0.0",
1212
"pydantic>=2.10,<3.0.0",

0 commit comments

Comments
 (0)