Skip to content

Commit

Permalink
Upgrade PyMySQL to v1.1.1 (#17696) (#17707)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9f6427b)

Co-authored-by: JulesD <[email protected]>
  • Loading branch information
1 parent ae77434 commit 4d93d04
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion agent_requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pyjwt==2.8.0; python_version > '3.0'
pymongo[srv]==4.7.1; python_version >= '3.9'
pymqi==1.12.10; (sys_platform != 'darwin' or platform_machine != 'arm64') and python_version > '3.0'
pymysql==0.10.1; python_version < '3.0'
pymysql==1.1.0; python_version > '3.0'
pymysql==1.1.1; python_version > '3.0'
pyodbc==5.1.0; (sys_platform != 'darwin' or platform_machine != 'arm64') and python_version > '3.0'
pyopenssl==24.1.0; python_version > '3.0'
pysmi==0.3.4
Expand Down
1 change: 1 addition & 0 deletions cacti/changelog.d/17696.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump the `pymysql` version to 1.1.1 on Python 3
2 changes: 1 addition & 1 deletion cacti/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dynamic = [
[project.optional-dependencies]
deps = [
"pymysql==0.10.1; python_version < '3.0'",
"pymysql==1.1.0; python_version > '3.0'",
"pymysql==1.1.1; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions mysql/changelog.d/17696.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump the `pymysql` version to 1.1.1 on Python 3
2 changes: 1 addition & 1 deletion mysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ deps = [
"cryptography==3.3.2; python_version < '3.0'",
"cryptography==42.0.6; python_version > '3.0'",
"pymysql==0.10.1; python_version < '3.0'",
"pymysql==1.1.0; python_version > '3.0'",
"pymysql==1.1.1; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions proxysql/changelog.d/17696.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump the `pymysql` version to 1.1.1 on Python 3
2 changes: 1 addition & 1 deletion proxysql/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dynamic = [
[project.optional-dependencies]
deps = [
"pymysql==0.10.1; python_version < '3.0'",
"pymysql==1.1.0; python_version > '3.0'",
"pymysql==1.1.1; python_version > '3.0'",
]

[project.urls]
Expand Down
1 change: 1 addition & 0 deletions singlestore/changelog.d/17696.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump the `pymysql` version to 1.1.1 on Python 3
2 changes: 1 addition & 1 deletion singlestore/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dynamic = [
[project.optional-dependencies]
deps = [
"pymysql==0.10.1; python_version < '3.0'",
"pymysql==1.1.0; python_version > '3.0'",
"pymysql==1.1.1; python_version > '3.0'",
]

[project.urls]
Expand Down

0 comments on commit 4d93d04

Please sign in to comment.