From ee0d0d6fd56460c26457fac3c6900e802ca75abc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 18:41:04 +0000 Subject: [PATCH] Bump the packages group across 1 directory with 8 updates Bumps the packages group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.4` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.379` | `1.1.389` | | [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` | | [asyncpg](https://github.com/MagicStack/asyncpg) | `0.29.0` | `0.30.0` | | [setuptools](https://github.com/pypa/setuptools) | `74.1.2` | `75.6.0` | | [wheel](https://github.com/pypa/wheel) | `0.44.0` | `0.45.1` | | [twine](https://github.com/pypa/twine) | `5.1.1` | `6.0.1` | | [build](https://github.com/pypa/build) | `1.2.2` | `1.2.2.post1` | Updates `pytest` from 8.3.2 to 8.3.4 - [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.4) Updates `pyright` from 1.1.379 to 1.1.389 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.379...v1.1.389) Updates `black` from 24.8.0 to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0) Updates `asyncpg` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](https://github.com/MagicStack/asyncpg/compare/v0.29.0...v0.30.0) Updates `setuptools` from 74.1.2 to 75.6.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.6.0) Updates `wheel` from 0.44.0 to 0.45.1 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.44.0...0.45.1) Updates `twine` from 5.1.1 to 6.0.1 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/v5.1.1...6.0.1) Updates `build` from 1.2.2 to 1.2.2.post1 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.2...1.2.2.post1) --- 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: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: packages - dependency-name: asyncpg dependency-type: direct:development update-type: version-update:semver-minor dependency-group: packages - dependency-name: setuptools dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-minor dependency-group: packages - dependency-name: twine dependency-type: direct:development update-type: version-update:semver-major dependency-group: packages - dependency-name: build dependency-type: direct:development update-type: version-update:semver-patch dependency-group: packages ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index a9e6fea..a9a34bb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,20 +1,20 @@ -pytest==8.3.2 +pytest==8.3.4 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 -black==24.8.0 -asyncpg==0.29.0 -setuptools==74.1.2 -wheel==0.44.0 -twine==5.1.1 +pyright==1.1.389 +black==24.10.0 +asyncpg==0.30.0 +setuptools==75.6.0 +wheel==0.45.1 +twine==6.0.1 asyncpg-listen>=0.0.6 opentelemetry-api>=1.19 opentelemetry-instrumentation>=0.48b0 opentelemetry-semantic-conventions>=0.48b0 opentelemetry-sdk>=1.27.0 wrapt>=1.0.0,<2.0.0 -build==1.2.2 +build==1.2.2.post1 -e .