Skip to content

Commit

Permalink
Merge pull request #144 from catalyst-cooperative/dependabot/pip/main…
Browse files Browse the repository at this point in the history
…/tox-gte-4.16-and-lt-4.18

Update tox requirement from <4.17,>=4.16 to >=4.16,<4.18
  • Loading branch information
e-belfer authored Aug 13, 2024
2 parents 4088375 + d4a9ed5 commit d5a2c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dev = [
"black>=22,<25", # A deterministic code formatter
"isort>=5,<6", # Standardized import sorting
"twine>=3.3,<6.0", # Used to make releases to PyPI
"tox>=4.16,<4.17", # Python test environment manager
"tox>=4.16,<4.18", # Python test environment manager
]

docs = [
Expand Down

0 comments on commit d5a2c33

Please sign in to comment.