Skip to content

Commit 41a9cb4

Browse files
Bump pytest from 8.4.2 to 9.0.3 in /requirements
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.3. - [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.4.2...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6756464 commit 41a9cb4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/functests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ pyproject-hooks==1.0.0
144144
# via
145145
# build
146146
# pip-tools
147-
pytest==8.4.2
147+
pytest==9.0.3
148148
# via -r functests.in
149149
python-dateutil==2.8.2
150150
# via

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ pyproject-hooks==1.0.0
211211
# -r tests.txt
212212
# build
213213
# pip-tools
214-
pytest==8.4.2
214+
pytest==9.0.3
215215
# via -r tests.txt
216216
python-dateutil==2.8.2
217217
# via

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ pyproject-hooks==1.0.0
148148
# via
149149
# build
150150
# pip-tools
151-
pytest==8.4.2
151+
pytest==9.0.3
152152
# via -r tests.in
153153
python-dateutil==2.8.2
154154
# via

0 commit comments

Comments
 (0)