Skip to content

Commit 51a0e4b

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 237d467 commit 51a0e4b

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
@@ -160,7 +160,7 @@ pyproject-hooks==1.2.0
160160
# via
161161
# build
162162
# pip-tools
163-
pytest==8.1.1
163+
pytest==8.3.4
164164
# via
165165
# -r requirements/lint.in
166166
# -r requirements/test.in

requirements/dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ pyproject-hooks==1.2.0
155155
# via
156156
# build
157157
# pip-tools
158-
pytest==8.1.1
158+
pytest==8.3.4
159159
# via
160160
# -r requirements/lint.in
161161
# -r requirements/test.in

requirements/lint.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pydantic-core==2.27.2
6565
# via pydantic
6666
pygments==2.19.1
6767
# via rich
68-
pytest==8.1.1
68+
pytest==8.3.4
6969
# via
7070
# -r requirements/lint.in
7171
# pytest-codspeed

requirements/test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pydantic-core==2.27.2
8181
# via pydantic
8282
pygments==2.19.1
8383
# via rich
84-
pytest==8.1.1
84+
pytest==8.3.4
8585
# via
8686
# -r requirements/test.in
8787
# pytest-codspeed

0 commit comments

Comments
 (0)