Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 80746dd

Browse files
Bump pytest from 6.2.5 to 7.0.0 in /{{cookiecutter.project_slug}} (#329)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.2.5...7.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7593cc9 commit 80746dd

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

{{cookiecutter.project_slug}}/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ packaging = "*"
2626
drf-yasg = "~=1.20.0"
2727
pyyaml = "~=6.0"
2828
pillow = "~=9.0.0"
29-
pytest = "==6.2.5"
29+
pytest = "==7.0.0"
3030
factory-boy = "==3.2.1"
3131
google-cloud-secret-manager = "==2.8.0"
3232
google-auth = "==1.34.0"

{{cookiecutter.project_slug}}/Pipfile.lock

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)