Skip to content

chore(deps): update python-nonmajor - #1470

Open
renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/python-nonmajor
Open

renovate-bot wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
renovate-bot:renovate/python-nonmajor

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
PyMySQL (changelog) ==1.2.0==1.2.3 age confidence
SQLAlchemy (changelog) ==2.0.52==2.0.54 age confidence
cryptography (changelog) ==50.0.0==50.0.1 age confidence
filelock ==3.32.3==3.32.7 age confidence
google-auth (source) ==2.56.3==2.58.0 age confidence
idna (changelog) ==3.19==3.20 age confidence
psycopg (changelog) ==3.3.4==3.3.5 age confidence
psycopg-binary (changelog) ==3.3.4==3.3.5 age confidence
virtualenv ==21.7.4==21.7.14 age confidence

Release Notes

PyMySQL/PyMySQL (PyMySQL)

v1.2.3

Compare Source

Release date: 2026-09-17

Restored the ability to import pymysql.converters.escape_bytes_prefixed for
compatibility with aiomysql.

Use pymysql.converters at your own risk.
It's internal functions. No backward compatibility are guaranteed.

v1.2.2

Compare Source

Release date: 2026-09-17

Restored the ability to import pymysql.converters.escape_dict for
compatibility 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.1

Compare Source

Release date: 2026-09-17

Fixed a SQL injection vulnerability caused by incorrect escaping of bytes
parameters when using the big5, gbk, sjis, cp932, or gb18030 character sets.
This vulnerability also occurs when strings decoded from bytes using
surrogateescape are passed as query parameters.

See also: https://github.com/PyMySQL/PyMySQL/security/advisories/GHSA-x4f8-9hx9-hpp9

  • Queries are now encoded using the strict error handler instead of
    surrogateescape.
    Queries that cannot be encoded using the connection encoding can no longer be sent.

  • bytes parameters are now always sent as hexadecimal literals, such as
    X'636174'. Note that this increases the number of bytes sent.

  • The binary_prefix parameter of connect() is deprecated. The _binary
    prefix 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.1

Compare Source

tox-dev/py-filelock (filelock)

v3.32.7

Compare Source

What's Changed
New Contributors

Full Changelog: tox-dev/filelock@3.32.6...3.32.7

v3.32.6

Compare Source

What's Changed
New Contributors

Full Changelog: tox-dev/filelock@3.32.5...3.32.6

v3.32.5

Compare Source

What's Changed
New Contributors

Full Changelog: tox-dev/filelock@3.32.4...3.32.5

v3.32.4

Compare 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.0

Compare Source

