python-{click,requests,pymysql,pipx}: bump versions#29513
Open
commodo wants to merge 4 commits into
Open
Conversation
Fixes (click 8.3.3): - Fix help strings for "help_option_names" that do not contain "-" - Help string generation now properly handles option names with dashes Changelog: https://github.com/pallets/click/releases Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Security fix: - Fix Cursor.callproc() to escape procedure name, preventing SQL injection when calling a procedure with a string received from an untrusted source - NOTICE: Backward compatibility change - procedure names like "dbname.funcname" are now backtick-quoted: ``CALL \`dbname.funcname\` `` Other changes: - CI: use ubuntu-slim, add dependabot for GitHub Actions - Bump GitHub Actions (checkout v4→v6, setup-python v5→v6, codecov v5→v6) - Add publish.yml workflow (copied from psf/requests) - Upgrade dependencies: cryptography>=46.0.7, PyNaCl>=1.6.2 - Drop Python 3.8, require Python 3.9+ Changelog: https://github.com/PyMySQL/PyMySQL/releases/tag/v1.1.3 NOTE: added test.sh for basic validation. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Fixes: - Moved "headers" input type back to Mapping to avoid invariance issues with MutableMapping and inferred dict types. Users calling Request.headers.update() may need to narrow typing in code (Closes openwrt#7441). Security: - CVE-2026-25645: Fixed extract_zipped_paths to extract contents to a non-deterministic temp directory, to prevent malicious file replacement. Does not affect default usage of Requests, only apps calling this utility directly. Changelog: https://github.com/psf/requests/releases/tag/v2.34.2 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
New features (pipx 1.12.0): - Add --fetch-python / PIPX_FETCH_PYTHON env var (always|missing|never) to control standalone Python interpreter downloads - Add opt-in "uv" backend: pipx can now use "uv venv" and "uv pip" for managing virtual environments * When "uv" is on PATH, defaults to using uv for NEW venvs * Existing venvs keep their recorded backend (pip or uv) * Set PIPX_DEFAULT_BACKEND=pip to force pip even with uv available * pipx install pip always uses the pip backend (uv venvs have no pip) Deprecations: - --fetch-missing-python and PIPX_FETCH_MISSING_PYTHON deprecated; use --fetch-python=missing or PIPX_FETCH_PYTHON=missing instead Changelog: https://github.com/pypa/pipx/releases/tag/1.12.0 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
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.
📦 Package Details
Maintainer: me, @BKPepe
Description:
🧪 Run Testing Details
✅ Formalities