Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/main/coverage-gte-5.3-and-lt-7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Apr 29, 2024
2 parents 8de8509 + 6b8987b commit fbd74d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -34,7 +34,7 @@ classifiers = [
dev = [
"ruff>=0.4,<0.5",
"build>=1.2,<1.3",
"tox>=4.0,<4.15", # Python test environment manager
"tox>=4.0,<4.16", # Python test environment manager
"twine>=3.3,<5.1", # Used to make releases to PyPI
"types-requests",
]
Expand All @@ -52,7 +52,7 @@ tests = [
"doc8>=1.1,<1.2", # Ensures clean documentation formatting
"pre-commit>=3,<3.8", # Allow us to run pre-commit hooks in testing
"pydocstyle>=6,<6.4", # Style guidelines for Python documentation
"pytest>=8,<8.1", # Our testing framework
"pytest>=8,<8.3", # Our testing framework
"pytest-asyncio>=0.20,<0.24", # Test async functions
"pytest-console-scripts>=1.1,<1.5", # Allow automatic testing of scripts
"pytest-cov>=5,<5.1", # Pytest plugin for working with coverage
Expand Down

0 comments on commit fbd74d4

Please sign in to comment.