Skip to content

Commit 79ba835

Browse files
Update pytest requirement from <7.3.0,>=7.2.0 to >=7.2.0,<7.5.0 (#82)
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.2.0...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 13d9fb3 commit 79ba835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Changelog = "https://jowilf.github.io/sqlalchemy-file/changelog/"
4343

4444
[project.optional-dependencies]
4545
test = [
46-
"pytest >=7.2.0, <7.3.0",
46+
"pytest >=7.2.0, <7.5.0",
4747
"mypy ==1.4.1",
4848
"ruff ==0.0.277",
4949
"black ==23.7.0",

0 commit comments

Comments
 (0)