Skip to content

Commit 42677d7

Browse files
authored
Update dependencies (#190)
1 parent ef03490 commit 42677d7

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
## Unreleased Version
55

6-
- No changes
6+
### Changed
7+
- Updated dependencies used for development.
78

89
## 0.86.0 (2025-10-25)
910

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ keywords = [
1717
]
1818
requires-python = ">=3.10.18"
1919
dependencies = [
20-
"pytest (>=8.4.2,<9.0.0)",
20+
"pytest (>=9.0.2,<10.0.0)",
2121
]
2222

2323
[dependency-groups]
2424
dev = [
25-
"pylint (==4.0.2)",
26-
"pytest (==8.4.2)",
27-
"coverage (==7.11.0)",
28-
"black (==25.9.0)",
25+
"pylint (==4.0.4)",
26+
"pytest (==9.0.2)",
27+
"coverage (==7.13.0)",
28+
"black (==25.12.0)",
2929
"isort (==7.0.0)",
30-
"mypy (==1.18.2)",
30+
"mypy (==1.19.1)",
3131
]
3232

3333
[tool.poetry]

0 commit comments

Comments
 (0)