Skip to content

Commit 9301ef1

Browse files
Update pytest requirement from <9,>=8.4 to >=8.4,<10 in /workers (#22)
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.4.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7c9882 commit 9301ef1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

workers/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
httpx>=0.28,<1
2-
pytest>=8.4,<9
2+
pytest>=8.4,<10

workers/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
httpx>=0.28,<1
22
open-clip-torch>=2.26,<3
33
Pillow>=11,<12
4-
pytest>=8.4,<9
4+
pytest>=8.4,<10

0 commit comments

Comments
 (0)