Skip to content

Commit d30d18f

Browse files
Update pytest requirement from 9.0.1 to 9.0.2 (#78)
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@9.0.1...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MarcielTorres <marcielribeirotorres@gmail.com>
1 parent cc1fdec commit d30d18f

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
@@ -14,7 +14,7 @@ alembic = "^1.16.1"
1414
psycopg = { extras = ['binary'], version = '^3.2.4' }
1515

1616
[tool.poetry.group.dev.dependencies]
17-
pytest = "9.0.1"
17+
pytest = "9.0.2"
1818
pytest-cov = "^7.0.0"
1919
ruff = "^0.14.1"
2020
httpx = "0.28.1"

0 commit comments

Comments
 (0)