From e9b29520a1719689da0d190c1e9e863d7bbb2d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:47:20 +0000 Subject: [PATCH] Bump the packages group with 3 updates Bumps the packages group with 3 updates: [pytest](https://github.com/pytest-dev/pytest), [pyright](https://github.com/RobertCraigie/pyright-python) and [setuptools](https://github.com/pypa/setuptools). Updates `pytest` from 8.3.2 to 8.3.3 - [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/8.3.2...8.3.3) Updates `pyright` from 1.1.379 to 1.1.382.post1 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.379...v1.1.382.post1) Updates `setuptools` from 74.1.2 to 75.1.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v74.1.2...v75.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: packages - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: packages - dependency-name: setuptools dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a9e6fea..fd8665b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,13 +1,13 @@ -pytest==8.3.2 +pytest==8.3.3 pytest-pg==0.0.21 pytest-runner==6.0.1 pytest-asyncio==0.24.0 isort==5.13.2 flake8==7.1.1 -pyright==1.1.379 +pyright==1.1.382.post1 black==24.8.0 asyncpg==0.29.0 -setuptools==74.1.2 +setuptools==75.1.0 wheel==0.44.0 twine==5.1.1 asyncpg-listen>=0.0.6