Skip to content

Commit

Permalink
Bump django-anymail from 10.1 to 10.2 in /{{cookiecutter.repo_name}}
Browse files Browse the repository at this point in the history
Bumps [django-anymail](https://github.com/anymail/django-anymail) from 10.1 to 10.2.
- [Release notes](https://github.com/anymail/django-anymail/releases)
- [Changelog](https://github.com/anymail/django-anymail/blob/main/CHANGELOG.rst)
- [Commits](anymail/django-anymail@v10.1...v10.2)

---
updated-dependencies:
- dependency-name: django-anymail
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent ff51598 commit a9353f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions {{cookiecutter.repo_name}}/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion {{cookiecutter.repo_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ uvicorn = "^0.22.0"
gunicorn = "^20.1.0"
sentry-sdk = "^1.29.2"
Pillow = "^10.0.1"
django-anymail = {extras = ["sendgrid"], version = "^10.1"}
django-anymail = {extras = ["sendgrid"], version = "^10.2"}
django-vite = "^2.0.2"
tblib = "^2.0.0"
django-cachalot = "^2.5.0"
Expand Down

0 comments on commit a9353f4

Please sign in to comment.