Skip to content

Commit

Permalink
build(deps): bump databases from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jun 9, 2024
1 parent 45d81b2 commit 2a9e964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8.0"
databases = "^0.7.0"
databases = ">=0.7,<0.9"
pydantic = "v2.5.3"
SQLAlchemy = "^1.4.42"
cryptography = { version = ">=41.0.3,<43.0.0", optional = true }
Expand Down

0 comments on commit 2a9e964

Please sign in to comment.