Skip to content

Commit

Permalink
Merge pull request #204 from masterismail/master
Browse files Browse the repository at this point in the history
Dependency upgrade for pytest, from 7 to 8.
  • Loading branch information
anth-volk authored May 8, 2024
2 parents 31e307c + dce9444 commit 2ccf9ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelog_entry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- bump: patch
changes:
added:
- Dependency upgrade for pytest, from 7 to 8.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# functional and integration breaks caused by external code updates.

general_requirements = [
"pytest>=7,<8",
"pytest>=8,<9",
"numpy<1.25",
"black",
"linecheck<1",
Expand Down

0 comments on commit 2ccf9ca

Please sign in to comment.