From f6adac4c8469730d31bf4fde81ef482c66e96437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:15:00 +0000 Subject: [PATCH] deps:(deps-dev): update sqlalchemy requirement Updates the requirements on [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ca12093..4d27a80b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "deepchecks>=0.8.0,<0.12.0", "dill>=0.3.0,<0.3.7", "srsly>=2.4.4,<2.4.6", - "SQLAlchemy>=1.4.41, <2.0.10", + "SQLAlchemy>=1.4.41, <2.0.11", "pyodbc>=4.0.34, <4.0.40", "dask>=2022.9.0,<2023.5.0", "pydantic>=1.9.0, <1.11.0",