Skip to content

Commit 3eb258d

Browse files
Bump pytest from 8.1.1 to 8.3.4
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.1.1 to 8.3.4. - [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.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36aa738 commit 3eb258d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ pyproject-hooks==1.2.0
166166
# via
167167
# build
168168
# pip-tools
169-
pytest==8.1.1
169+
pytest==8.3.4
170170
# via
171171
# -r requirements/lint.in
172172
# -r requirements/test.in

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ pyproject-hooks==1.2.0
161161
# via
162162
# build
163163
# pip-tools
164-
pytest==8.1.1
164+
pytest==8.3.4
165165
# via
166166
# -r requirements/lint.in
167167
# -r requirements/test.in

requirements/lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pydantic-core==2.27.2
6969
# via pydantic
7070
pygments==2.19.1
7171
# via rich
72-
pytest==8.1.1
72+
pytest==8.3.4
7373
# via
7474
# -r requirements/lint.in
7575
# pytest-codspeed

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pydantic-core==2.27.2
8585
# via pydantic
8686
pygments==2.19.1
8787
# via rich
88-
pytest==8.1.1
88+
pytest==8.3.4
8989
# via
9090
# -r requirements/test.in
9191
# pytest-codspeed

0 commit comments

Comments
 (0)