You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2022/04/18 19:41:05 UTC

[trafficserver-ingress-controller] branch master updated: Bump urllib3 from 1.25.10 to 1.26.5 in /tests (#113)

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

kichan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new b008998  Bump urllib3 from 1.25.10 to 1.26.5 in /tests (#113)
b008998 is described below

commit b008998721d79029ea6dfe8ad0ad080df66d1c03
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Apr 18 12:41:01 2022 -0700

    Bump urllib3 from 1.25.10 to 1.26.5 in /tests (#113)
    
    Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 1.26.5.
    - [Release notes](https://github.com/urllib3/urllib3/releases)
    - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
    - [Commits](https://github.com/urllib3/urllib3/compare/1.25.10...1.26.5)
    
    ---
    updated-dependencies:
    - dependency-name: urllib3
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 tests/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/requirements.txt b/tests/requirements.txt
index dd54281..8c8d6d1 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -1,3 +1,3 @@
 pytest==5.4.3
 requests==2.24.0
-urllib3==1.25.10
\ No newline at end of file
+urllib3==1.26.5
\ No newline at end of file