From 68741af68b06a743f301a6c364302c4881d74b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:07:32 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the /requirements directory: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2024.6.2` | `2024.7.4` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.8` | `43.0.1` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.7.1` | `2.8.0` | | [waitress](https://github.com/Pylons/waitress) | `3.0.0` | `3.0.1` | | [webob](https://github.com/Pylons/webob) | `1.8.7` | `1.8.8` | Updates `certifi` from 2024.6.2 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2024.06.02...2024.07.04) Updates `cryptography` from 42.0.8 to 43.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.1) Updates `sentry-sdk` from 2.7.1 to 2.8.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.7.1...2.8.0) Updates `waitress` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/Pylons/waitress/releases) - [Changelog](https://github.com/Pylons/waitress/blob/main/CHANGES.txt) - [Commits](https://github.com/Pylons/waitress/compare/v3.0.0...v3.0.1) Updates `webob` from 1.8.7 to 1.8.8 - [Changelog](https://github.com/Pylons/webob/blob/main/CHANGES.txt) - [Commits](https://github.com/Pylons/webob/compare/1.8.7...1.8.8) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: sentry-sdk dependency-type: direct:production dependency-group: pip - dependency-name: waitress dependency-type: direct:production dependency-group: pip - dependency-name: webob dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements/ci.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/ci.txt b/requirements/ci.txt index fb4baa6..2d90ed8 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -67,7 +67,7 @@ celery==5.4.0 # flower # notifications-api-common # open-api-framework -certifi==2024.6.2 +certifi==2024.7.4 # via # -c requirements/base.txt # -r requirements/base.txt @@ -125,7 +125,7 @@ coreschema==0.0.4 # coreapi coverage==4.5.4 # via -r requirements/test-tools.in -cryptography==42.0.8 +cryptography==43.0.1 # via # -c requirements/base.txt # -r requirements/base.txt @@ -632,7 +632,7 @@ rpds-py==0.18.1 # -r requirements/base.txt # jsonschema # referencing -sentry-sdk==2.7.1 +sentry-sdk==2.8.0 # via # -c requirements/base.txt # -r requirements/base.txt @@ -700,7 +700,7 @@ vine==5.1.0 # amqp # celery # kombu -waitress==3.0.0 +waitress==3.0.1 # via webtest wcwidth==0.2.13 # via @@ -717,7 +717,7 @@ webencodings==0.5.1 # -c requirements/base.txt # -r requirements/base.txt # bleach -webob==1.8.7 +webob==1.8.8 # via webtest webtest==3.0.0 # via django-webtest