Skip to content

Commit e91736c

Browse files
chore: update pymysql latest version (#10391)
## 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 <[email protected]> Co-authored-by: Quinna Halim <[email protected]>
1 parent c2f8e2d commit e91736c

File tree

14 files changed

+138
-138
lines changed

14 files changed

+138
-138
lines changed

.riot/requirements/173b99c.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
5-
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/173b99c.in
5+
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/173b99c.in
66
#
7-
attrs==23.1.0
7+
attrs==24.2.0
88
coverage[toml]==7.2.7
9-
exceptiongroup==1.2.0
9+
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
1111
importlib-metadata==6.7.0
1212
iniconfig==2.0.0
1313
mock==5.1.0
1414
opentracing==2.4.0
15-
packaging==23.2
15+
packaging==24.0
1616
pluggy==1.2.0
17-
pymysql==1.1.0
18-
pytest==7.4.3
17+
pymysql==1.1.1
18+
pytest==7.4.4
1919
pytest-cov==4.1.0
2020
pytest-mock==3.11.1
2121
pytest-randomly==3.12.0

.riot/requirements/17a138f.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
5-
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/17a138f.in
5+
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/17a138f.in
66
#
7-
attrs==23.1.0
7+
attrs==24.2.0
88
coverage[toml]==7.2.7
9-
exceptiongroup==1.2.0
9+
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
1111
importlib-metadata==6.7.0
1212
iniconfig==2.0.0
1313
mock==5.1.0
1414
opentracing==2.4.0
15-
packaging==23.2
15+
packaging==24.0
1616
pluggy==1.2.0
17-
pymysql==1.1.0
18-
pytest==7.4.3
17+
pymysql==1.1.1
18+
pytest==7.4.4
1919
pytest-cov==4.1.0
2020
pytest-mock==3.11.1
2121
pytest-randomly==3.12.0

.riot/requirements/189128e.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/189128e.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/189128e.in
66
#
7-
attrs==23.1.0
8-
coverage[toml]==7.3.4
9-
exceptiongroup==1.2.0
7+
attrs==24.2.0
8+
coverage[toml]==7.6.1
9+
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
11-
importlib-metadata==7.0.0
11+
importlib-metadata==8.4.0
1212
iniconfig==2.0.0
1313
mock==5.1.0
1414
opentracing==2.4.0
15-
packaging==23.2
16-
pluggy==1.3.0
15+
packaging==24.1
16+
pluggy==1.5.0
1717
pymysql==0.10.1
18-
pytest==7.4.3
19-
pytest-cov==4.1.0
20-
pytest-mock==3.12.0
18+
pytest==8.3.2
19+
pytest-cov==5.0.0
20+
pytest-mock==3.14.0
2121
pytest-randomly==3.15.0
2222
sortedcontainers==2.4.0
2323
tomli==2.0.1
24-
zipp==3.17.0
24+
zipp==3.20.1

.riot/requirements/1a2ae3e.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
# This file is autogenerated by pip-compile with Python 3.12
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/1a2ae3e.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1a2ae3e.in
66
#
7-
attrs==23.1.0
8-
coverage[toml]==7.3.4
7+
attrs==24.2.0
8+
coverage[toml]==7.6.1
99
hypothesis==6.45.0
1010
iniconfig==2.0.0
1111
mock==5.1.0
1212
opentracing==2.4.0
13-
packaging==23.2
14-
pluggy==1.3.0
15-
pymysql==1.1.0
16-
pytest==7.4.3
17-
pytest-cov==4.1.0
18-
pytest-mock==3.12.0
13+
packaging==24.1
14+
pluggy==1.5.0
15+
pymysql==1.1.1
16+
pytest==8.3.2
17+
pytest-cov==5.0.0
18+
pytest-mock==3.14.0
1919
pytest-randomly==3.15.0
2020
sortedcontainers==2.4.0

.riot/requirements/1cefe54.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/1cefe54.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1cefe54.in
66
#
7-
attrs==23.1.0
8-
coverage[toml]==7.3.4
9-
exceptiongroup==1.2.0
7+
attrs==24.2.0
8+
coverage[toml]==7.6.1
9+
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
11-
importlib-metadata==7.0.0
11+
importlib-metadata==8.4.0
1212
iniconfig==2.0.0
1313
mock==5.1.0
1414
opentracing==2.4.0
15-
packaging==23.2
16-
pluggy==1.3.0
17-
pymysql==1.1.0
18-
pytest==7.4.3
19-
pytest-cov==4.1.0
20-
pytest-mock==3.12.0
15+
packaging==24.1
16+
pluggy==1.5.0
17+
pymysql==1.1.1
18+
pytest==8.3.2
19+
pytest-cov==5.0.0
20+
pytest-mock==3.14.0
2121
pytest-randomly==3.15.0
2222
sortedcontainers==2.4.0
2323
tomli==2.0.1
24-
zipp==3.17.0
24+
zipp==3.20.1

.riot/requirements/1dfd438.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/1dfd438.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1dfd438.in
66
#
7-
attrs==23.1.0
8-
coverage[toml]==7.3.4
9-
exceptiongroup==1.2.0
7+
attrs==24.2.0
8+
coverage[toml]==7.6.1
9+
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
11-
importlib-metadata==7.0.0
11+
importlib-metadata==8.4.0
1212
iniconfig==2.0.0
1313
mock==5.1.0
1414
opentracing==2.4.0
15-
packaging==23.2
16-
pluggy==1.3.0
17-
pymysql==1.1.0
18-
pytest==7.4.3
19-
pytest-cov==4.1.0
20-
pytest-mock==3.12.0
15+
packaging==24.1
16+
pluggy==1.5.0
17+
pymysql==1.1.1
18+
pytest==8.3.2
19+
pytest-cov==5.0.0
20+
pytest-mock==3.14.0
2121
pytest-randomly==3.15.0
2222
sortedcontainers==2.4.0
2323
tomli==2.0.1
24-
zipp==3.17.0
24+
zipp==3.20.1

.riot/requirements/7f84968.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/7f84968.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/7f84968.in
66
#
7-
attrs==23.1.0
8-
coverage[toml]==7.3.4
7+
attrs==24.2.0
8+
coverage[toml]==7.6.1
99
hypothesis==6.45.0
1010
iniconfig==2.0.0
1111
mock==5.1.0
1212
opentracing==2.4.0
13-
packaging==23.2
14-
pluggy==1.3.0
15-
pymysql==1.1.0
16-
pytest==7.4.3
17-
pytest-cov==4.1.0
18-
pytest-mock==3.12.0
13+
packaging==24.1
14+
pluggy==1.5.0
15+
pymysql==1.1.1
16+
pytest==8.3.2
17+
pytest-cov==5.0.0
18+
pytest-mock==3.14.0
1919
pytest-randomly==3.15.0
2020
sortedcontainers==2.4.0

.riot/requirements/9777f3d.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/9777f3d.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/9777f3d.in
66
#
7-
attrs==23.1.0
8-
coverage[toml]==7.3.4
9-
exceptiongroup==1.2.0
7+
attrs==24.2.0
8+
coverage[toml]==7.6.1
9+
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
11-
importlib-metadata==7.0.0
11+
importlib-metadata==8.4.0
1212
iniconfig==2.0.0
1313
mock==5.1.0
1414
opentracing==2.4.0
15-
packaging==23.2
16-
pluggy==1.3.0
17-
pymysql==1.1.0
18-
pytest==7.4.3
19-
pytest-cov==4.1.0
20-
pytest-mock==3.12.0
15+
packaging==24.1
16+
pluggy==1.5.0
17+
pymysql==1.1.1
18+
pytest==8.3.2
19+
pytest-cov==5.0.0
20+
pytest-mock==3.14.0
2121
pytest-randomly==3.15.0
2222
sortedcontainers==2.4.0
2323
tomli==2.0.1
24-
zipp==3.17.0
24+
zipp==3.20.1

.riot/requirements/9aea1c4.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/9aea1c4.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/9aea1c4.in
66
#
7-
attrs==23.1.0
8-
coverage[toml]==7.3.4
9-
exceptiongroup==1.2.0
7+
attrs==24.2.0
8+
coverage[toml]==7.6.1
9+
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
1111
iniconfig==2.0.0
1212
mock==5.1.0
1313
opentracing==2.4.0
14-
packaging==23.2
15-
pluggy==1.3.0
16-
pymysql==1.1.0
17-
pytest==7.4.3
18-
pytest-cov==4.1.0
19-
pytest-mock==3.12.0
14+
packaging==24.1
15+
pluggy==1.5.0
16+
pymysql==1.1.1
17+
pytest==8.3.2
18+
pytest-cov==5.0.0
19+
pytest-mock==3.14.0
2020
pytest-randomly==3.15.0
2121
sortedcontainers==2.4.0
2222
tomli==2.0.1

.riot/requirements/a5eb94b.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/a5eb94b.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/a5eb94b.in
66
#
7-
attrs==23.1.0
8-
coverage[toml]==7.3.4
9-
exceptiongroup==1.2.0
7+
attrs==24.2.0
8+
coverage[toml]==7.6.1
9+
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
11-
importlib-metadata==7.0.0
11+
importlib-metadata==8.4.0
1212
iniconfig==2.0.0
1313
mock==5.1.0
1414
opentracing==2.4.0
15-
packaging==23.2
16-
pluggy==1.3.0
15+
packaging==24.1
16+
pluggy==1.5.0
1717
pymysql==0.10.1
18-
pytest==7.4.3
19-
pytest-cov==4.1.0
20-
pytest-mock==3.12.0
18+
pytest==8.3.2
19+
pytest-cov==5.0.0
20+
pytest-mock==3.14.0
2121
pytest-randomly==3.15.0
2222
sortedcontainers==2.4.0
2323
tomli==2.0.1
24-
zipp==3.17.0
24+
zipp==3.20.1

.riot/requirements/d3c9ec8.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/d3c9ec8.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/d3c9ec8.in
66
#
7-
attrs==23.1.0
8-
coverage[toml]==7.3.4
9-
exceptiongroup==1.2.0
7+
attrs==24.2.0
8+
coverage[toml]==7.6.1
9+
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
11-
importlib-metadata==7.0.0
11+
importlib-metadata==8.4.0
1212
iniconfig==2.0.0
1313
mock==5.1.0
1414
opentracing==2.4.0
15-
packaging==23.2
16-
pluggy==1.3.0
17-
pymysql==1.1.0
18-
pytest==7.4.3
19-
pytest-cov==4.1.0
20-
pytest-mock==3.12.0
15+
packaging==24.1
16+
pluggy==1.5.0
17+
pymysql==1.1.1
18+
pytest==8.3.2
19+
pytest-cov==5.0.0
20+
pytest-mock==3.14.0
2121
pytest-randomly==3.15.0
2222
sortedcontainers==2.4.0
2323
tomli==2.0.1
24-
zipp==3.17.0
24+
zipp==3.20.1

.riot/requirements/e126ba4.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/e126ba4.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/e126ba4.in
66
#
7-
attrs==23.1.0
8-
coverage[toml]==7.3.4
7+
attrs==24.2.0
8+
coverage[toml]==7.6.1
99
hypothesis==6.45.0
1010
iniconfig==2.0.0
1111
mock==5.1.0
1212
opentracing==2.4.0
13-
packaging==23.2
14-
pluggy==1.3.0
15-
pymysql==1.1.0
16-
pytest==7.4.3
17-
pytest-cov==4.1.0
18-
pytest-mock==3.12.0
13+
packaging==24.1
14+
pluggy==1.5.0
15+
pymysql==1.1.1
16+
pytest==8.3.2
17+
pytest-cov==5.0.0
18+
pytest-mock==3.14.0
1919
pytest-randomly==3.15.0
2020
sortedcontainers==2.4.0

0 commit comments

Comments
 (0)