Update flask-limiter requirement from ==3.6.* to ==3.7.* in /docker/main

Updates the requirements on [flask-limiter](https://github.com/alisaifee/flask-limiter) to permit the latest version.
- [Release notes](https://github.com/alisaifee/flask-limiter/releases)
- [Changelog](https://github.com/alisaifee/flask-limiter/blob/master/HISTORY.rst)
- [Commits](https://github.com/alisaifee/flask-limiter/compare/3.6.0...3.7.0)

---
updated-dependencies:
- dependency-name: flask-limiter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-20 11:39:23 +00:00 committed by GitHub
parent 82d4bf8ab5
commit 0831329d04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
click == 8.1.* click == 8.1.*
Flask == 3.0.* Flask == 3.0.*
Flask_Limiter == 3.6.* Flask_Limiter == 3.7.*
imutils == 0.5.* imutils == 0.5.*
joserfc == 0.9.* joserfc == 0.9.*
markupsafe == 2.1.* markupsafe == 2.1.*