From 83ce616f2f6710b3afece44efca42a964b6091b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 06:14:06 +0000 Subject: [PATCH] Bump pytest-django from 3.7.0 to 4.5.2 Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 3.7.0 to 4.5.2. - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/v3.7.0...v4.5.2) --- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 test-requirements.txt diff --git a/test-requirements.txt b/test-requirements.txt old mode 100755 new mode 100644 index 231b2ba..1e66684 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ coverage==5.0.1 pytest==5.3.2 pytest-cov==2.8.1 -pytest-django==3.7.0 +pytest-django==4.5.2 py==1.8.0 pylint pycodestyle>=2.6.0a1 \ No newline at end of file