From b95e227a351e78ffba9bd781f72868eaaca3ed4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:23:44 +0000 Subject: [PATCH] Bump the python-requirements group in /requirements with 4 updates Bumps the python-requirements group in /requirements with 4 updates: [coverage](https://github.com/nedbat/coveragepy), [sqlalchemy[asyncio]](https://github.com/sqlalchemy/sqlalchemy), [mypy](https://github.com/python/mypy) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `coverage` from 7.5.3 to 7.5.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.5.3...7.5.4) Updates `sqlalchemy[asyncio]` from 2.0.30 to 2.0.31 - [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) Updates `mypy` from 1.10.0 to 1.10.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) Updates `pyright` from 1.1.366 to 1.1.369 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.366...v1.1.369) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: sqlalchemy[asyncio] dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-requirements ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 8 ++++---- requirements/tests.txt | 4 ++-- requirements/typing.txt | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 735965c..da35f5e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -46,7 +46,7 @@ click==8.1.7 # flask colorama==0.4.6 # via tox -coverage==7.5.3 +coverage==7.5.4 # via -r tests.txt distlib==0.3.8 # via virtualenv @@ -123,7 +123,7 @@ mdurl==0.1.2 # via # -r docs.txt # markdown-it-py -mypy==1.10.0 +mypy==1.10.1 # via -r typing.txt mypy-extensions==1.0.0 # via @@ -164,7 +164,7 @@ pygments==2.18.0 # sphinx pyproject-api==1.6.1 # via tox -pyright==1.1.366 +pyright==1.1.369 # via -r typing.txt pytest==8.2.2 # via @@ -224,7 +224,7 @@ sphinxcontrib-serializinghtml==1.1.10 # via # -r docs.txt # sphinx -sqlalchemy[asyncio]==2.0.30 +sqlalchemy[asyncio]==2.0.31 # via -r tests.txt tomli==2.0.1 # via diff --git a/requirements/tests.txt b/requirements/tests.txt index 8d1a0b5..1be9c27 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -12,7 +12,7 @@ blinker==1.8.2 # via flask click==8.1.7 # via flask -coverage==7.5.3 +coverage==7.5.4 # via -r tests.in exceptiongroup==1.2.1 # via pytest @@ -38,7 +38,7 @@ pluggy==1.5.0 # via pytest pytest==8.2.2 # via -r tests.in -sqlalchemy[asyncio]==2.0.30 +sqlalchemy[asyncio]==2.0.31 # via -r tests.in tomli==2.0.1 # via pytest diff --git a/requirements/typing.txt b/requirements/typing.txt index 2514cbf..8f9eae1 100644 --- a/requirements/typing.txt +++ b/requirements/typing.txt @@ -8,7 +8,7 @@ exceptiongroup==1.2.1 # via pytest iniconfig==2.0.0 # via pytest -mypy==1.10.0 +mypy==1.10.1 # via -r typing.in mypy-extensions==1.0.0 # via mypy @@ -18,7 +18,7 @@ packaging==24.0 # via pytest pluggy==1.5.0 # via pytest -pyright==1.1.366 +pyright==1.1.369 # via -r typing.in pytest==8.2.2 # via -r typing.in