From fbeaeccc618c191458cfc298d5a519dac4c4a070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 22:41:30 +0000 Subject: [PATCH] Bump the packages group with 2 updates Bumps the packages group with 2 updates: [pyright](https://github.com/RobertCraigie/pyright-python) and [setuptools](https://github.com/pypa/setuptools). Updates `pyright` from 1.1.378 to 1.1.379 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.378...v1.1.379) Updates `setuptools` from 74.0.0 to 74.1.2 - [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.0.0...v74.1.2) --- updated-dependencies: - 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-minor dependency-group: packages ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 11621f7..a9e6fea 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,10 +4,10 @@ pytest-runner==6.0.1 pytest-asyncio==0.24.0 isort==5.13.2 flake8==7.1.1 -pyright==1.1.378 +pyright==1.1.379 black==24.8.0 asyncpg==0.29.0 -setuptools==74.0.0 +setuptools==74.1.2 wheel==0.44.0 twine==5.1.1 asyncpg-listen>=0.0.6