Skip to content

Commit

Permalink
Bump pytest-django from 4.5.2 to 4.7.0 (#1004)
Browse files Browse the repository at this point in the history
* Bump pytest-django from 4.5.2 to 4.7.0

Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 4.5.2 to 4.7.0.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v4.5.2...v4.7.0)

---
updated-dependencies:
- dependency-name: pytest-django
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove unneeded mypy hint

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fmrsabino <[email protected]>
  • Loading branch information
dependabot[bot] and fmrsabino authored Dec 19, 2023
1 parent 51036fc commit c2c58eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Faker==21.0.0
flake8==6.1.0
isort==5.13.2
pre-commit==3.6.0
pytest-django==4.5.2
pytest-django==4.7.0
responses==0.24.1

# mypy and PEP 561 stubs
Expand Down
2 changes: 1 addition & 1 deletion src/chains/tests/test_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_validate_storage_setup(settings) -> None: # type: ignore[no-untyped-de
settings.AWS_STORAGE_BUCKET_NAME = None

assertRaisesMessage(
ImproperlyConfigured, # type: ignore[arg-type]
ImproperlyConfigured,
"Storage set to S3 but AWS is not configured",
_validate_storage_setup,
)

0 comments on commit c2c58eb

Please sign in to comment.