Skip to content

Commit 082333d

Browse files
chore(deps): update pytest requirement in /warehouse/metrics-service
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.2.1...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b9d846 commit 082333d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/metrics-service/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies = [
3636
"oss-directory==0.2.5",
3737
"pendulum<4.0.0,>=3.0.0",
3838
"polars<2.0.0",
39-
"pytest<9.0.0,>=8.2.1",
39+
"pytest>=8.2.1,<10.0.0",
4040
"python-dotenv<2.0.0,>=1.0.1",
4141
"requests<3.0.0,>=2.31.0",
4242
"ruamel-yaml<1.0.0,>=0.18.6",

0 commit comments

Comments
 (0)