Skip to content

Commit 0bbda5c

Browse files
Bump pytest from 8.1.1 to 8.4.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 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.1.1...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 fbdb928 commit 0bbda5c

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
@@ -163,6 +163,7 @@ pyenchant==3.2.2
163163
# via sphinxcontrib-spelling
164164
pygments==2.19.1
165165
# via
166+
# pytest
166167
# rich
167168
# sphinx
168169
pyjwt==2.8.0
@@ -173,7 +174,7 @@ pyproject-hooks==1.2.0
173174
# via
174175
# build
175176
# pip-tools
176-
pytest==8.1.1
177+
pytest==8.4.0
177178
# via
178179
# -r requirements/lint.in
179180
# -r requirements/test.in

requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ pydantic-core==2.33.2
158158
# via pydantic
159159
pygments==2.19.1
160160
# via
161+
# pytest
161162
# rich
162163
# sphinx
163164
pyjwt==2.8.0
@@ -168,7 +169,7 @@ pyproject-hooks==1.2.0
168169
# via
169170
# build
170171
# pip-tools
171-
pytest==8.1.1
172+
pytest==8.4.0
172173
# via
173174
# -r requirements/lint.in
174175
# -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.1.1
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
@@ -88,8 +88,10 @@ pydantic==2.11.5
8888
pydantic-core==2.33.2
8989
# via pydantic
9090
pygments==2.19.1
91-
# via rich
92-
pytest==8.1.1
91+
# via
92+
# pytest
93+
# rich
94+
pytest==8.4.0
9395
# via
9496
# -r requirements/test.in
9597
# pytest-codspeed

0 commit comments

Comments
 (0)