Skip to content

Commit

Permalink
Merge branch 'main' into model-attr-docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-bl authored Jan 14, 2025
2 parents 7c3427e + 3bd12f8 commit 059cdfe
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: matrix.os == 'ubuntu-latest'

- name: Store coverage report
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
if: matrix.os == 'ubuntu-latest'
with:
name: coverage-${{ matrix.python }}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
.venv/bin/python -m coverage report --fail-under=100
- name: Upload HTML report if check failed.
uses: actions/upload-artifact@v4.5.0
uses: actions/upload-artifact@v4.6.0
with:
name: html-report
path: htmlcov
Expand Down
40 changes: 20 additions & 20 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies = [
"python-dateutil>=2.8.1,<3.0.0",
"httpx>=0.20.0,<0.29.0",
"ruamel.yaml>=0.18.6,<0.19.0",
"ruff>=0.2,<0.9",
"ruff>=0.2,<0.10",
"typing-extensions>=4.8.0,<5.0.0",
]
name = "openapi-python-client"
Expand Down

0 comments on commit 059cdfe

Please sign in to comment.