Skip to content

Commit 39e7c78

Browse files
committed
chore(deps): update dev dependencies (ruff, nox, nox-uv) (#601)
1 parent 6033b93 commit 39e7c78

File tree

4 files changed

+41
-50
lines changed

4 files changed

+41
-50
lines changed

pyproject.toml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,10 @@ dev = [
2727
{ include-group = "nox" },
2828
"pyright>=1.1.408",
2929
]
30-
test = [
31-
"pytest==8.3.4",
32-
"pytest-asyncio==0.23.8",
33-
"pytest-cov==5.0.0",
34-
"six==1.17.0",
35-
]
30+
test = ["pytest~=8.3", "pytest-asyncio~=1.3", "pytest-cov~=7.0"]
3631
lint = ["ruff==0.14.5"]
37-
type_check = ["pyright>=1.1.408"]
38-
nox = [
39-
"nox>=2024.10.9",
40-
"nox-uv>=0.7.0",
41-
]
32+
type_check = ["pyright~=1.1"]
33+
nox = ["nox~=2026.2", "nox-uv~=0.7"]
4234

4335

4436
[tool.ruff.lint.per-file-ignores]

tests/test_sso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import json
22
from typing import Union
3-
from six.moves.urllib.parse import parse_qsl, urlparse
3+
from urllib.parse import parse_qsl, urlparse
44
import pytest
55
from tests.types.test_auto_pagination_function import TestAutoPaginationFunction
66
from tests.utils.fixtures.mock_profile import MockProfile

tests/test_user_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
from typing import Union
33

4-
from six.moves.urllib.parse import parse_qsl, urlparse
4+
from urllib.parse import parse_qsl, urlparse
55
import pytest
66

77
from tests.utils.fixtures.mock_auth_factor_totp import MockAuthenticationFactorTotp

uv.lock

Lines changed: 36 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)