From d0912940c1e4e1e8d004e7cfa5135aa01b4ae55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 04:11:36 +0000 Subject: [PATCH] Bump requests from 2.22.0 to 2.28.2 Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.28.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.22.0...v2.28.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a282dca47..9d224aa80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dynamic = ["version"] [project.optional-dependencies] cli = ['prompt_toolkit==3.0.8', 'asciimatics==1.12.0', 'terminaltables==3.1.0',] -crash_reporter = ['requests==2.22.0'] +crash_reporter = ['requests==2.28.2'] irc = ['irc==19.0.1'] linux_i2c = ['smbus2_asyncio==0.0.5'] osc = ['python-osc==1.7.4'] @@ -42,7 +42,7 @@ rpi = ['apigpio-mpf==0.0.3'] vpe = ['grpcio_tools==1.34.0', 'grpcio==1.34.0', 'protobuf==3.14.0',] all = [ # currently no way to just use the names from above afaik? 'prompt_toolkit==3.0.8', 'asciimatics==1.12.0', 'terminaltables==3.1.0', - 'requests==2.22.0', 'irc==19.0.1', 'smbus2_asyncio==0.0.5', + 'requests==2.28.2', 'irc==19.0.1', 'smbus2_asyncio==0.0.5', 'python-osc==1.7.4', 'pyusb==1.1.0', 'apigpio-mpf==0.0.3', 'grpcio_tools==1.34.0', 'grpcio==1.34.0', 'protobuf==3.14.0', ]