From 84844b16f92903e36fdca6fedc7e8ebcd8a2d23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 22:04:32 +0100 Subject: [PATCH 1/4] =?UTF-8?q?=E2=AC=86=20Bump=20sqlalchemy=20from=202.0.?= =?UTF-8?q?16=20to=202.0.17=20(#471)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.16 to 2.0.17. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 561bf0e4..18fe0c4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ test = [ "pytest-cov==4.1.0", "httpx==0.24.1", "requests==2.31.0", - "SQLAlchemy ==2.0.16", + "SQLAlchemy ==2.0.17", "itsdangerous == 2.1.2", "websockets==11.0.3", "uvicorn==0.22.0", From bfd9d464472f08ba8ca42eb11d12c6c7c5386dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 22:04:42 +0100 Subject: [PATCH 2/4] =?UTF-8?q?=E2=AC=86=20Bump=20mypy=20from=201.3.0=20to?= =?UTF-8?q?=201.4.0=20(#472)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mypy](https://github.com/python/mypy) from 1.3.0 to 1.4.0. - [Commits](https://github.com/python/mypy/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18fe0c4f..3ea57860 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ cache = [ ] lint = [ "pre-commit==3.3.3", - "mypy==1.3.0", + "mypy==1.4.0", ] test = [ "pytest==7.3.2", From bf5d0c88aef2a210c614d8a1e7be6846e0a8b0d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 22:04:51 +0100 Subject: [PATCH 3/4] =?UTF-8?q?=E2=AC=86=20Bump=20pytest=20from=207.3.2=20?= =?UTF-8?q?to=207.4.0=20(#473)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.3.2...7.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ea57860..16a3e76c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ lint = [ "mypy==1.4.0", ] test = [ - "pytest==7.3.2", + "pytest==7.4.0", "pytest-asyncio == 0.21.0", "pytest-cov==4.1.0", "httpx==0.24.1", From 9f01c4d2403a82b420b18bf2135ef9655ea2489a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 22:05:01 +0100 Subject: [PATCH 4/4] =?UTF-8?q?=E2=AC=86=20Update=20fastapi=20requirement?= =?UTF-8?q?=20from=20<0.98.0,>=3D0.65.2=20to=20>=3D0.65.2,<0.99.0=20(#474)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) to permit the latest version. - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](https://github.com/tiangolo/fastapi/compare/0.65.2...0.98.0) --- updated-dependencies: - dependency-name: fastapi dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16a3e76c..4c25a8c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ classifiers = [ ] dependencies = [ - "fastapi >=0.65.2,<0.98.0", + "fastapi >=0.65.2,<0.99.0", "starlette >=0.14.02,<0.28.1", "pyjwt[crypto] >=2.6.0,<3.0.0", "pydantic >=1.7.4,!=1.8,!=1.8.1,<2.0.0",