From 1386517c990e044c565ecf7e0b0f71d849eb37a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 04:02:31 +0000 Subject: [PATCH] build(deps): 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 905a43a..049f1dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ types-urllib3="^1.26.25.11" types-python-dateutil="^2.8.19.12" types-simplejson="^3.19.0.0" pydantic = ">=1.9.1" -SQLAlchemy = { version = ">=1.3.20,<2.0.19", optional = true } +SQLAlchemy = { version = ">=1.3.20,<2.0.20", optional = true } Faker = { version = ">=13.6.0,<19.2.0", optional = true } fastapi = { version = ">=0.78.0,<0.95.2", optional = true } psycopg2-binary = "^2.9.5"