Skip to content

Commit 314a489

Browse files
committed
fix: minversions environment
1 parent c440f59 commit 314a489

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626

2727
requires-python = ">= 3.10"
2828
dependencies = [
29-
"scim2-client>=0.4.0",
29+
"scim2-client>=0.6.0",
3030
"exceptiongroup>=1.0.0 ; python_full_version < '3.11'",
3131
]
3232

@@ -44,14 +44,14 @@ httpx = [
4444
[dependency-groups]
4545
dev = [
4646
"mypy>=1.13.0",
47+
"portpicker>=1.6.0",
4748
"pre-commit-uv>=4.1.4",
4849
"pytest>=8.2.1",
4950
"pytest-coverage>=0.0",
5051
"pytest-httpserver>=1.0.10",
51-
"tox-uv>=1.16.0",
52-
"portpicker>=1.6.0",
53-
"scim2-server>=0.1.7",
5452
"pytest-scim2-server>=0.1.5",
53+
"scim2-server>=0.1.7",
54+
"tox-uv>=1.16.0",
5555
]
5656
doc = [
5757
"autodoc-pydantic>=2.2.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)