Skip to content

Commit cc9dd9b

Browse files
authored
Merge branch 'main' into add-prefix-items
2 parents e2139cb + 4478b62 commit cc9dd9b

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

.github/workflows/checks.yml

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

6666
- name: Store coverage report
67-
uses: actions/[email protected].1
67+
uses: actions/[email protected].3
6868
if: matrix.os == 'ubuntu-latest'
6969
with:
7070
name: coverage-${{ matrix.python }}
@@ -107,7 +107,7 @@ jobs:
107107
.venv/bin/python -m coverage report --fail-under=100
108108
109109
- name: Upload HTML report if check failed.
110-
uses: actions/[email protected].1
110+
uses: actions/[email protected].3
111111
with:
112112
name: html-report
113113
path: htmlcov

integration-tests/pdm.lock

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

pdm.lock

Lines changed: 23 additions & 23 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.28.0",
1616
"ruamel.yaml>=0.18.6,<0.19.0",
17-
"ruff>=0.2,<0.7",
17+
"ruff>=0.2,<0.8",
1818
"typing-extensions>=4.8.0,<5.0.0",
1919
]
2020
name = "openapi-python-client"

0 commit comments

Comments
 (0)