Skip to content

Commit

Permalink
Update sqlalchemy requirement from ~=1.4 to >=1.4,<3.0 in /src/database
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 25, 2024
1 parent 586be56 commit 1825423
Showing 1 changed file with 1 addition and 1 deletion.
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,< 3.0",
"alembic ~= 1.8",
"sqlalchemy2-stubs ~= 0.0.2a34",
"injector",
Expand Down

0 comments on commit 1825423

Please sign in to comment.