Skip to content

Commit 5a773ae

Browse files
committed
Move nox back to dev dependencies
1 parent b08fd68 commit 5a773ae

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

poetry.lock

Lines changed: 7 additions & 7 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,15 @@ httpx = {extras = ["http2"], version = "^0.27.2"}
3737
# use zoneinfo.available_timezones()
3838
backports-zoneinfo = {version = "^0.2.1", python = "3.8"}
3939
pydantic = {extras = ["email"], version = "^2.9.2"}
40-
nox = "^2024.10.9"
4140

4241
[tool.poetry.group.dev.dependencies]
4342
pytest = "^8.3.3"
44-
nox = "^2024.4.15"
4543
respx = "^0.21.1"
4644
ruff = "^0.5.7"
4745
pre-commit = "3.5.0"
4846
faker = "^28.4.1"
4947
pytest-cov = "^5.0.0"
48+
nox = "^2024.10.9"
5049

5150
[build-system]
5251
requires = ["poetry-core"]

0 commit comments

Comments
 (0)