Skip to content

Commit

Permalink
Update tox requirement from <4.11,>=4.0 to >=4.0,<4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 30, 2023
1 parent b8f45d2 commit 100ffb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dev = [
"build>=0.10,<0.11", # The setuptools package builder
"black>=22.0,<23.8", # A deterministic code formatter
"isort>=5.0,<5.13", # Standardized import sorting
"tox>=4.0,<4.11", # Python test environment manager
"tox>=4.0,<4.12", # Python test environment manager
"twine>=3.3,<4.1", # Used to make releases to PyPI
]
docs = [
Expand Down Expand Up @@ -85,7 +85,7 @@ tests = [
"pytest-cov>=2.10,<4.2", # Pytest plugin for working with coverage
"pytest>=6.2,<7.5", # Our testing framework
"rstcheck[sphinx]>=5.0,<6.2", # ReStructuredText linter
"tox>=4.0,<4.11", # Python test environment manager
"tox>=4.0,<4.12", # Python test environment manager
]
types = [
"types-setuptools",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dev": [
"black>=22.0,<23.8", # A deterministic code formatter
"isort>=5.0,<5.13", # Standardized import sorting
"tox>=3.20,<4.11", # Python test environment manager
"tox>=3.20,<4.12", # Python test environment manager
"twine>=3.3,<4.1", # Used to make releases to PyPI
],
"docs": [
Expand Down Expand Up @@ -71,7 +71,7 @@
"pytest-console-scripts>=1.1,<1.5", # Allow automatic testing of scripts
"pytest-cov>=2.10,<4.2", # Pytest plugin for working with coverage
"rstcheck[sphinx]>=5.0,<6.2", # ReStructuredText linter
"tox>=3.20,<4.11", # Python test environment manager
"tox>=3.20,<4.12", # Python test environment manager
],
"types": [
"types-setuptools",
Expand Down

0 comments on commit 100ffb2

Please sign in to comment.