From e36e1f045bdceb67e547efd3ae4207f6fc21162b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 11:49:37 +0000 Subject: [PATCH] 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](https://github.com/encode/databases/compare/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] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5634485c7..8a4aab4d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "aiomysql" @@ -137,7 +137,7 @@ description = "Timeout context manager for asyncio programs" optional = true python-versions = ">=3.7" groups = ["main"] -markers = "(extra == \"aiopg\" or extra == \"all\") or (extra == \"all\" or extra == \"postgres\" or extra == \"postgresql\") and python_version < \"3.11.0\"" +markers = "extra == \"aiopg\" or extra == \"all\" or (extra == \"all\" or extra == \"postgres\" or extra == \"postgresql\" or extra == \"aiopg\") and python_version < \"3.11.0\"" files = [ {file = "async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f"}, {file = "async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028"}, @@ -680,14 +680,14 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "databases" -version = "0.7.0" +version = "0.8.0" description = "Async database support for Python." optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "databases-0.7.0-py3-none-any.whl", hash = "sha256:cf5da4b8a3e3cd038c459529725ebb64931cbbb7a091102664f20ef8f6cefd0d"}, - {file = "databases-0.7.0.tar.gz", hash = "sha256:ea2d419d3d2eb80595b7ceb8f282056f080af62efe2fb9bcd83562f93ec4b674"}, + {file = "databases-0.8.0-py3-none-any.whl", hash = "sha256:0ceb7fd5c740d846e1f4f58c0256d780a6786841ec8e624a21f1eb1b51a9093d"}, + {file = "databases-0.8.0.tar.gz", hash = "sha256:6544d82e9926f233d694ec29cd018403444c7fb6e863af881a8304d1ff5cfb90"}, ] [package.dependencies] @@ -2951,4 +2951,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.1" python-versions = "^3.8.0" -content-hash = "0eea148afbc886b147f5369d2cbc09c854b9bcf041fb784173bea4b055ac8208" +content-hash = "8bbc37f19dbe3d5f9e525d999735c8e9cc5ec9de8757b8af91cfa415310ef5bd" diff --git a/pyproject.toml b/pyproject.toml index b330077de..99c5dd2ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8.0" -databases = "^0.7.0" +databases = ">=0.7,<0.9" pydantic = ">=2.5.3,<2.9.0" SQLAlchemy = "^1.4.42" cryptography = { version = ">=41.0.3,<44.0.0", optional = true }