Skip to content

Commit

Permalink
Update thumbor requirement from ==7.*,>=7.0.6 to ==7.* (#69)
Browse files Browse the repository at this point in the history
Updates the requirements on [thumbor](https://github.com/thumbor/thumbor) to permit the latest version.
- [Release notes](https://github.com/thumbor/thumbor/releases)
- [Changelog](https://github.com/thumbor/thumbor/blob/master/CHANGELOG)
- [Commits](thumbor/thumbor@7.0.6...7.0.7)

---
updated-dependencies:
- dependency-name: thumbor
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2022
1 parent 9759752 commit 8a48b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pytest==7.*
thumbor==7.*,>=7.0.6
thumbor==7.*
pytest-cov==3.*,>=3.0.0

0 comments on commit 8a48b89

Please sign in to comment.