Skip to content

Commit 6f9374b

Browse files
Bump pytest from 8.4.2 to 9.0.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.3. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a5297a commit 6f9374b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Documentation = "https://github.com/berkeleybop/metpo/blob/main/README.md"
3939

4040
[project.optional-dependencies]
4141
test = [
42-
"pytest>=8.0.0",
42+
"pytest>=9.0.3",
4343
]
4444
dev = [
4545
"oaklib>=0.6.23",
@@ -50,7 +50,7 @@ dev = [
5050
"tqdm>=4.67.1",
5151
"openai>=2.6.1",
5252
# Testing
53-
"pytest>=8.0.0",
53+
"pytest>=9.0.3",
5454
# Code quality tools
5555
"black>=24.0.0",
5656
"ruff>=0.8.4",

uv.lock

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

0 commit comments

Comments
 (0)