Features
  • A new enum Mode is added (f4d2243)
  • A new enum TransparentHugepageDefrag is added (f4d2243)
  • A new enum TransparentHugepageEnabled is added (f4d2243)
  • A new field additional_ip_ranges_configs is added to message .google.container.v1.IPAllocationPolicy (f4d2243)
  • A new field auto_ipam_config is added to message .google.container.v1.IPAllocationPolicy (f4d2243)
  • A new field boot_disk is added to message .google.container.v1.NodeConfig (f4d2243)
  • A new field boot_disk is added to message .google.container.v1.UpdateNodePoolRequest (f4d2243)
  • A new field default_compute_class_config is added to message .google.container.v1.ClusterAutoscaling (f4d2243)
  • A new field desired_additional_ip_ranges_config is added to message .google.container.v1.ClusterUpdate (f4d2243)
  • A new field desired_auto_ipam_config is added to message .google.container.v1.ClusterUpdate (f4d2243)
  • A new field desired_user_managed_keys_config is added to message .google.container.v1.ClusterUpdate (f4d2243)
  • A new field eviction_max_pod_grace_period_seconds is added to message .google.container.v1.NodeKubeletConfig (f4d2243)
  • A new field eviction_minimum_reclaim is added to message .google.container.v1.NodeKubeletConfig (f4d2243)
  • A new field eviction_soft_grace_period is added to message .google.container.v1.NodeKubeletConfig (f4d2243)
  • A new field eviction_soft is added to message .google.container.v1.NodeKubeletConfig (f4d2243)
  • A new field gke_auto_upgrade_config is added to message .google.container.v1.Cluster (f4d2243)
  • A new field gke_auto_upgrade_config is added to message .google.container.v1.ClusterUpdate (f4d2243)
  • A new field lustre_csi_driver_config is added to message .google.container.v1.AddonsConfig (f4d2243)
  • A new field max_parallel_image_pulls is added to message .google.container.v1.NodeKubeletConfig (f4d2243)
  • A new field min_node_cpus is added to message .google.container.v1.SoleTenantConfig (f4d2243)
  • A new field mode is added to message .google.container.v1.AnonymousAuthenticationConfig (f4d2243)
  • A new field single_process_oom_kill is added to message .google.container.v1.NodeKubeletConfig (f4d2243)
  • A new field subnetwork is added to message .google.container.v1.NodeNetworkConfig (f4d2243)
  • A new field transparent_hugepage_defrag is added to message .google.container.v1.LinuxNodeConfig (f4d2243)
  • A new field transparent_hugepage_enabled is added to message .google.container.v1.LinuxNodeConfig (f4d2243)
  • A new message AdditionalIPRangesConfig is added (f4d2243)
  • A new message AutoIpamConfig is added (f4d2243)
  • A new message BootDisk is added (f4d2243)
  • A new message DefaultComputeClassConfig is added (f4d2243)
  • A new message DesiredAdditionalIPRangesConfig is added (f4d2243)
  • A new message EvictionGracePeriod is added (f4d2243)
  • A new message EvictionMinimumReclaim is added (f4d2243)
  • A new message EvictionSignals is added (f4d2243)
  • A new message GkeAutoUpgradeConfig is added (f4d2243)
  • A new message LustreCsiDriverConfig is added (f4d2243)
  • A new value CLOUD_KMS_KEY_DESTROYED is added to enum Code (f4d2243)

v2.57.1: google-auth: v2.57.1

Compare Source

Bug Fixes

v2.57.0: google-cloud-container: v2.57.0

Compare Source

