Skip to content

Commit 3cee3e2

Browse files
authored
Merge branch 'main' into dependabot/github_actions/github-actions-minor-patch-c6c6a604cc
2 parents a73d158 + dd0835e commit 3cee3e2

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,18 @@ classifiers = [
4040

4141
[project.optional-dependencies]
4242
test = [
43-
"pytest>=7.4.0",
44-
"pytest-cov>=4.1.0",
45-
"pytest-mock>=3.12.0",
46-
"pytest-asyncio>=0.23.0",
47-
"pytest-watch >=4.2.0"
43+
"pytest==9.1.1",
44+
"pytest-cov==7.1.0",
45+
"pytest-mock==3.15.1",
46+
"pytest-asyncio==1.4.0",
47+
"pytest-watch==4.2.0"
4848
]
4949
dev = [
50-
"ruff>=0.3.0",
51-
"twine", # for building
52-
"uv>=0.1.0", # for dependency management
53-
"pre-commit",
54-
"hatch"
50+
"ruff==0.16.0",
51+
"twine==7.0.0", # for building
52+
"uv==0.12.0", # for dependency management
53+
"pre-commit==4.6.1",
54+
"hatch==1.17.1"
5555
]
5656

5757
[project.scripts]

uv.lock

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

0 commit comments

Comments
 (0)