From 0e66f7b154cada1065cff5829e0cf476e8cc1333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 18:09:27 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the /requirements directory: [twisted](https://github.com/twisted/twisted), [setuptools](https://github.com/pypa/setuptools) and [black](https://github.com/psf/black). Updates `twisted` from 22.10.0 to 24.7.0 - [Release notes](https://github.com/twisted/twisted/releases) - [Changelog](https://github.com/twisted/twisted/blob/trunk/NEWS.rst) - [Commits](https://github.com/twisted/twisted/compare/twisted-22.10.0...twisted-24.7.0) Updates `setuptools` from 67.3.3 to 70.0.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/v67.3.3...v70.0.0) Updates `black` from 22.10.0 to 24.3.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/22.10.0...24.3.0) --- updated-dependencies: - dependency-name: twisted dependency-type: direct:production dependency-group: pip - dependency-name: setuptools dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements/common.txt | 4 ++-- requirements/dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/common.txt b/requirements/common.txt index 9ee18ac..f557173 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -1,9 +1,9 @@ inflection==0.5.1 simplejson==3.17.6 -Twisted==22.10.0 +Twisted==24.7.0 pytz==2022.5 colorama==0.4.5 pygments==2.15.0 ruamel.yaml==0.17.21 -setuptools==67.3.3 +setuptools==70.0.0 semver==3.0.0 diff --git a/requirements/dev.txt b/requirements/dev.txt index 6483f28..69a5004 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,3 +1,3 @@ mock==4.0.3 nose==1.3.7 -black==22.10.0 +black==24.3.0