From bfa9c302ce147b32abe1fbef30c9b587c22cc399 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:30:33 +0000 Subject: [PATCH] chore: update gevent latest version to 24.10.3 (#11186) ## Checklist - [x] 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 - [x] 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/189a9da.txt | 10 ++++---- .riot/requirements/1aa652f.txt | 40 ++++++++++++++++-------------- .riot/requirements/1ace55b.txt | 41 +++++++++++++++++-------------- .riot/requirements/1bceb88.txt | 42 ++++++++++++++++--------------- .riot/requirements/4211915.txt | 45 ++++++++++++++++++---------------- .riot/requirements/512bff3.txt | 44 +++++++++++++++++---------------- .riot/requirements/51f5382.txt | 42 ++++++++++++++++--------------- .riot/requirements/c7b5ba5.txt | 44 +++++++++++++++++---------------- .riot/requirements/ddba314.txt | 42 ++++++++++++++++--------------- 9 files changed, 184 insertions(+), 166 deletions(-) diff --git a/.riot/requirements/189a9da.txt b/.riot/requirements/189a9da.txt index 6666ffcbb8a..327d29ca153 100644 --- a/.riot/requirements/189a9da.txt +++ b/.riot/requirements/189a9da.txt @@ -10,10 +10,10 @@ aioitertools==0.11.0 aiosignal==1.3.1 async-timeout==4.0.3 asynctest==0.13.0 -attrs==23.2.0 +attrs==24.2.0 botocore==1.24.21 -certifi==2024.7.4 -charset-normalizer==3.3.2 +certifi==2024.8.30 +charset-normalizer==3.4.0 coverage[toml]==7.2.7 elastic-transport==8.13.1 elasticsearch==8.14.0 @@ -22,7 +22,7 @@ frozenlist==1.3.3 gevent==20.12.1 greenlet==1.0.0 hypothesis==6.45.0 -idna==3.7 +idna==3.10 importlib-metadata==6.7.0 iniconfig==2.0.0 jmespath==1.0.1 @@ -43,7 +43,7 @@ six==1.16.0 sortedcontainers==2.4.0 tomli==2.0.1 typing-extensions==4.7.1 -urllib3==1.26.19 +urllib3==1.26.20 wrapt==1.16.0 yarl==1.9.4 zipp==3.15.0 diff --git a/.riot/requirements/1aa652f.txt b/.riot/requirements/1aa652f.txt index 84e8195eb75..c93d6b8a86f 100644 --- a/.riot/requirements/1aa652f.txt +++ b/.riot/requirements/1aa652f.txt @@ -5,44 +5,46 @@ # pip-compile --allow-unsafe --no-annotate .riot/requirements/1aa652f.in # aiobotocore==2.3.1 -aiohttp==3.9.5 -aioitertools==0.11.0 +aiohappyeyeballs==2.4.3 +aiohttp==3.10.10 +aioitertools==0.12.0 aiosignal==1.3.1 -attrs==23.2.0 +attrs==24.2.0 botocore==1.24.21 -certifi==2024.7.4 -charset-normalizer==3.3.2 -coverage[toml]==7.6.0 -elastic-transport==8.13.1 -elasticsearch==8.14.0 +certifi==2024.8.30 +charset-normalizer==3.4.0 +coverage[toml]==7.6.4 +elastic-transport==8.15.1 +elasticsearch==8.15.1 events==0.5 -frozenlist==1.4.1 +frozenlist==1.5.0 gevent==22.10.2 -greenlet==3.0.3 +greenlet==3.1.1 hypothesis==6.45.0 -idna==3.7 +idna==3.10 iniconfig==2.0.0 jmespath==1.0.1 mock==5.1.0 -multidict==6.0.5 -opensearch-py==2.6.0 +multidict==6.1.0 +opensearch-py==2.7.1 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 +propcache==0.2.0 pynamodb==5.5.1 -pytest==8.3.1 +pytest==8.3.3 pytest-cov==5.0.0 pytest-mock==3.14.0 -pytest-randomly==3.15.0 +pytest-randomly==3.16.0 python-dateutil==2.9.0.post0 requests==2.32.3 six==1.16.0 sortedcontainers==2.4.0 -urllib3==1.26.19 +urllib3==1.26.20 wrapt==1.16.0 -yarl==1.9.4 +yarl==1.16.0 zope-event==5.0 -zope-interface==6.4.post2 +zope-interface==7.1.1 # The following packages are considered to be unsafe in a requirements file: -setuptools==71.1.0 +setuptools==75.2.0 diff --git a/.riot/requirements/1ace55b.txt b/.riot/requirements/1ace55b.txt index f0565c55e90..60ffb476378 100644 --- a/.riot/requirements/1ace55b.txt +++ b/.riot/requirements/1ace55b.txt @@ -5,47 +5,50 @@ # pip-compile --allow-unsafe --no-annotate .riot/requirements/1ace55b.in # aiobotocore==2.3.1 -aiohttp==3.9.5 -aioitertools==0.11.0 +aiohappyeyeballs==2.4.3 +aiohttp==3.10.10 +aioitertools==0.12.0 aiosignal==1.3.1 async-timeout==4.0.3 -attrs==23.2.0 +attrs==24.2.0 botocore==1.24.21 -certifi==2024.7.4 -charset-normalizer==3.3.2 -coverage[toml]==7.6.0 -elastic-transport==8.13.1 -elasticsearch==8.14.0 +certifi==2024.8.30 +charset-normalizer==3.4.0 +coverage[toml]==7.6.4 +elastic-transport==8.15.1 +elasticsearch==8.15.1 events==0.5 exceptiongroup==1.2.2 -frozenlist==1.4.1 +frozenlist==1.5.0 gevent==21.12.0 greenlet==1.1.3.post0 hypothesis==6.45.0 -idna==3.7 +idna==3.10 iniconfig==2.0.0 jmespath==1.0.1 mock==5.1.0 -multidict==6.0.5 -opensearch-py==2.6.0 +multidict==6.1.0 +opensearch-py==2.7.1 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 +propcache==0.2.0 pynamodb==5.5.1 -pytest==8.3.1 +pytest==8.3.3 pytest-cov==5.0.0 pytest-mock==3.14.0 -pytest-randomly==3.15.0 +pytest-randomly==3.16.0 python-dateutil==2.9.0.post0 requests==2.32.3 six==1.16.0 sortedcontainers==2.4.0 -tomli==2.0.1 -urllib3==1.26.19 +tomli==2.0.2 +typing-extensions==4.12.2 +urllib3==1.26.20 wrapt==1.16.0 -yarl==1.9.4 +yarl==1.16.0 zope-event==5.0 -zope-interface==6.4.post2 +zope-interface==7.1.1 # The following packages are considered to be unsafe in a requirements file: -setuptools==71.1.0 +setuptools==75.2.0 diff --git a/.riot/requirements/1bceb88.txt b/.riot/requirements/1bceb88.txt index 35b07e5cd3d..444e5a3b49c 100644 --- a/.riot/requirements/1bceb88.txt +++ b/.riot/requirements/1bceb88.txt @@ -5,35 +5,37 @@ # pip-compile --allow-unsafe --no-annotate .riot/requirements/1bceb88.in # aiobotocore==2.3.1 -aiohttp==3.9.5 -aioitertools==0.11.0 +aiohappyeyeballs==2.4.3 +aiohttp==3.10.10 +aioitertools==0.12.0 aiosignal==1.3.1 async-timeout==4.0.3 -attrs==23.2.0 +attrs==24.2.0 botocore==1.24.21 -certifi==2024.7.4 -charset-normalizer==3.3.2 -coverage[toml]==7.6.0 -elastic-transport==8.13.1 -elasticsearch==8.14.0 +certifi==2024.8.30 +charset-normalizer==3.4.0 +coverage[toml]==7.6.1 +elastic-transport==8.15.1 +elasticsearch==8.15.1 events==0.5 exceptiongroup==1.2.2 -frozenlist==1.4.1 +frozenlist==1.5.0 gevent==20.12.1 greenlet==1.0.0 hypothesis==6.45.0 -idna==3.7 -importlib-metadata==8.2.0 +idna==3.10 +importlib-metadata==8.5.0 iniconfig==2.0.0 jmespath==1.0.1 mock==5.1.0 -multidict==6.0.5 -opensearch-py==2.6.0 +multidict==6.1.0 +opensearch-py==2.7.1 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 +propcache==0.2.0 pynamodb==5.5.1 -pytest==8.3.1 +pytest==8.3.3 pytest-cov==5.0.0 pytest-mock==3.14.0 pytest-randomly==3.15.0 @@ -41,14 +43,14 @@ python-dateutil==2.9.0.post0 requests==2.32.3 six==1.16.0 sortedcontainers==2.4.0 -tomli==2.0.1 +tomli==2.0.2 typing-extensions==4.12.2 -urllib3==1.26.19 +urllib3==1.26.20 wrapt==1.16.0 -yarl==1.9.4 -zipp==3.19.2 +yarl==1.15.2 +zipp==3.20.2 zope-event==5.0 -zope-interface==6.4.post2 +zope-interface==7.1.1 # The following packages are considered to be unsafe in a requirements file: -setuptools==71.1.0 +setuptools==75.2.0 diff --git a/.riot/requirements/4211915.txt b/.riot/requirements/4211915.txt index 67fac5f1daf..74a4e1c120e 100644 --- a/.riot/requirements/4211915.txt +++ b/.riot/requirements/4211915.txt @@ -5,47 +5,50 @@ # pip-compile --allow-unsafe --no-annotate .riot/requirements/4211915.in # aiobotocore==2.3.1 -aiohttp==3.9.5 -aioitertools==0.11.0 +aiohappyeyeballs==2.4.3 +aiohttp==3.10.10 +aioitertools==0.12.0 aiosignal==1.3.1 async-timeout==4.0.3 -attrs==23.2.0 +attrs==24.2.0 botocore==1.24.21 -certifi==2024.7.4 -charset-normalizer==3.3.2 -coverage[toml]==7.6.0 -elastic-transport==8.13.1 -elasticsearch==8.14.0 +certifi==2024.8.30 +charset-normalizer==3.4.0 +coverage[toml]==7.6.4 +elastic-transport==8.15.1 +elasticsearch==8.15.1 events==0.5 exceptiongroup==1.2.2 -frozenlist==1.4.1 -gevent==24.2.1 -greenlet==3.0.3 +frozenlist==1.5.0 +gevent==24.10.3 +greenlet==3.1.1 hypothesis==6.45.0 -idna==3.7 +idna==3.10 iniconfig==2.0.0 jmespath==1.0.1 mock==5.1.0 -multidict==6.0.5 -opensearch-py==2.6.0 +multidict==6.1.0 +opensearch-py==2.7.1 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 +propcache==0.2.0 pynamodb==5.5.1 -pytest==8.3.1 +pytest==8.3.3 pytest-cov==5.0.0 pytest-mock==3.14.0 -pytest-randomly==3.15.0 +pytest-randomly==3.16.0 python-dateutil==2.9.0.post0 requests==2.32.3 six==1.16.0 sortedcontainers==2.4.0 -tomli==2.0.1 -urllib3==1.26.19 +tomli==2.0.2 +typing-extensions==4.12.2 +urllib3==1.26.20 wrapt==1.16.0 -yarl==1.9.4 +yarl==1.16.0 zope-event==5.0 -zope-interface==6.4.post2 +zope-interface==7.1.1 # The following packages are considered to be unsafe in a requirements file: -setuptools==71.1.0 +setuptools==75.2.0 diff --git a/.riot/requirements/512bff3.txt b/.riot/requirements/512bff3.txt index 84360fc5099..044d35664f9 100644 --- a/.riot/requirements/512bff3.txt +++ b/.riot/requirements/512bff3.txt @@ -5,50 +5,52 @@ # pip-compile --allow-unsafe --no-annotate .riot/requirements/512bff3.in # aiobotocore==2.3.1 -aiohttp==3.9.5 -aioitertools==0.11.0 +aiohappyeyeballs==2.4.3 +aiohttp==3.10.10 +aioitertools==0.12.0 aiosignal==1.3.1 async-timeout==4.0.3 -attrs==23.2.0 +attrs==24.2.0 botocore==1.24.21 -certifi==2024.7.4 -charset-normalizer==3.3.2 -coverage[toml]==7.6.0 -elastic-transport==8.13.1 -elasticsearch==8.14.0 +certifi==2024.8.30 +charset-normalizer==3.4.0 +coverage[toml]==7.6.4 +elastic-transport==8.15.1 +elasticsearch==8.15.1 events==0.5 exceptiongroup==1.2.2 -frozenlist==1.4.1 +frozenlist==1.5.0 gevent==21.1.2 greenlet==1.1.3.post0 hypothesis==6.45.0 -idna==3.7 -importlib-metadata==8.2.0 +idna==3.10 +importlib-metadata==8.5.0 iniconfig==2.0.0 jmespath==1.0.1 mock==5.1.0 -multidict==6.0.5 -opensearch-py==2.6.0 +multidict==6.1.0 +opensearch-py==2.7.1 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 +propcache==0.2.0 pynamodb==5.5.1 -pytest==8.3.1 +pytest==8.3.3 pytest-cov==5.0.0 pytest-mock==3.14.0 -pytest-randomly==3.15.0 +pytest-randomly==3.16.0 python-dateutil==2.9.0.post0 requests==2.32.3 six==1.16.0 sortedcontainers==2.4.0 -tomli==2.0.1 +tomli==2.0.2 typing-extensions==4.12.2 -urllib3==1.26.19 +urllib3==1.26.20 wrapt==1.16.0 -yarl==1.9.4 -zipp==3.19.2 +yarl==1.16.0 +zipp==3.20.2 zope-event==5.0 -zope-interface==6.4.post2 +zope-interface==7.1.1 # The following packages are considered to be unsafe in a requirements file: -setuptools==71.1.0 +setuptools==75.2.0 diff --git a/.riot/requirements/51f5382.txt b/.riot/requirements/51f5382.txt index c835e5c9312..b483c0f1fb2 100644 --- a/.riot/requirements/51f5382.txt +++ b/.riot/requirements/51f5382.txt @@ -5,44 +5,46 @@ # pip-compile --allow-unsafe --no-annotate .riot/requirements/51f5382.in # aiobotocore==2.3.1 -aiohttp==3.9.5 -aioitertools==0.11.0 +aiohappyeyeballs==2.4.3 +aiohttp==3.10.10 +aioitertools==0.12.0 aiosignal==1.3.1 -attrs==23.2.0 +attrs==24.2.0 botocore==1.24.21 -certifi==2024.7.4 -charset-normalizer==3.3.2 -coverage[toml]==7.6.0 -elastic-transport==8.13.1 -elasticsearch==8.14.0 +certifi==2024.8.30 +charset-normalizer==3.4.0 +coverage[toml]==7.6.4 +elastic-transport==8.15.1 +elasticsearch==8.15.1 events==0.5 -frozenlist==1.4.1 -gevent==24.2.1 -greenlet==3.0.3 +frozenlist==1.5.0 +gevent==24.10.3 +greenlet==3.1.1 hypothesis==6.45.0 -idna==3.7 +idna==3.10 iniconfig==2.0.0 jmespath==1.0.1 mock==5.1.0 -multidict==6.0.5 -opensearch-py==2.6.0 +multidict==6.1.0 +opensearch-py==2.7.1 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 +propcache==0.2.0 pynamodb==5.5.1 -pytest==8.3.1 +pytest==8.3.3 pytest-cov==5.0.0 pytest-mock==3.14.0 -pytest-randomly==3.15.0 +pytest-randomly==3.16.0 python-dateutil==2.9.0.post0 requests==2.32.3 six==1.16.0 sortedcontainers==2.4.0 -urllib3==1.26.19 +urllib3==1.26.20 wrapt==1.16.0 -yarl==1.9.4 +yarl==1.16.0 zope-event==5.0 -zope-interface==6.4.post2 +zope-interface==7.1.1 # The following packages are considered to be unsafe in a requirements file: -setuptools==71.1.0 +setuptools==75.2.0 diff --git a/.riot/requirements/c7b5ba5.txt b/.riot/requirements/c7b5ba5.txt index 5d3f39b4c62..b600cea7664 100644 --- a/.riot/requirements/c7b5ba5.txt +++ b/.riot/requirements/c7b5ba5.txt @@ -5,50 +5,52 @@ # pip-compile --allow-unsafe --no-annotate .riot/requirements/c7b5ba5.in # aiobotocore==2.3.1 -aiohttp==3.9.5 -aioitertools==0.11.0 +aiohappyeyeballs==2.4.3 +aiohttp==3.10.10 +aioitertools==0.12.0 aiosignal==1.3.1 async-timeout==4.0.3 -attrs==23.2.0 +attrs==24.2.0 botocore==1.24.21 -certifi==2024.7.4 -charset-normalizer==3.3.2 -coverage[toml]==7.6.0 -elastic-transport==8.13.1 -elasticsearch==8.14.0 +certifi==2024.8.30 +charset-normalizer==3.4.0 +coverage[toml]==7.6.4 +elastic-transport==8.15.1 +elasticsearch==8.15.1 events==0.5 exceptiongroup==1.2.2 -frozenlist==1.4.1 +frozenlist==1.5.0 gevent==22.10.1 greenlet==1.1.3.post0 hypothesis==6.45.0 -idna==3.7 -importlib-metadata==8.2.0 +idna==3.10 +importlib-metadata==8.5.0 iniconfig==2.0.0 jmespath==1.0.1 mock==5.1.0 -multidict==6.0.5 -opensearch-py==2.6.0 +multidict==6.1.0 +opensearch-py==2.7.1 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 +propcache==0.2.0 pynamodb==5.5.1 -pytest==8.3.1 +pytest==8.3.3 pytest-cov==5.0.0 pytest-mock==3.14.0 -pytest-randomly==3.15.0 +pytest-randomly==3.16.0 python-dateutil==2.9.0.post0 requests==2.32.3 six==1.16.0 sortedcontainers==2.4.0 -tomli==2.0.1 +tomli==2.0.2 typing-extensions==4.12.2 -urllib3==1.26.19 +urllib3==1.26.20 wrapt==1.16.0 -yarl==1.9.4 -zipp==3.19.2 +yarl==1.16.0 +zipp==3.20.2 zope-event==5.0 -zope-interface==6.4.post2 +zope-interface==7.1.1 # The following packages are considered to be unsafe in a requirements file: -setuptools==71.1.0 +setuptools==75.2.0 diff --git a/.riot/requirements/ddba314.txt b/.riot/requirements/ddba314.txt index 150f05f70c2..e99a4ed6a0f 100644 --- a/.riot/requirements/ddba314.txt +++ b/.riot/requirements/ddba314.txt @@ -5,44 +5,46 @@ # pip-compile --allow-unsafe --no-annotate .riot/requirements/ddba314.in # aiobotocore==2.3.1 -aiohttp==3.9.5 -aioitertools==0.11.0 +aiohappyeyeballs==2.4.3 +aiohttp==3.10.10 +aioitertools==0.12.0 aiosignal==1.3.1 -attrs==23.2.0 +attrs==24.2.0 botocore==1.24.21 -certifi==2024.7.4 -charset-normalizer==3.3.2 -coverage[toml]==7.6.0 -elastic-transport==8.13.1 -elasticsearch==8.14.0 +certifi==2024.8.30 +charset-normalizer==3.4.0 +coverage[toml]==7.6.4 +elastic-transport==8.15.1 +elasticsearch==8.15.1 events==0.5 -frozenlist==1.4.1 -gevent==24.2.1 -greenlet==3.0.3 +frozenlist==1.5.0 +gevent==24.10.3 +greenlet==3.1.1 hypothesis==6.45.0 -idna==3.7 +idna==3.10 iniconfig==2.0.0 jmespath==1.0.1 mock==5.1.0 -multidict==6.0.5 -opensearch-py==2.6.0 +multidict==6.1.0 +opensearch-py==2.7.1 opentracing==2.4.0 packaging==24.1 pluggy==1.5.0 +propcache==0.2.0 pynamodb==5.5.1 -pytest==8.3.1 +pytest==8.3.3 pytest-cov==5.0.0 pytest-mock==3.14.0 -pytest-randomly==3.15.0 +pytest-randomly==3.16.0 python-dateutil==2.9.0.post0 requests==2.32.3 six==1.16.0 sortedcontainers==2.4.0 -urllib3==1.26.19 +urllib3==1.26.20 wrapt==1.16.0 -yarl==1.9.4 +yarl==1.16.0 zope-event==5.0 -zope-interface==6.4.post2 +zope-interface==7.1.1 # The following packages are considered to be unsafe in a requirements file: -setuptools==71.1.0 +setuptools==75.2.0