Skip to content

Commit

Permalink
Update nox requirement from ~=2024.4.15 to ~=2024.10.9 (#121)
Browse files Browse the repository at this point in the history
Updates the requirements on [nox](https://github.com/wntrblm/nox) to permit the latest version.
- [Release notes](https://github.com/wntrblm/nox/releases)
- [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
- [Commits](wntrblm/nox@2024.04.15...2024.10.09)

---
updated-dependencies:
- dependency-name: nox
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 5f12dcd commit 3f7e43f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ license = { file = 'LICENSE' }

[project.optional-dependencies]
ci = [
'nox~=2024.4.15',
'nox~=2024.10.9',
]
docs = [
'recommonmark~=0.7.1',
Expand Down

0 comments on commit 3f7e43f

Please sign in to comment.