Skip to content

Commit 2a9e964

Browse files
build(deps): bump databases from 0.7.0 to 0.8.0
Bumps [databases](https://github.com/encode/databases) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/encode/databases/releases) - [Changelog](https://github.com/encode/databases/blob/master/CHANGELOG.md) - [Commits](encode/databases@0.7.0...0.8.0) --- updated-dependencies: - dependency-name: databases dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 45d81b2 commit 2a9e964

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 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
@@ -42,7 +42,7 @@ classifiers = [
4242

4343
[tool.poetry.dependencies]
4444
python = "^3.8.0"
45-
databases = "^0.7.0"
45+
databases = ">=0.7,<0.9"
4646
pydantic = "v2.5.3"
4747
SQLAlchemy = "^1.4.42"
4848
cryptography = { version = ">=41.0.3,<43.0.0", optional = true }

0 commit comments

Comments
 (0)