Skip to content

Commit 5076ef5

Browse files
committed
ENH: Bump pytest to latest version
This update adds support for Python 3.14.
1 parent 9020611 commit 5076ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ gcp = ["dataclasses>=0.8; python_version=='3.6'", "google-auth>=1.6"]
4343
test = [
4444
"mypy==1.18.2",
4545
"flake8==6.1.0",
46-
"pytest==7.1.3",
47-
"pytest-cov==3.0.0",
46+
"pytest==9.0.1",
47+
"pytest-cov==7.0.0",
4848
"pytest-flake8==1.1.3",
4949
"pytest-localserver==0.5.0",
5050
"types-requests==2.27.14",

0 commit comments

Comments
 (0)