Bump Patched dependencies
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| PyYAML (source) |
==6.0.2 -> ==6.0.3
|
||
| Pygoslin |
2.1.5 -> 2.1.6
|
||
| PythonDotenv |
1.1.0 -> 1.1.1
|
||
| Requests (source, changelog) |
2.32.3 -> 2.32.5
|
||
| pygoslin |
==2.1.5 -> ==2.1.6
|
||
| python-dotenv |
==1.1.0 -> ==1.1.1
|
||
| requests (source, changelog) |
==2.32.3 -> ==2.32.5
|
Release Notes
yaml/pyyaml (PyYAML)
v6.0.3
What's Changed
- Support for Python 3.14 and free-threading (experimental).
Full Changelog: https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3
theskumar/python-dotenv (PythonDotenv)
v1.1.1
Fixed
- CLI: Ensure
find_dotenvwork reliably on python 3.13 by [@theskumar] in #563 - CLI: revert the use of execvpe on Windows by [@wrongontheinternet] in #566
psf/requests (Requests)
v2.32.5
Bugfixes
- The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
- Added support for Python 3.14.
- Dropped support for Python 3.8 following its end of support.
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.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.