Skip to content

Commit

Permalink
build(deps): bump flask-login from 0.6.1 to 0.6.3
Browse files Browse the repository at this point in the history
Bumps [flask-login](https://github.com/maxcountryman/flask-login) from 0.6.1 to 0.6.3.
- [Release notes](https://github.com/maxcountryman/flask-login/releases)
- [Changelog](https://github.com/maxcountryman/flask-login/blob/main/CHANGES.md)
- [Commits](maxcountryman/flask-login@0.6.1...0.6.3)

---
updated-dependencies:
- dependency-name: flask-login
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent a692c99 commit ad6dbf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# with package version changes made in requirements.in

Flask>=1.1,<2
Flask-Login==0.6.1
Flask-Login==0.6.3
Flask-WTF==1.1.1
itsdangerous

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ flask==1.1.4
# gds-metrics
flask-gzip==0.2
# via digitalmarketplace-utils
flask-login==0.6.1
flask-login==0.6.3
# via
# -r requirements.in
# digitalmarketplace-utils
Expand Down

0 comments on commit ad6dbf5

Please sign in to comment.