Skip to content

Commit aebdea4

Browse files
Bump pytest from 8.3.5 to 8.4.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.5 to 8.4.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.5...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9745d5d commit aebdea4

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

requirements/constraints.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ pyenchant==3.2.2
164164
# via sphinxcontrib-spelling
165165
pygments==2.19.1
166166
# via
167+
# pytest
167168
# rich
168169
# sphinx
169170
pyjwt==2.9.0
@@ -174,7 +175,7 @@ pyproject-hooks==1.2.0
174175
# via
175176
# build
176177
# pip-tools
177-
pytest==8.3.5
178+
pytest==8.4.0
178179
# via
179180
# -r requirements/lint.in
180181
# -r requirements/test.in

requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ pydantic-core==2.33.2
159159
# via pydantic
160160
pygments==2.19.1
161161
# via
162+
# pytest
162163
# rich
163164
# sphinx
164165
pyjwt==2.8.0
@@ -169,7 +170,7 @@ pyproject-hooks==1.2.0
169170
# via
170171
# build
171172
# pip-tools
172-
pytest==8.3.5
173+
pytest==8.4.0
173174
# via
174175
# -r requirements/lint.in
175176
# -r requirements/test.in

requirements/lint.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ pydantic==2.11.5
7070
pydantic-core==2.33.2
7171
# via pydantic
7272
pygments==2.19.1
73-
# via rich
74-
pytest==8.3.5
73+
# via
74+
# pytest
75+
# rich
76+
pytest==8.4.0
7577
# via
7678
# -r requirements/lint.in
7779
# pytest-codspeed

requirements/test.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,10 @@ pydantic==2.11.5
9292
pydantic-core==2.33.2
9393
# via pydantic
9494
pygments==2.19.1
95-
# via rich
96-
pytest==8.3.5
95+
# via
96+
# pytest
97+
# rich
98+
pytest==8.4.0
9799
# via
98100
# -r requirements/test.in
99101
# pytest-codspeed

0 commit comments

Comments
 (0)