Skip to content

Commit

Permalink
Bump django-storages in /{{cookiecutter.project_slug}} (#675)
Browse files Browse the repository at this point in the history
Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.14.1 to 1.14.2.
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](jschneier/django-storages@1.14.1...1.14.2)

---
updated-dependencies:
- dependency-name: django-storages
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent dba40d9 commit 4c4a9c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cryptography = "~=41.0.4"
django = "==3.2.23"
"boto3" = "~=1.28.78"
django-environ = "~=0.11.2"
django-storages = "~=1.12"
django-storages = "~=1.14"
psycopg2 = "<=2.9"
waitress = "~=2.1.2"
whitenoise = "~=6.0.0"
Expand Down
8 changes: 4 additions & 4 deletions {{cookiecutter.project_slug}}/Pipfile.lock

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

0 comments on commit 4c4a9c1

Please sign in to comment.