Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ This project adheres to [Semantic Versioning](https://semver.org).
This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]
### Changed
- Changed pytest version to "pytest>=8.3.4,<10" (#1917)

Comment thread
exploreriii marked this conversation as resolved.
### Src
-

### Examples

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tck = ["flask>=3.0.0,<4"]
[dependency-groups]
dev = [
"grpcio-tools>=1.76.0,<2",
"pytest>=8.3.4,<9",
"pytest>=8.3.4,<10",
Comment thread
exploreriii marked this conversation as resolved.
"pytest-cov>=7.0.0,<8",
]

Expand Down