Features
  • add allowed_unsafe_sysctls in NodeKubeletConfig (82a928a)
  • add allowed_unsafe_sysctls in NodeKubeletConfig (4c98f4e)
  • add alpha_cluster_feature_gates in Cluster (82a928a)
  • add alpha_cluster_feature_gates in Cluster (4c98f4e)
  • add anonymous_authentication_config in Cluster (82a928a)
  • add auto_monitoring_config in ManagedPrometheusConfig (82a928a)
  • add auto_monitoring_config in ManagedPrometheusConfig (4c98f4e)
  • add autopilot_compatibility_auditing_enabled in WorkloadPolicyConfig (82a928a)
  • add autopilot_compatibility_auditing_enabled in WorkloadPolicyConfig (4c98f4e)
  • add ClusterUpgradeInfo (82a928a)
  • add ClusterUpgradeInfo (4c98f4e)
  • add confidential_instance_type in ConfidentialNodes (82a928a)
  • add confidential_instance_type in ConfidentialNodes (4c98f4e)
  • add container_log_max_files in NodeKubeletConfig (82a928a)
  • add container_log_max_files in NodeKubeletConfig (4c98f4e)
  • add container_log_max_size in NodeKubeletConfig (82a928a)
  • add container_log_max_size in NodeKubeletConfig (4c98f4e)
  • add control_plane_endpoints_config in Cluster (82a928a)
  • add data_cache_count in EphemeralStorageLocalSsdConfig (82a928a)
  • add data_cache_count in EphemeralStorageLocalSsdConfig (4c98f4e)
  • add desired_anonymous_authentication_config in ClusterUpdate (82a928a)
  • add desired_anonymous_authentication_config in ClusterUpdate (4c98f4e)
  • add desired_compliance_posture_config in ClusterUpdate (82a928a)
  • add desired_control_plane_endpoints_config in ClusterUpdate (82a928a)
  • add desired_default_enable_private_nodes in ClusterUpdate (82a928a)
  • add desired_disable_l4_lb_firewall_reconciliation in ClusterUpdate (82a928a)
  • add desired_disable_l4_lb_firewall_reconciliation in ClusterUpdate (4c98f4e)
  • add desired_enterprise_config in ClusterUpdate (82a928a)
  • add desired_node_pool_auto_config_linux_node_config in ClusterUpdate (82a928a)
  • add desired_pod_autoscaling in ClusterUpdate (82a928a)
  • add desired_pod_autoscaling in ClusterUpdate (4c98f4e)
  • add desired_rbac_binding_config in ClusterUpdate (82a928a)
  • add disable_l4_lb_firewall_reconciliation in NetworkConfig (82a928a)
  • add disable_l4_lb_firewall_reconciliation in NetworkConfig (4c98f4e)
  • add effective_cgroup_mode in NodeConfig (82a928a)
  • add event_type in UpgradeInfoEvent (82a928a)
  • add event_type in UpgradeInfoEvent (4c98f4e)
  • add extended_support_end_time in UpgradeInfoEvent (82a928a)
  • add extended_support_end_time in UpgradeInfoEvent (4c98f4e)
  • add FetchClusterUpgradeInfoRequest (82a928a)
  • add FetchClusterUpgradeInfoRequest (4c98f4e)
  • add FetchNodePoolUpgradeInfoRequest (82a928a)
  • add FetchNodePoolUpgradeInfoRequest (4c98f4e)
  • add flex_start in NodeConfig (82a928a)
  • add flex_start in NodeConfig (4c98f4e)
  • add flex_start in UpdateNodePoolRequest (82a928a)
  • add flex_start in UpdateNodePoolRequest (4c98f4e)
  • add high_scale_checkpointing_config in AddonsConfig (82a928a)
  • add high_scale_checkpointing_config in AddonsConfig (4c98f4e)
  • add image_gc_high_threshold_percent in NodeKubeletConfig (82a928a)
  • add image_gc_high_threshold_percent in NodeKubeletConfig (4c98f4e)
  • add image_gc_low_threshold_percent in NodeKubeletConfig (82a928a)
  • add image_gc_low_threshold_percent in NodeKubeletConfig (4c98f4e)
  • add image_maximum_gc_age in NodeKubeletConfig (82a928a)
  • add image_maximum_gc_age in NodeKubeletConfig (4c98f4e)
  • add image_minimum_gc_age in NodeKubeletConfig (82a928a)
  • add image_minimum_gc_age in NodeKubeletConfig (4c98f4e)
  • add JOBSET in MonitoringComponentConfig.Component (82a928a)
  • add JOBSET in MonitoringComponentConfig.Component (4c98f4e)
  • add KCP_HPA in LoggingComponentConfig.Component (82a928a)
  • add KCP_HPA in LoggingComponentConfig.Component (4c98f4e)
  • add linux_node_config in NodePoolAutoConfig (82a928a)
  • add local_ssd_encryption_mode in NodeConfig (82a928a)
  • add max_run_duration in NodeConfig (82a928a)
  • add max_run_duration in NodeConfig (4c98f4e)
  • add max_run_duration in UpdateNodePoolRequest (82a928a)
  • add max_run_duration in UpdateNodePoolRequest (4c98f4e)
  • add MemoryManager (82a928a)
  • add mitigated_versions in SecurityBulletinEvent (82a928a)
  • add mitigated_versions in SecurityBulletinEvent (4c98f4e)
  • add NODE_SERVICE_ACCOUNT_MISSING_PERMISSIONS in StatusCondition.Code (82a928a)
  • add NODE_SERVICE_ACCOUNT_MISSING_PERMISSIONS in StatusCondition.Code (4c98f4e)
  • add NodePoolUpgradeInfo (82a928a)
  • add NodePoolUpgradeInfo (4c98f4e)
  • add parallelstore_csi_driver_config in AddonsConfig (82a928a)
  • add performance_monitoring_unit in AdvancedMachineFeatures (82a928a)
  • add performance_monitoring_unit in AdvancedMachineFeatures (4c98f4e)
  • add pod_autoscaling in Cluster (82a928a)
  • add pod_autoscaling in Cluster (4c98f4e)
  • add private_endpoint_enforcement_enabled in MasterAuthorizedNetworksConfig (82a928a)
  • add rbac_binding_config in Cluster (82a928a)
  • add standard_support_end_time in UpgradeInfoEvent (82a928a)
  • add standard_support_end_time in UpgradeInfoEvent (4c98f4e)
  • add storage_pools in NodeConfig (82a928a)
  • add storage_pools in UpdateNodePoolRequest (82a928a)
  • add topology_manager in NodeKubeletConfig (82a928a)
  • add topology_manager in NodeKubeletConfig (4c98f4e)
  • add TopologyManager (82a928a)
  • add UPGRADE_INFO_EVENT in NotificationConfig.EventType (82a928a)
  • add UPGRADE_INFO_EVENT in NotificationConfig.EventType (4c98f4e)
  • add upgrade_target_version in ReleaseChannelConfig (82a928a)
  • add UpgradeDetails (82a928a)
  • add UpgradeDetails (4c98f4e)
  • add user_managed_keys_config in Cluster (82a928a)
  • add user_managed_keys_config in ClusterUpdate (82a928a)
