Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update tox requirement from <4.24.0,>=4.18.1 to >=4.18.1,<4.25.0 #112

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
⬆️ Update tox requirement
Updates the requirements on [tox](https://github.com/tox-dev/tox) to permit the latest version.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
- [Commits](tox-dev/tox@4.18.1...4.24.0)

---
updated-dependencies:
- dependency-name: tox
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jan 21, 2025
commit 12f8937a14f20324d1aba1ba69e639a4c4e758c5
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@ dev = [
"pre-commit>=3.8,<4.1",
"mypy>=1.11.2,<1.15.0",
"ruff>=0.6.5,<0.10.0",
"tox>=4.18.1,<4.24.0"
"tox>=4.18.1,<4.25.0"
]
florence_2 = [
"transformers>=4.43.0",