Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pytest-cov-gte-4.1-and-lt-6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes authored Jul 2, 2024
2 parents af05cbf + 5462e3e commit 77f978c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/database/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
dependencies = [
"BL_Python.programming",

"sqlalchemy ~= 1.4",
"sqlalchemy ~= 1.4.0",
"alembic ~= 1.8",
"sqlalchemy2-stubs ~= 0.0.2a34",
"injector",
Expand Down
4 changes: 2 additions & 2 deletions src/web/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ dependencies = [
"BL_Python.identity",
"BL_Python.database",

"Flask == 3.0.2",
"Flask == 3.0.3",
"flask-injector",
"flask-login",
"connexion == 3.0.6",
"connexion == 3.1.0",
"connexion[uvicorn]",
"uvicorn-worker",
"swagger_ui_bundle",
Expand Down

0 comments on commit 77f978c

Please sign in to comment.