Skip to content

Commit fec386f

Browse files
chore(deps): bump pytest from 8.3.3 to 9.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 9.0.1. - [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.3.3...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b16a40 commit fec386f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ deprecation==2.1.0
33
mock==5.1.0
44
monotonic==1.6
55
packaging==24.1
6-
pytest==8.3.3
6+
pytest==9.0.1
77
requests==2.32.3
88
flake8==7.1.1
99
python-dateutil==2.9.0

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ pycodestyle==2.12.1
3535
# via flake8
3636
pyflakes==3.2.0
3737
# via flake8
38-
pytest==8.3.3
38+
pygments==2.19.2
39+
# via pytest
40+
pytest==9.0.1
3941
# via -r requirements.in
4042
python-dateutil==2.9.0
4143
# via -r requirements.in

0 commit comments

Comments
 (0)