You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2023/05/23 15:13:12 UTC

[couchdb] branch main updated: Bump requests from 2.27.1 to 2.31.0 in /src/mango

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/main by this push:
     new a4bad8d8e Bump requests from 2.27.1 to 2.31.0 in /src/mango
a4bad8d8e is described below

commit a4bad8d8e93eaa93a56465a082524f18fd736178
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue May 23 03:47:25 2023 +0000

    Bump requests from 2.27.1 to 2.31.0 in /src/mango
    
    Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0.
    - [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.27.1...v2.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 src/mango/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mango/requirements.txt b/src/mango/requirements.txt
index 952c40c09..d37f763fa 100644
--- a/src/mango/requirements.txt
+++ b/src/mango/requirements.txt
@@ -1,4 +1,4 @@
 nose2==0.11.0
-requests==2.27.1
+requests==2.31.0
 hypothesis==6.31.6