Skip to content

Commit

Permalink
Update pytest requirement from ~=7.3 to ~=7.4 (#507)
Browse files Browse the repository at this point in the history
* Update pytest requirement from ~=7.3 to ~=7.4

Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.3.0...7.4.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add automated changelog yaml from template for bot PR

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Github Build Bot <[email protected]>
Co-authored-by: Mike Alfare <[email protected]>
Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
4 people authored Jun 27, 2023
1 parent 405917d commit f46e545
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20230626-195917.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update pytest requirement from ~=7.3 to ~=7.4"
time: 2023-06-26T19:59:17.00000Z
custom:
Author: dependabot[bot]
PR: 507
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mypy==1.4.1 # patch updates have historically introduced breaking changes
pip-tools~=6.13
pre-commit~=3.3
pre-commit-hooks~=4.4
pytest~=7.3
pytest~=7.4
pytest-csv~=3.0
pytest-dotenv~=0.5.2
pytest-logbook~=1.2
Expand Down

0 comments on commit f46e545

Please sign in to comment.