From 37ae36573d79a8a400559b3643b926df30745452 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:19:40 +0000 Subject: [PATCH] chore: update redis latest version to 5.1.0 (#10933) ## Checklist - [ ] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [ ] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting) Co-authored-by: quinna-h <175135214+quinna-h@users.noreply.github.com> --- .riot/requirements/115aba5.txt | 6 +++--- .riot/requirements/1683324.txt | 6 +++--- .riot/requirements/177912e.txt | 12 ++++++------ .riot/requirements/181128c.txt | 16 ++++++++-------- .riot/requirements/18b32f4.txt | 8 ++++---- .riot/requirements/1916976.txt | 16 ++++++++-------- .riot/requirements/195ecad.txt | 12 ++++++------ .riot/requirements/1d32f58.txt | 16 ++++++++-------- .riot/requirements/315c2cb.txt | 16 ++++++++-------- .riot/requirements/74e07bf.txt | 12 ++++++------ .riot/requirements/9232661.txt | 10 +++++----- .riot/requirements/9e36105.txt | 6 +++--- .riot/requirements/baf46ab.txt | 16 ++++++++-------- .riot/requirements/c961281.txt | 8 ++++---- .riot/requirements/f4b1bd3.txt | 16 ++++++++-------- 15 files changed, 88 insertions(+), 88 deletions(-) diff --git a/.riot/requirements/115aba5.txt b/.riot/requirements/115aba5.txt index f165e70bbfb..0d4bef52edd 100644 --- a/.riot/requirements/115aba5.txt +++ b/.riot/requirements/115aba5.txt @@ -2,12 +2,12 @@ # This file is autogenerated by pip-compile with Python 3.7 # by the following command: # -# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/115aba5.in +# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/115aba5.in # async-timeout==4.0.3 -attrs==23.2.0 +attrs==24.2.0 coverage[toml]==7.2.7 -exceptiongroup==1.2.1 +exceptiongroup==1.2.2 hypothesis==6.45.0 importlib-metadata==6.7.0 iniconfig==2.0.0 diff --git a/.riot/requirements/1683324.txt b/.riot/requirements/1683324.txt index 70f7284a8a1..ffd915a20db 100644 --- a/.riot/requirements/1683324.txt +++ b/.riot/requirements/1683324.txt @@ -2,12 +2,12 @@ # This file is autogenerated by pip-compile with Python 3.7 # by the following command: # -# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/1683324.in +# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/1683324.in # async-timeout==4.0.3 -attrs==23.2.0 +attrs==24.2.0 coverage[toml]==7.2.7 -exceptiongroup==1.2.1 +exceptiongroup==1.2.2 hypothesis==6.45.0 importlib-metadata==6.7.0 iniconfig==2.0.0 diff --git a/.riot/requirements/177912e.txt b/.riot/requirements/177912e.txt index 0fe298c21d5..41ae45d3e58 100644 --- a/.riot/requirements/177912e.txt +++ b/.riot/requirements/177912e.txt @@ -2,23 +2,23 @@ # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile --no-annotate .riot/requirements/177912e.in +# pip-compile --allow-unsafe --no-annotate .riot/requirements/177912e.in # async-timeout==4.0.3 -attrs==23.2.0 -coverage[toml]==7.5.4 -exceptiongroup==1.2.1 +attrs==24.2.0 +coverage[toml]==7.6.1 +exceptiongroup==1.2.2 hypothesis==6.45.0 iniconfig==2.0.0 mock==5.1.0 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 -pytest==8.2.2 +pytest==8.3.3 pytest-asyncio==0.23.7 pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-randomly==3.15.0 redis==5.0.1 sortedcontainers==2.4.0 -tomli==2.0.1 +tomli==2.0.2 diff --git a/.riot/requirements/181128c.txt b/.riot/requirements/181128c.txt index bbbfce393fd..5f601f7256a 100644 --- a/.riot/requirements/181128c.txt +++ b/.riot/requirements/181128c.txt @@ -2,25 +2,25 @@ # This file is autogenerated by pip-compile with Python 3.9 # by the following command: # -# pip-compile --no-annotate .riot/requirements/181128c.in +# pip-compile --allow-unsafe --no-annotate .riot/requirements/181128c.in # async-timeout==4.0.3 -attrs==23.2.0 -coverage[toml]==7.5.4 -exceptiongroup==1.2.1 +attrs==24.2.0 +coverage[toml]==7.6.1 +exceptiongroup==1.2.2 hypothesis==6.45.0 -importlib-metadata==8.0.0 +importlib-metadata==8.5.0 iniconfig==2.0.0 mock==5.1.0 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 -pytest==8.2.2 +pytest==8.3.3 pytest-asyncio==0.23.7 pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-randomly==3.15.0 redis==5.0.1 sortedcontainers==2.4.0 -tomli==2.0.1 -zipp==3.19.2 +tomli==2.0.2 +zipp==3.20.2 diff --git a/.riot/requirements/18b32f4.txt b/.riot/requirements/18b32f4.txt index ce02e20acda..ee6c10ee402 100644 --- a/.riot/requirements/18b32f4.txt +++ b/.riot/requirements/18b32f4.txt @@ -2,17 +2,17 @@ # This file is autogenerated by pip-compile with Python 3.11 # by the following command: # -# pip-compile --no-annotate .riot/requirements/18b32f4.in +# pip-compile --allow-unsafe --no-annotate .riot/requirements/18b32f4.in # -attrs==23.2.0 -coverage[toml]==7.5.4 +attrs==24.2.0 +coverage[toml]==7.6.1 hypothesis==6.45.0 iniconfig==2.0.0 mock==5.1.0 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 -pytest==8.2.2 +pytest==8.3.3 pytest-asyncio==0.23.7 pytest-cov==5.0.0 pytest-mock==3.14.0 diff --git a/.riot/requirements/1916976.txt b/.riot/requirements/1916976.txt index d883e6de3cb..11f5e647fb0 100644 --- a/.riot/requirements/1916976.txt +++ b/.riot/requirements/1916976.txt @@ -2,25 +2,25 @@ # This file is autogenerated by pip-compile with Python 3.9 # by the following command: # -# pip-compile --no-annotate .riot/requirements/1916976.in +# pip-compile --allow-unsafe --no-annotate .riot/requirements/1916976.in # async-timeout==4.0.3 -attrs==23.2.0 -coverage[toml]==7.5.4 -exceptiongroup==1.2.1 +attrs==24.2.0 +coverage[toml]==7.6.1 +exceptiongroup==1.2.2 hypothesis==6.45.0 -importlib-metadata==8.0.0 +importlib-metadata==8.5.0 iniconfig==2.0.0 mock==5.1.0 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 -pytest==8.2.2 +pytest==8.3.3 pytest-asyncio==0.23.7 pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-randomly==3.15.0 redis==4.6.0 sortedcontainers==2.4.0 -tomli==2.0.1 -zipp==3.19.2 +tomli==2.0.2 +zipp==3.20.2 diff --git a/.riot/requirements/195ecad.txt b/.riot/requirements/195ecad.txt index 71ab9cd4907..984f240c0e5 100644 --- a/.riot/requirements/195ecad.txt +++ b/.riot/requirements/195ecad.txt @@ -2,23 +2,23 @@ # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile --no-annotate .riot/requirements/195ecad.in +# pip-compile --allow-unsafe --no-annotate .riot/requirements/195ecad.in # async-timeout==4.0.3 -attrs==23.2.0 -coverage[toml]==7.5.4 -exceptiongroup==1.2.1 +attrs==24.2.0 +coverage[toml]==7.6.1 +exceptiongroup==1.2.2 hypothesis==6.45.0 iniconfig==2.0.0 mock==5.1.0 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 -pytest==8.2.2 +pytest==8.3.3 pytest-asyncio==0.23.7 pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-randomly==3.15.0 redis==4.6.0 sortedcontainers==2.4.0 -tomli==2.0.1 +tomli==2.0.2 diff --git a/.riot/requirements/1d32f58.txt b/.riot/requirements/1d32f58.txt index 2e623af931d..6574a8ae4b2 100644 --- a/.riot/requirements/1d32f58.txt +++ b/.riot/requirements/1d32f58.txt @@ -2,25 +2,25 @@ # This file is autogenerated by pip-compile with Python 3.9 # by the following command: # -# pip-compile --no-annotate .riot/requirements/1d32f58.in +# pip-compile --allow-unsafe --no-annotate .riot/requirements/1d32f58.in # async-timeout==4.0.3 -attrs==23.2.0 -coverage[toml]==7.5.4 -exceptiongroup==1.2.1 +attrs==24.2.0 +coverage[toml]==7.6.1 +exceptiongroup==1.2.2 hypothesis==6.45.0 -importlib-metadata==8.0.0 +importlib-metadata==8.5.0 iniconfig==2.0.0 mock==5.1.0 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 -pytest==8.2.2 +pytest==8.3.3 pytest-asyncio==0.23.7 pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-randomly==3.15.0 redis==4.6.0 sortedcontainers==2.4.0 -tomli==2.0.1 -zipp==3.19.2 +tomli==2.0.2 +zipp==3.20.2 diff --git a/.riot/requirements/315c2cb.txt b/.riot/requirements/315c2cb.txt index f76fe912353..3c1b0f30c8f 100644 --- a/.riot/requirements/315c2cb.txt +++ b/.riot/requirements/315c2cb.txt @@ -2,25 +2,25 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile --no-annotate .riot/requirements/315c2cb.in +# pip-compile --allow-unsafe --no-annotate .riot/requirements/315c2cb.in # async-timeout==4.0.3 -attrs==23.2.0 -coverage[toml]==7.5.4 -exceptiongroup==1.2.1 +attrs==24.2.0 +coverage[toml]==7.6.1 +exceptiongroup==1.2.2 hypothesis==6.45.0 -importlib-metadata==8.0.0 +importlib-metadata==8.5.0 iniconfig==2.0.0 mock==5.1.0 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 -pytest==8.2.2 +pytest==8.3.3 pytest-asyncio==0.23.7 pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-randomly==3.15.0 redis==4.6.0 sortedcontainers==2.4.0 -tomli==2.0.1 -zipp==3.19.2 +tomli==2.0.2 +zipp==3.20.2 diff --git a/.riot/requirements/74e07bf.txt b/.riot/requirements/74e07bf.txt index 670f96c7732..f80d2c91be7 100644 --- a/.riot/requirements/74e07bf.txt +++ b/.riot/requirements/74e07bf.txt @@ -2,23 +2,23 @@ # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile --no-annotate .riot/requirements/74e07bf.in +# pip-compile --allow-unsafe --no-annotate .riot/requirements/74e07bf.in # async-timeout==4.0.3 -attrs==23.2.0 -coverage[toml]==7.5.4 -exceptiongroup==1.2.1 +attrs==24.2.0 +coverage[toml]==7.6.1 +exceptiongroup==1.2.2 hypothesis==6.45.0 iniconfig==2.0.0 mock==5.1.0 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 -pytest==8.2.2 +pytest==8.3.3 pytest-asyncio==0.23.7 pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-randomly==3.15.0 redis==4.6.0 sortedcontainers==2.4.0 -tomli==2.0.1 +tomli==2.0.2 diff --git a/.riot/requirements/9232661.txt b/.riot/requirements/9232661.txt index 184749d7813..65ab43360bc 100644 --- a/.riot/requirements/9232661.txt +++ b/.riot/requirements/9232661.txt @@ -2,20 +2,20 @@ # This file is autogenerated by pip-compile with Python 3.12 # by the following command: # -# pip-compile --no-annotate .riot/requirements/9232661.in +# pip-compile --allow-unsafe --no-annotate .riot/requirements/9232661.in # -attrs==23.2.0 -coverage[toml]==7.5.4 +attrs==24.2.0 +coverage[toml]==7.6.1 hypothesis==6.45.0 iniconfig==2.0.0 mock==5.1.0 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 -pytest==8.2.2 +pytest==8.3.3 pytest-asyncio==0.23.7 pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-randomly==3.15.0 -redis==5.0.7 +redis==5.1.0 sortedcontainers==2.4.0 diff --git a/.riot/requirements/9e36105.txt b/.riot/requirements/9e36105.txt index 0596dbe2b06..9849b908049 100644 --- a/.riot/requirements/9e36105.txt +++ b/.riot/requirements/9e36105.txt @@ -2,12 +2,12 @@ # This file is autogenerated by pip-compile with Python 3.7 # by the following command: # -# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/9e36105.in +# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/9e36105.in # async-timeout==4.0.3 -attrs==23.2.0 +attrs==24.2.0 coverage[toml]==7.2.7 -exceptiongroup==1.2.1 +exceptiongroup==1.2.2 hypothesis==6.45.0 importlib-metadata==6.7.0 iniconfig==2.0.0 diff --git a/.riot/requirements/baf46ab.txt b/.riot/requirements/baf46ab.txt index 7aa767d1ec0..7e6602cef35 100644 --- a/.riot/requirements/baf46ab.txt +++ b/.riot/requirements/baf46ab.txt @@ -2,25 +2,25 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile --no-annotate .riot/requirements/baf46ab.in +# pip-compile --allow-unsafe --no-annotate .riot/requirements/baf46ab.in # async-timeout==4.0.3 -attrs==23.2.0 -coverage[toml]==7.5.4 -exceptiongroup==1.2.1 +attrs==24.2.0 +coverage[toml]==7.6.1 +exceptiongroup==1.2.2 hypothesis==6.45.0 -importlib-metadata==8.0.0 +importlib-metadata==8.5.0 iniconfig==2.0.0 mock==5.1.0 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 -pytest==8.2.2 +pytest==8.3.3 pytest-asyncio==0.23.7 pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-randomly==3.15.0 redis==4.6.0 sortedcontainers==2.4.0 -tomli==2.0.1 -zipp==3.19.2 +tomli==2.0.2 +zipp==3.20.2 diff --git a/.riot/requirements/c961281.txt b/.riot/requirements/c961281.txt index 65346f6985b..cb412a89b47 100644 --- a/.riot/requirements/c961281.txt +++ b/.riot/requirements/c961281.txt @@ -2,17 +2,17 @@ # This file is autogenerated by pip-compile with Python 3.11 # by the following command: # -# pip-compile --no-annotate .riot/requirements/c961281.in +# pip-compile --allow-unsafe --no-annotate .riot/requirements/c961281.in # -attrs==23.2.0 -coverage[toml]==7.5.4 +attrs==24.2.0 +coverage[toml]==7.6.1 hypothesis==6.45.0 iniconfig==2.0.0 mock==5.1.0 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 -pytest==8.2.2 +pytest==8.3.3 pytest-asyncio==0.23.7 pytest-cov==5.0.0 pytest-mock==3.14.0 diff --git a/.riot/requirements/f4b1bd3.txt b/.riot/requirements/f4b1bd3.txt index 06f7e7334bd..eadbf79ff0f 100644 --- a/.riot/requirements/f4b1bd3.txt +++ b/.riot/requirements/f4b1bd3.txt @@ -2,25 +2,25 @@ # This file is autogenerated by pip-compile with Python 3.8 # by the following command: # -# pip-compile --no-annotate .riot/requirements/f4b1bd3.in +# pip-compile --allow-unsafe --no-annotate .riot/requirements/f4b1bd3.in # async-timeout==4.0.3 -attrs==23.2.0 -coverage[toml]==7.5.4 -exceptiongroup==1.2.1 +attrs==24.2.0 +coverage[toml]==7.6.1 +exceptiongroup==1.2.2 hypothesis==6.45.0 -importlib-metadata==8.0.0 +importlib-metadata==8.5.0 iniconfig==2.0.0 mock==5.1.0 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 -pytest==8.2.2 +pytest==8.3.3 pytest-asyncio==0.23.7 pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-randomly==3.15.0 redis==5.0.1 sortedcontainers==2.4.0 -tomli==2.0.1 -zipp==3.19.2 +tomli==2.0.2 +zipp==3.20.2