Skip to content

Commit

Permalink
Bump django-storages from 1.13.2 to 1.14 (#11453)
Browse files Browse the repository at this point in the history
* Bump django-storages from 1.13.2 to 1.14

Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.13.2 to 1.14.
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](jschneier/django-storages@1.13.2...1.14)

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

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

* Bump django-storages from 1.13.2 to 1.14

Bumps [django-storages](https://github.com/jschneier/django-storages) from 1.13.2 to 1.14.
- [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst)
- [Commits](jschneier/django-storages@1.13.2...1.14)

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

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

* - Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <[email protected]>
  • Loading branch information
dependabot[bot] and afabiani authored Sep 13, 2023
1 parent 8d14e39 commit 60273ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ elasticsearch>=2.0.0,<9.0.0
django-bootstrap3-datetimepicker-2==2.8.3

# storage manager dependencies
django-storages==1.13.2
django-storages==1.14
dropbox==11.36.2
google-cloud-storage==2.10.0
google-cloud-core==2.3.3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ install_requires =
django-bootstrap3-datetimepicker-2==2.8.3

# storage manager dependencies
django-storages==1.13.2
django-storages==1.14
dropbox==11.36.2
google-cloud-storage==2.10.0
google-cloud-core==2.3.3
Expand Down

0 comments on commit 60273ed

Please sign in to comment.