Skip to content

Commit

Permalink
build(deps-dev): update nox requirement (#267)
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@2023.04.22...2024.03.02)

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

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] committed Mar 4, 2024
1 parent dfab3a5 commit 3b27106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -28,7 +28,7 @@ darglint = "^1.8.1"
[tool.poetry.group.dev.dependencies]
beautifulsoup4 = "^4.12.2"
httpx = "^0.27.0"
nox = "^2023.4.22"
nox = ">=2023.4.22,<2025.0.0"
py-moneyed = "^3.0"
types-beautifulsoup4 = "^4.12.0.6"

Expand Down

0 comments on commit 3b27106

Please sign in to comment.