fix(deps): update all dependencies #193
Merged
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:
v0.23->v0.24.1v4.6.1->v4.6.21.50.0->1.51.04.1.0->4.2.08.3.4->8.3.53.12->3.130.31.2->0.32.1Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
abravalheri/validate-pyproject (abravalheri/validate-pyproject)
v0.24.1Compare Source
What's Changed
Full Changelog: abravalheri/validate-pyproject@v0.24...v0.24.1
v0.24Compare Source
What's Changed
Fix integration with
SchemaStoreby loading extra/side schemas, #226, #229.Add support for loading extra schemas, #226.
Fixed verify author dict is not empty, #232.
Added support for
validate_pyproject.multi_schemaplugins with extra schemas, #231.validate-pyprojectno longer communicates test dependencies via thetestsextra and documentation dependencies dependencies via thedocs/requirements.txtfile. Insteaddependency-groupshave been adopted to support CI environments, #227.As a result,
uv's high level interface also works for developers. You can use thedependency-groupspackage on PyPI if you need to convert to a classic requirements list.Contributions by @henryiii.
Full Changelog: abravalheri/validate-pyproject@v0.23...v0.24
actions/upload-artifact (actions/upload-artifact)
v4.6.2Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4...v4.6.2
Microsoft/playwright-python (playwright)
v1.51.0Compare Source
Highlights
New option
indexed_dbfor browserContext.storage_state() allows to save and restore IndexedDB contents. Useful when your application uses IndexedDB API to store authentication tokens, like Firebase Authentication.Here is an example following the authentication guide:
Save storage state into the file. Make sure to include IndexedDB.
storage = context.storage_state(path="state.json", indexed_db=True)
Create a new context with the saved storage state.
context = browser.new_context(storage_state="state.json")
contrastfor methods page.emulate_media() and browser.new_context() allows to emulate theprefers-contrastmedia feature.fail_on_status_codemakes all fetch requests made through the APIRequestContext throw on response codes other than 2xx and 3xx.Browser Versions
This version was also tested against the following stable channels:
pre-commit/pre-commit (pre-commit)
v4.2.0Compare Source
==================
Features
language: pythonfirst attempt a versioned python executable forthe default language version before consulting a potentially unversioned
sys.executable.Fixes
pytest-dev/pytest (pytest)
v8.3.5Compare Source
pytest 8.3.5 (2025-03-02)
Bug fixes
-vvverbosity.libeditbuild of Python, such as on macOS or with uv-managed Python binaries from thepython-build-standaloneproject. This could manifest e.g. by a broken prompt when usingPdb, or seeing empty inputs with manual usage ofinput()and suspended capturing.AttributeError{.interpreted-text role="class"} crash when using--import-mode=importlibwhen top-level directory same name as another module of the standard library.--import-mode=importlib, a directory containing py file with the same name would cause anImportErrorImproved documentation
#12842: Added dedicated page about using types with pytest.
See
types{.interpreted-text role="ref"} for detailed usage.Contributor-facing changes
test_terminal.pywith Pygments >= 2.19.0when building Sphinx docs -- by
webknjaz{.interpreted-text role="user"}.actions/python-versions (python)
v3.13.2: 3.13.2Compare Source
Python 3.13.2
v3.13.1: 3.13.1Compare Source
Python 3.13.1
v3.13.0: 3.13.0Compare Source
Python 3.13.0
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)
v0.32.1Compare Source
check-meltanohook to usetypes_or. Thanks:user:
edgarrmondragon! (:pr:543)v0.32.0Compare Source
gitlab-ci, mergify, renovate, taskfile (2025-03-25)
edgarrmondragon! (:issue:540)fabolhak! (:issue:535)v0.31.3Compare Source
(2025-03-07)
Configuration
📅 Schedule: Branch creation - "monthly" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.