Skip to content

Commit 617950c

Browse files
Update flask-httpauth requirement from >=4.8.0 to >=4.8.1 (#15)
Updates the requirements on [flask-httpauth](https://github.com/miguelgrinberg/flask-httpauth) to permit the latest version. - [Release notes](https://github.com/miguelgrinberg/flask-httpauth/releases) - [Changelog](https://github.com/miguelgrinberg/Flask-HTTPAuth/blob/main/CHANGES.md) - [Commits](miguelgrinberg/Flask-HTTPAuth@v4.8.0...v4.8.1) --- updated-dependencies: - dependency-name: flask-httpauth dependency-version: 4.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3b1c13 commit 617950c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ rich-argparse>=1.7.1
22
pyOpenSSL>=25.3.0
33
requests>=2.32.5
44
Flask>=3.1.2
5-
Flask-HTTPAuth>=4.8.0
5+
Flask-HTTPAuth>=4.8.1
66
Flask-Babel>=4.0.0
77
psutil>=7.1.0
88
colorlog>=6.9.0

0 commit comments

Comments
 (0)