chore(deps): update python-nonmajor - #1470
Open
renovate-bot wants to merge 1 commit into
Open
renovate-bot wants to merge 1 commit into
renovate-bot wants to merge 1 commit into
Conversation
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
August 25, 2026 16:38
8df0e87 to
b9b3f5f
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
August 26, 2026 01:08
b9b3f5f to
d5a80f8
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
August 28, 2026 19:33
d5a80f8 to
fc80906
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
August 31, 2026 20:16
fc80906 to
abf3b75
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
September 1, 2026 00:05
abf3b75 to
cd2f486
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
September 1, 2026 15:16
cd2f486 to
692da2b
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
September 4, 2026 07:43
692da2b to
ba50dae
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
September 8, 2026 23:26
ba50dae to
a0c9951
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
September 9, 2026 04:30
a0c9951 to
39f2752
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
September 9, 2026 22:01
39f2752 to
47ec077
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
September 14, 2026 21:06
47ec077 to
827d991
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
September 16, 2026 01:40
827d991 to
9a87dcc
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
September 17, 2026 19:16
9a87dcc to
a57556b
Compare
Collaborator
|
/gcbrun |
renovate-bot
force-pushed
the
renovate/python-nonmajor
branch
from
September 18, 2026 07:47
a57556b to
62783e7
Compare
Collaborator
|
/gcbrun |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.2.0→==1.2.3==2.0.52→==2.0.54==50.0.0→==50.0.1==3.32.3→==3.32.7==2.56.3→==2.58.0==3.19→==3.20==3.3.4→==3.3.5==3.3.4→==3.3.5==21.7.4→==21.7.14Release Notes
PyMySQL/PyMySQL (PyMySQL)
v1.2.3Compare Source
Release date: 2026-09-17
Restored the ability to import
pymysql.converters.escape_bytes_prefixedforcompatibility with aiomysql.
Use
pymysql.convertersat your own risk.It's internal functions. No backward compatibility are guaranteed.
v1.2.2Compare Source
Release date: 2026-09-17
Restored the ability to import
pymysql.converters.escape_dictforcompatibility with aiomysql.
This function does not escape dictionaries and is entirely unnecessary.
Unless you use aiomysql, there is no need to upgrade from v1.2.1.
v1.2.1Compare Source
Release date: 2026-09-17
Fixed a SQL injection vulnerability caused by incorrect escaping of
bytesparameters when using the big5, gbk, sjis, cp932, or gb18030 character sets.
This vulnerability also occurs when strings decoded from
bytesusingsurrogateescapeare passed as query parameters.See also: https://github.com/PyMySQL/PyMySQL/security/advisories/GHSA-x4f8-9hx9-hpp9
Queries are now encoded using the
stricterror handler instead ofsurrogateescape.Queries that cannot be encoded using the connection encoding can no longer be sent.
bytesparameters are now always sent as hexadecimal literals, such asX'636174'. Note that this increases the number of bytes sent.The
binary_prefixparameter ofconnect()is deprecated. The_binaryprefix is no longer sent.
These changes address the confirmed SQL injection vulnerabilities related to
character encoding.
However, we strongly recommend using UTF-8 (
utf8mb4).Other character sets are not thoroughly tested, and their limited use means
that problems may go unreported. In the 2020s, encodings other than UTF-8
should be considered legacy.
pyca/cryptography (cryptography)
v50.0.1Compare Source
tox-dev/py-filelock (filelock)
v3.32.7Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/filelock@3.32.6...3.32.7
v3.32.6Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/filelock@3.32.5...3.32.6
v3.32.5Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/filelock@3.32.4...3.32.5
v3.32.4Compare Source
What's Changed
Full Changelog: tox-dev/filelock@3.32.3...3.32.4
googleapis/google-cloud-python (google-auth)
v2.58.0: google-cloud-container: v2.58.0Compare Source
Features
Modeis added (f4d2243)TransparentHugepageDefragis added (f4d2243)TransparentHugepageEnabledis added (f4d2243)additional_ip_ranges_configsis added to message.google.container.v1.IPAllocationPolicy(f4d2243)auto_ipam_configis added to message.google.container.v1.IPAllocationPolicy(f4d2243)boot_diskis added to message.google.container.v1.NodeConfig(f4d2243)boot_diskis added to message.google.container.v1.UpdateNodePoolRequest(f4d2243)default_compute_class_configis added to message.google.container.v1.ClusterAutoscaling(f4d2243)desired_additional_ip_ranges_configis added to message.google.container.v1.ClusterUpdate(f4d2243)desired_auto_ipam_configis added to message.google.container.v1.ClusterUpdate(f4d2243)desired_user_managed_keys_configis added to message.google.container.v1.ClusterUpdate(f4d2243)eviction_max_pod_grace_period_secondsis added to message.google.container.v1.NodeKubeletConfig(f4d2243)eviction_minimum_reclaimis added to message.google.container.v1.NodeKubeletConfig(f4d2243)eviction_soft_grace_periodis added to message.google.container.v1.NodeKubeletConfig(f4d2243)eviction_softis added to message.google.container.v1.NodeKubeletConfig(f4d2243)gke_auto_upgrade_configis added to message.google.container.v1.Cluster(f4d2243)gke_auto_upgrade_configis added to message.google.container.v1.ClusterUpdate(f4d2243)lustre_csi_driver_configis added to message.google.container.v1.AddonsConfig(f4d2243)max_parallel_image_pullsis added to message.google.container.v1.NodeKubeletConfig(f4d2243)min_node_cpusis added to message.google.container.v1.SoleTenantConfig(f4d2243)modeis added to message.google.container.v1.AnonymousAuthenticationConfig(f4d2243)single_process_oom_killis added to message.google.container.v1.NodeKubeletConfig(f4d2243)subnetworkis added to message.google.container.v1.NodeNetworkConfig(f4d2243)transparent_hugepage_defragis added to message.google.container.v1.LinuxNodeConfig(f4d2243)transparent_hugepage_enabledis added to message.google.container.v1.LinuxNodeConfig(f4d2243)AdditionalIPRangesConfigis added (f4d2243)AutoIpamConfigis added (f4d2243)BootDiskis added (f4d2243)DefaultComputeClassConfigis added (f4d2243)DesiredAdditionalIPRangesConfigis added (f4d2243)EvictionGracePeriodis added (f4d2243)EvictionMinimumReclaimis added (f4d2243)EvictionSignalsis added (f4d2243)GkeAutoUpgradeConfigis added (f4d2243)LustreCsiDriverConfigis added (f4d2243)CLOUD_KMS_KEY_DESTROYEDis added to enumCode(f4d2243)v2.57.1: google-auth: v2.57.1Compare Source
Bug Fixes
v2.57.0: google-cloud-container: v2.57.0Compare Source
Features
Documentation
kjd/idna (idna)
v3.20Compare Source
codec.
psycopg/psycopg (psycopg)
v3.3.5Compare Source
pypa/virtualenv (virtualenv)
v21.7.14Compare Source
What's Changed
Full Changelog: pypa/virtualenv@21.7.13...21.7.14
v21.7.13Compare Source
What's Changed
Full Changelog: pypa/virtualenv@21.7.12...21.7.13
v21.7.12Compare Source
What's Changed
Full Changelog: pypa/virtualenv@21.7.11...21.7.12
v21.7.11Compare Source
What's Changed
Full Changelog: pypa/virtualenv@21.7.10...21.7.11
v21.7.10Compare Source
What's Changed
New Contributors
Full Changelog: pypa/virtualenv@21.7.9...21.7.10
v21.7.9Compare Source
What's Changed
Full Changelog: pypa/virtualenv@21.7.8...21.7.9
v21.7.8Compare Source
What's Changed
Full Changelog: pypa/virtualenv@21.7.7...21.7.8
v21.7.7Compare Source
What's Changed
Full Changelog: pypa/virtualenv@21.7.6...21.7.7
v21.7.6Compare Source
What's Changed
Full Changelog: pypa/virtualenv@21.7.5...21.7.6
v21.7.5Compare Source
What's Changed
New Contributors
Full Changelog: pypa/virtualenv@21.7.4...21.7.5
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.