Skip to content

Commit 059cdfe

Browse files
authored
Merge branch 'main' into model-attr-docstrings
2 parents 7c3427e + 3bd12f8 commit 059cdfe

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
if: matrix.os == 'ubuntu-latest'
6161

6262
- name: Store coverage report
63-
uses: actions/upload-artifact@v4.5.0
63+
uses: actions/upload-artifact@v4.6.0
6464
if: matrix.os == 'ubuntu-latest'
6565
with:
6666
name: coverage-${{ matrix.python }}
@@ -142,7 +142,7 @@ jobs:
142142
.venv/bin/python -m coverage report --fail-under=100
143143
144144
- name: Upload HTML report if check failed.
145-
uses: actions/upload-artifact@v4.5.0
145+
uses: actions/upload-artifact@v4.6.0
146146
with:
147147
name: html-report
148148
path: htmlcov

pdm.lock

Lines changed: 20 additions & 20 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
@@ -14,7 +14,7 @@ dependencies = [
1414
"python-dateutil>=2.8.1,<3.0.0",
1515
"httpx>=0.20.0,<0.29.0",
1616
"ruamel.yaml>=0.18.6,<0.19.0",
17-
"ruff>=0.2,<0.9",
17+
"ruff>=0.2,<0.10",
1818
"typing-extensions>=4.8.0,<5.0.0",
1919
]
2020
name = "openapi-python-client"

0 commit comments

Comments
 (0)