Skip to content

Commit 5824827

Browse files
ci: update latest gevent tested [backport 2.19] (#11920)
Backport 2a6774e from #11862 to 2.19. Older versions of gevent are not compatible with Python 3.13. AttributeError: '_MainThread' object has no attribute '_tstate_lock' gevent/gevent#2054 This PR just updates the locked requirements files for venvs that use gevent. ## 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: Brett Langdon <[email protected]>
1 parent 8c9beec commit 5824827

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+1360
-1358
lines changed

.riot/requirements/1053dce.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1053dce.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.1
9-
gevent==24.2.1
7+
attrs==24.3.0
8+
coverage[toml]==7.6.10
9+
gevent==24.11.1
1010
greenlet==3.1.1
1111
hypothesis==6.45.0
1212
iniconfig==2.0.0
1313
mock==5.1.0
1414
opentracing==2.4.0
15-
packaging==24.1
15+
packaging==24.2
1616
pluggy==1.5.0
17-
pytest==8.3.3
18-
pytest-cov==5.0.0
17+
pytest==8.3.4
18+
pytest-cov==6.0.0
1919
pytest-mock==3.14.0
20-
pytest-randomly==3.15.0
20+
pytest-randomly==3.16.0
2121
sortedcontainers==2.4.0
2222
zope-event==5.0
23-
zope-interface==7.0.3
23+
zope-interface==7.2
2424

2525
# The following packages are considered to be unsafe in a requirements file:
26-
setuptools==75.1.0
26+
setuptools==75.7.0

.riot/requirements/1092157.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1092157.in
66
#
7-
attrs==23.2.0
8-
coverage[toml]==7.6.0
9-
gevent==24.2.1
10-
greenlet==3.0.3
7+
attrs==24.3.0
8+
coverage[toml]==7.6.10
9+
gevent==24.11.1
10+
greenlet==3.1.1
1111
httpretty==1.1.4
1212
hypothesis==6.45.0
1313
iniconfig==2.0.0
1414
mock==5.1.0
1515
opentracing==2.4.0
16-
packaging==24.1
16+
packaging==24.2
1717
pluggy==1.5.0
18-
pyfakefs==5.6.0
19-
pytest==8.3.1
18+
pyfakefs==5.7.3
19+
pytest==8.3.4
2020
pytest-asyncio==0.23.8
21-
pytest-cov==5.0.0
21+
pytest-cov==6.0.0
2222
pytest-mock==3.14.0
23-
pytest-randomly==3.15.0
23+
pytest-randomly==3.16.0
2424
python-json-logger==2.0.7
2525
sortedcontainers==2.4.0
2626
zope-event==5.0
27-
zope-interface==6.4.post2
27+
zope-interface==7.2
2828

2929
# The following packages are considered to be unsafe in a requirements file:
30-
setuptools==71.1.0
30+
setuptools==75.7.0

.riot/requirements/125c1e6.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/125c1e6.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.4
7+
attrs==24.3.0
8+
coverage[toml]==7.6.10
99
exceptiongroup==1.2.2
1010
gevent==24.11.1
1111
greenlet==3.1.1
@@ -17,17 +17,17 @@ opentracing==2.4.0
1717
packaging==24.2
1818
pluggy==1.5.0
1919
py-cpuinfo==8.0.0
20-
pytest==8.3.3
20+
pytest==8.3.4
2121
pytest-asyncio==0.21.1
2222
pytest-benchmark==5.1.0
2323
pytest-cov==6.0.0
2424
pytest-mock==3.14.0
2525
pytest-randomly==3.16.0
2626
sortedcontainers==2.4.0
27-
tomli==2.0.2
27+
tomli==2.2.1
2828
uwsgi==2.0.28
2929
zope-event==5.0
30-
zope-interface==7.1.1
30+
zope-interface==7.2
3131

3232
# The following packages are considered to be unsafe in a requirements file:
33-
setuptools==75.3.0
33+
setuptools==75.7.0

.riot/requirements/12a25de.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,31 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/12a25de.in
66
#
7-
attrs==23.2.0
8-
certifi==2024.7.4
9-
charset-normalizer==3.3.2
10-
coverage[toml]==7.6.0
7+
attrs==24.3.0
8+
certifi==2024.12.14
9+
charset-normalizer==3.4.1
10+
coverage[toml]==7.6.10
1111
exceptiongroup==1.2.2
12-
gevent==24.2.1
13-
greenlet==3.0.3
14-
gunicorn==22.0.0
12+
gevent==24.11.1
13+
greenlet==3.1.1
14+
gunicorn==23.0.0
1515
hypothesis==6.45.0
16-
idna==3.7
16+
idna==3.10
1717
iniconfig==2.0.0
1818
mock==5.1.0
1919
opentracing==2.4.0
20-
packaging==24.1
20+
packaging==24.2
2121
pluggy==1.5.0
22-
pytest==8.3.1
23-
pytest-cov==5.0.0
22+
pytest==8.3.4
23+
pytest-cov==6.0.0
2424
pytest-mock==3.14.0
25-
pytest-randomly==3.15.0
25+
pytest-randomly==3.16.0
2626
requests==2.32.3
2727
sortedcontainers==2.4.0
28-
tomli==2.0.1
29-
urllib3==2.2.2
28+
tomli==2.2.1
29+
urllib3==2.3.0
3030
zope-event==5.0
31-
zope-interface==6.4.post2
31+
zope-interface==7.2
3232

3333
# The following packages are considered to be unsafe in a requirements file:
34-
setuptools==71.1.0
34+
setuptools==75.7.0

.riot/requirements/12a4316.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/12a4316.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.4
7+
attrs==24.3.0
8+
coverage[toml]==7.6.10
99
gevent==24.11.1
1010
greenlet==3.1.1
1111
hypothesis==6.45.0
@@ -14,13 +14,13 @@ mock==5.1.0
1414
opentracing==2.4.0
1515
packaging==24.2
1616
pluggy==1.5.0
17-
pytest==8.3.3
17+
pytest==8.3.4
1818
pytest-cov==6.0.0
1919
pytest-mock==3.14.0
2020
pytest-randomly==3.16.0
2121
sortedcontainers==2.4.0
2222
zope-event==5.0
23-
zope-interface==7.1.1
23+
zope-interface==7.2
2424

2525
# The following packages are considered to be unsafe in a requirements file:
26-
setuptools==75.3.0
26+
setuptools==75.7.0

.riot/requirements/1359ebb.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1359ebb.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.4
7+
attrs==24.3.0
8+
coverage[toml]==7.6.10
99
exceptiongroup==1.2.2
1010
gevent==24.11.1
1111
greenlet==3.1.1
@@ -18,18 +18,18 @@ opentracing==2.4.0
1818
packaging==24.2
1919
pluggy==1.5.0
2020
py-cpuinfo==8.0.0
21-
pytest==8.3.3
21+
pytest==8.3.4
2222
pytest-asyncio==0.21.1
2323
pytest-benchmark==5.1.0
2424
pytest-cov==6.0.0
2525
pytest-cpp==2.6.0
2626
pytest-mock==3.14.0
2727
pytest-randomly==3.16.0
2828
sortedcontainers==2.4.0
29-
tomli==2.1.0
29+
tomli==2.2.1
3030
uwsgi==2.0.28
3131
zope-event==5.0
32-
zope-interface==7.1.1
32+
zope-interface==7.2
3333

3434
# The following packages are considered to be unsafe in a requirements file:
35-
setuptools==75.4.0
35+
setuptools==75.7.0

.riot/requirements/137098c.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/137098c.in
66
#
7-
attrs==23.2.0
7+
attrs==24.2.0
88
coverage[toml]==7.2.7
99
exceptiongroup==1.2.2
1010
gevent==22.10.2
11-
greenlet==3.0.3
11+
greenlet==3.1.1
1212
httpretty==1.1.4
1313
hypothesis==6.45.0
1414
importlib-metadata==6.7.0
@@ -17,7 +17,7 @@ mock==5.1.0
1717
opentracing==2.4.0
1818
packaging==24.0
1919
pluggy==1.2.0
20-
pyfakefs==5.6.0
20+
pyfakefs==5.7.3
2121
pytest==7.4.4
2222
pytest-asyncio==0.21.2
2323
pytest-cov==4.1.0

.riot/requirements/1413039.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1413039.in
66
#
7-
attrs==24.2.0
7+
attrs==24.3.0
88
coverage[toml]==7.6.1
99
exceptiongroup==1.2.2
1010
gevent==24.2.1
@@ -16,15 +16,15 @@ mock==5.1.0
1616
opentracing==2.4.0
1717
packaging==24.2
1818
pluggy==1.5.0
19-
pytest==8.3.3
19+
pytest==8.3.4
2020
pytest-cov==5.0.0
2121
pytest-mock==3.14.0
2222
pytest-randomly==3.15.0
2323
sortedcontainers==2.4.0
24-
tomli==2.0.2
24+
tomli==2.2.1
2525
zipp==3.20.2
2626
zope-event==5.0
27-
zope-interface==7.1.1
27+
zope-interface==7.2
2828

2929
# The following packages are considered to be unsafe in a requirements file:
3030
setuptools==75.3.0

.riot/requirements/1438a95.txt

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,47 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1438a95.in
66
#
7-
attrs==23.2.0
8-
certifi==2024.7.4
7+
attrs==24.3.0
8+
certifi==2024.12.14
99
charset-normalizer==2.1.1
10-
click==8.1.7
11-
coverage[toml]==7.6.0
12-
deprecated==1.2.14
10+
click==8.1.8
11+
coverage[toml]==7.6.10
12+
deprecated==1.2.15
1313
exceptiongroup==1.2.2
1414
flask==2.1.3
15-
gevent==24.2.1
16-
greenlet==3.0.3
15+
gevent==24.11.1
16+
greenlet==3.1.1
1717
hypothesis==6.45.0
18-
idna==3.7
19-
importlib-metadata==8.0.0
18+
idna==3.10
19+
importlib-metadata==8.5.0
2020
iniconfig==2.0.0
2121
itsdangerous==2.2.0
22-
jinja2==3.1.4
22+
jinja2==3.1.5
2323
markupsafe==2.0.1
2424
mock==5.1.0
25-
opentelemetry-api==1.26.0
26-
opentelemetry-instrumentation==0.47b0
27-
opentelemetry-instrumentation-flask==0.47b0
28-
opentelemetry-instrumentation-wsgi==0.47b0
29-
opentelemetry-semantic-conventions==0.47b0
30-
opentelemetry-util-http==0.47b0
25+
opentelemetry-api==1.29.0
26+
opentelemetry-instrumentation==0.50b0
27+
opentelemetry-instrumentation-flask==0.50b0
28+
opentelemetry-instrumentation-wsgi==0.50b0
29+
opentelemetry-semantic-conventions==0.50b0
30+
opentelemetry-util-http==0.50b0
3131
opentracing==2.4.0
32-
packaging==24.1
32+
packaging==24.2
3333
pluggy==1.5.0
34-
pytest==8.3.2
34+
pytest==8.3.4
3535
pytest-asyncio==0.21.1
36-
pytest-cov==5.0.0
36+
pytest-cov==6.0.0
3737
pytest-mock==3.14.0
38-
pytest-randomly==3.15.0
38+
pytest-randomly==3.16.0
3939
requests==2.28.1
4040
sortedcontainers==2.4.0
41-
tomli==2.0.1
42-
urllib3==1.26.19
41+
tomli==2.2.1
42+
urllib3==1.26.20
4343
werkzeug==2.1.2
44-
wrapt==1.16.0
45-
zipp==3.19.2
44+
wrapt==1.17.0
45+
zipp==3.21.0
4646
zope-event==5.0
47-
zope-interface==6.4.post2
47+
zope-interface==7.2
4848

4949
# The following packages are considered to be unsafe in a requirements file:
50-
setuptools==71.1.0
50+
setuptools==75.7.0

.riot/requirements/148bd89.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/148bd89.in
66
#
7-
attrs==23.2.0
8-
coverage[toml]==7.6.0
7+
attrs==24.3.0
8+
coverage[toml]==7.6.10
99
exceptiongroup==1.2.2
10-
gevent==24.2.1
11-
greenlet==3.0.3
10+
gevent==24.11.1
11+
greenlet==3.1.1
1212
hypothesis==6.45.0
13-
importlib-metadata==8.2.0
13+
importlib-metadata==8.5.0
1414
iniconfig==2.0.0
1515
mock==5.1.0
1616
opentracing==2.4.0
17-
packaging==24.1
17+
packaging==24.2
1818
pluggy==1.5.0
19-
pytest==8.3.1
20-
pytest-cov==5.0.0
19+
pytest==8.3.4
20+
pytest-cov==6.0.0
2121
pytest-mock==3.14.0
22-
pytest-randomly==3.15.0
22+
pytest-randomly==3.16.0
2323
sortedcontainers==2.4.0
24-
tomli==2.0.1
25-
zipp==3.19.2
24+
tomli==2.2.1
25+
zipp==3.21.0
2626
zope-event==5.0
27-
zope-interface==6.4.post2
27+
zope-interface==7.2
2828

2929
# The following packages are considered to be unsafe in a requirements file:
30-
setuptools==71.1.0
30+
setuptools==75.7.0

0 commit comments

Comments
 (0)