Skip to content

Commit a45f5bf

Browse files
authored
Merge pull request #104 from SimonBlanke/dependabot/pip/pytest-8.3.5
Bump pytest from 8.3.4 to 8.3.5
2 parents dfb2a9e + fe36eea commit a45f5bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ build = [
5353
"wheel",
5454
]
5555
test = [
56-
"pytest == 8.3.4",
56+
"pytest == 8.3.5",
5757
"flake8",
5858
"pytest-cov",
5959
"pathos",

requirements/requirements-test.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest == 8.3.4
1+
pytest == 8.3.5
22
flake8
33
pytest-cov
44
pathos

0 commit comments

Comments
 (0)