Skip to content

Commit e0e409f

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 3d8fd9e commit e0e409f

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
@@ -143,7 +143,7 @@ pyproject-hooks==1.0.0
143143
# via
144144
# build
145145
# pip-tools
146-
pytest==8.4.2
146+
pytest==9.0.3
147147
# via -r functests.in
148148
python-dateutil==2.8.2
149149
# via

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ pyproject-hooks==1.0.0
208208
# -r tests.txt
209209
# build
210210
# pip-tools
211-
pytest==8.4.2
211+
pytest==9.0.3
212212
# via -r tests.txt
213213
python-dateutil==2.8.2
214214
# via

requirements/tests.txt

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

0 commit comments

Comments
 (0)