Documentation
  • Minor documentation updates (82a928a)
  • Minor documentation updates (4c98f4e)
kjd/idna (idna)

v3.20

Compare Source

  • Update to Unicode 18.0.0.
  • Better enforcement of the domain length limit in the incremental
    codec.
  • Add support for Python 3.15.
psycopg/psycopg (psycopg)

v3.3.5

Compare Source

pypa/virtualenv (virtualenv)

v21.7.14

Compare Source

What's Changed

Full Changelog: pypa/virtualenv@21.7.13...21.7.14

v21.7.13

Compare Source

What's Changed

Full Changelog: pypa/virtualenv@21.7.12...21.7.13

v21.7.12

Compare Source

What's Changed

Full Changelog: pypa/virtualenv@21.7.11...21.7.12

v21.7.11

Compare Source

What's Changed

Full Changelog: pypa/virtualenv@21.7.10...21.7.11

v21.7.10

Compare Source

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@21.7.9...21.7.10

v21.7.9

Compare Source

What's Changed

Full Changelog: pypa/virtualenv@21.7.8...21.7.9

v21.7.8

Compare Source

What's Changed

Full Changelog: pypa/virtualenv@21.7.7...21.7.8

v21.7.7

Compare Source

What's Changed

Full Changelog: pypa/virtualenv@21.7.6...21.7.7

v21.7.6

Compare Source

What's Changed

Full Changelog: pypa/virtualenv@21.7.5...21.7.6

v21.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@21.7.4...21.7.5


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot
renovate-bot requested a review from a team as a code owner August 23, 2026 20:06
@dpebot

dpebot commented Aug 23, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot renovate-bot changed the title chore(deps): update dependency filelock to v3.32.4 chore(deps): update python-nonmajor Aug 25, 2026
@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from 8df0e87 to b9b3f5f Compare August 25, 2026 16:38
@dpebot

dpebot commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from b9b3f5f to d5a80f8 Compare August 26, 2026 01:08
@dpebot

dpebot commented Aug 26, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from d5a80f8 to fc80906 Compare August 28, 2026 19:33
@dpebot

dpebot commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from fc80906 to abf3b75 Compare August 31, 2026 20:16
@dpebot

dpebot commented Aug 31, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from abf3b75 to cd2f486 Compare September 1, 2026 00:05
@dpebot

dpebot commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from cd2f486 to 692da2b Compare September 1, 2026 15:16
@dpebot

dpebot commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from 692da2b to ba50dae Compare September 4, 2026 07:43
@dpebot

dpebot commented Sep 4, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from ba50dae to a0c9951 Compare September 8, 2026 23:26
@dpebot

dpebot commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from a0c9951 to 39f2752 Compare September 9, 2026 04:30
@dpebot

dpebot commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from 39f2752 to 47ec077 Compare September 9, 2026 22:01
@dpebot

dpebot commented Sep 9, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from 47ec077 to 827d991 Compare September 14, 2026 21:06
@dpebot

dpebot commented Sep 14, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from 827d991 to 9a87dcc Compare September 16, 2026 01:40
@dpebot

dpebot commented Sep 16, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from 9a87dcc to a57556b Compare September 17, 2026 19:16
@dpebot

dpebot commented Sep 17, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

@renovate-bot
renovate-bot force-pushed the renovate/python-nonmajor branch from a57556b to 62783e7 Compare September 18, 2026 07:47
@dpebot

dpebot commented Sep 18, 2026

Copy link
Copy Markdown
Collaborator

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants