Skip to content

Commit 8edc7dc

Browse files
Bump sqlalchemy-utils from 0.38.3 to 0.40.0
Bumps [sqlalchemy-utils](https://github.com/kvesteri/sqlalchemy-utils) from 0.38.3 to 0.40.0. - [Release notes](https://github.com/kvesteri/sqlalchemy-utils/releases) - [Changelog](https://github.com/kvesteri/sqlalchemy-utils/blob/master/CHANGES.rst) - [Commits](kvesteri/sqlalchemy-utils@0.38.3...0.40.0) --- updated-dependencies: - dependency-name: sqlalchemy-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5a38d96 commit 8edc7dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [{ include = "database_setup_tools" }]
1010
[tool.poetry.dependencies]
1111
python = "^3.9"
1212
sqlalchemy = "^1.4.41"
13-
sqlalchemy-utils = "^0.38.3"
13+
sqlalchemy-utils = ">=0.38.3,<0.41.0"
1414

1515
[tool.poetry.dev-dependencies]
1616
sqlmodel = "0.0.8"

0 commit comments

Comments
 (0)