fix(deps): update all non-major dependencies - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change | Age | Confidence |
|---|---|---|---|---|---|
| openapitools/openapi-generator-cli | stage | minor |
v7.6.0 -> v7.14.0
|
||
| pydantic (changelog) | dependencies | patch |
2.11.5 -> 2.11.7
|
||
| python | image | minor |
3.9 -> 3.13
|
||
| python | stage | minor |
3.9 -> 3.13
|
||
| requests (source, changelog) | dependencies | patch |
2.32.3 -> 2.32.4
|
||
| typing-extensions (changelog) | dependencies | minor |
4.13.2 -> 4.14.1
|
||
| uis/devops/continuous-delivery/ci-templates | repository | minor |
v6.13.0 -> v6.15.0
|
||
| urllib3 (changelog) | dependencies | minor |
2.4.0 -> 2.5.0
|
Release Notes
psf/requests (requests)
v2.32.4
Security
- CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve credentials for the wrong hostname/machine from a netrc file.
Improvements
- Numerous documentation improvements
Deprecations
- Added support for pypy 3.11 for Linux and macOS.
- Dropped support for pypy 3.9 following its end of support.
python/typing_extensions (typing-extensions)
v4.14.1
- Fix usage of
typing_extensions.TypedDictnested inside other types (e.g.,typing.Type[typing_extensions.TypedDict]). This is not allowed by the type system but worked on older versions, so we maintain support.
v4.14.0
Changes since 4.14.0rc1:
- Remove
__or__and__ror__methods fromtyping_extensions.Sentinelon Python versions <3.10. PEP 604 was introduced in Python 3.10, andtyping_extensionsdoes not generally attempt to backport PEP-604 methods to prior versions. - Further update
typing_extensions.evaluate_forward_refwith changes in Python 3.14.
uis/devops/continuous-delivery/ci-templates (uis/devops/continuous-delivery/ci-templates)
v6.15.0
Changed
-
terraform-module.yml: Add support for Terraform testing with additional cleanup scripts.
Fixed
-
terraform-module.yml: Override thetflintjob so that theterraform_standard_module_structurerule is applied. -
terraform-module.yml: Override thepre-commitjob to avoid duplication of ourterraform-fmt,tflint, andtrivyjobs.
v6.14.2
v6.14.1
v6.14.0
urllib3/urllib3 (urllib3)
v2.5.0
==================
Features
- Added support for the
compression.zstdmodule that is new in Python 3.14. SeePEP 784 <https://peps.python.org/pep-0784/>_ for more information. (#​3610 <https://github.com/urllib3/urllib3/issues/3610>__) - Added support for version 0.5 of
hatch-vcs(#​3612 <https://github.com/urllib3/urllib3/issues/3612>__)
Bugfixes
- Fixed a security issue where restricting the maximum number of followed
redirects at the
urllib3.PoolManagerlevel via theretriesparameter did not work. - Made the Node.js runtime respect redirect parameters such as
retriesandredirects. - Raised exception for
HTTPResponse.shutdownon a connection already released to the pool. (#​3581 <https://github.com/urllib3/urllib3/issues/3581>__) - Fixed incorrect
CONNECTstatement when using an IPv6 proxy withconnection_from_host. Previously would not be wrapped in[]. (#​3615 <https://github.com/urllib3/urllib3/issues/3615>__)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by uis-devops-renovatebot