Skip to content

Commit 7997d76

Browse files
Update tox requirement from <4.55,>=4.16.0 to >=4.16.0,<4.56
1 parent 06005af commit 7997d76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ qa = [ # in local development these are provided globally, here for GHA
5252
]
5353
tooling = [ # in local development these are provided globally
5454
"rmi-dispatch[qa]",
55-
"tox>=4.16.0,<4.55", # Python test environment manager
55+
"tox>=4.16.0,<4.56", # Python test environment manager
5656
"tox-uv>=1.25,<2",
5757
]
5858
tests = ["rmi-dispatch[dev,tooling]"]

0 commit comments

Comments
 (0)