Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/upload-art…
Browse files Browse the repository at this point in the history
…ifact-4
  • Loading branch information
aholmes authored Jul 2, 2024
2 parents f74f565 + 14c8885 commit cf1737c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ dev-dependencies = [
"pytest ~= 8.0",
"pytest-mock",
"mock",
"pytest-cov ~= 4.1",
"pytest-cov ~= 4.1.0",
"coverage ~= 7.4",
"junit2html ~= 30.1",
"junit2html >= 30.1,< 32.0",
# Pyright >= 1.1.367 breaks the build.
# Waiting for new pyright release to fix it. https://github.com/uclahs-cds/BL_Python/issues/79
"pyright == 1.1.366",
Expand Down
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 cf1737c

Please sign in to comment.