Skip to content

Commit 7b7f7a1

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

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ pyproject-hooks==1.2.0
170170
# via
171171
# build
172172
# pip-tools
173-
pytest==9.0.1
173+
pytest==9.0.2
174174
# via
175175
# -r requirements/lint.in
176176
# -r requirements/test-common.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ pyproject-hooks==1.2.0
165165
# via
166166
# build
167167
# pip-tools
168-
pytest==9.0.1
168+
pytest==9.0.2
169169
# via
170170
# -r requirements/lint.in
171171
# -r requirements/test-common.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pygments==2.19.2
7777
# via
7878
# pytest
7979
# rich
80-
pytest==9.0.1
80+
pytest==9.0.2
8181
# via
8282
# -r requirements/lint.in
8383
# pytest-codspeed

requirements/test-common.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pygments==2.19.2
6666
# via
6767
# pytest
6868
# rich
69-
pytest==9.0.1
69+
pytest==9.0.2
7070
# via
7171
# -r requirements/test-common.in
7272
# pytest-codspeed

requirements/test-ft.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pygments==2.19.2
101101
# via
102102
# pytest
103103
# rich
104-
pytest==9.0.1
104+
pytest==9.0.2
105105
# via
106106
# -r requirements/test-common.in
107107
# pytest-codspeed

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pygments==2.19.2
101101
# via
102102
# pytest
103103
# rich
104-
pytest==9.0.1
104+
pytest==9.0.2
105105
# via
106106
# -r requirements/test-common.in
107107
# pytest-codspeed

0 commit comments

Comments
 (0)