Skip to content

Commit

Permalink
Bump nox to 2024.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Nov 19, 2024
1 parent bcb4c35 commit fe32fd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.13"
- run: pip install nox==2024.4.15 poetry==1.8.3
- run: pip install nox==2024.10.9 poetry==1.8.3
- run: nox --python 3.13
- run: poetry build
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- run: python -Im pip install nox==2024.4.15 poetry==1.8.3
- run: python -Im pip install nox==2024.10.9 poetry==1.8.3
- run: python -Im nox --python ${{ matrix.python-version }}
- uses: codecov/codecov-action@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ httpx = ">= 0.24"
pydantic = ">= 2"

[tool.poetry.group.dev.dependencies]
nox = "^2024.4.15"
nox = "^2024.10.9"

[tool.poetry.group.docs.dependencies]
sphinx = ">= 5.3"
Expand Down

0 comments on commit fe32fd5

Please sign in to comment.