Skip to content

Commit 1f63b7e

Browse files
authored
Update pytest (#1928)
Signed-off-by: Ethan <eternaltraxex@gmail.com>
1 parent 2e44fd8 commit 1f63b7e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ This project adheres to [Semantic Versioning](https://semver.org).
55
This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

77
## [Unreleased]
8+
### Changed
9+
- Changed pytest version to "pytest>=8.3.4,<10" (#1917)
810

911
### Src
10-
-
1112

1213
### Examples
1314

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tck = ["flask>=3.0.0,<4"]
4646
[dependency-groups]
4747
dev = [
4848
"grpcio-tools>=1.76.0,<2",
49-
"pytest>=8.3.4,<9",
49+
"pytest>=8.3.4,<10",
5050
"pytest-cov>=7.0.0,<8",
5151
]
5252

0 commit comments

Comments
 (0)