Skip to content

Commit

Permalink
Update pytest requirement from ~=8.2 to ~=8.3
Browse files Browse the repository at this point in the history
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@8.2.0...8.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent 2986611 commit 7f91dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dbt-tests-adapter~=1.8.0
mypy==1.10.0 # patch updates have historically introduced breaking changes
pre-commit~=3.7
pytest~=8.2
pytest~=8.3
tox~=4.15

0 comments on commit 7f91dc5

Please sign in to comment.