Skip to content

Commit

Permalink
build: Bump Flask-Bcrypt to 1.0.1 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
g3n35i5 authored Jun 14, 2024
1 parent 51a6605 commit fa8ef66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install_requires =
importlib-metadata
bcrypt==3.1.7
Flask==1.1.1
Flask-Bcrypt==0.7.1
Flask-Bcrypt==1.0.1
Flask-Cors==3.0.8
Flask-Migrate==2.5.2
Flask-Script==2.0.6
Expand Down
2 changes: 1 addition & 1 deletion src/shop_db2/helpers/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from sqlalchemy import func, types
from sqlalchemy.sql.expression import BinaryExpression
from werkzeug import ImmutableMultiDict
from werkzeug.datastructures import ImmutableMultiDict

import shop_db2.exceptions as exc
from shop_db2.api import db
Expand Down

0 comments on commit fa8ef66

Please sign in to comment.