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.1
v4.6.1
->v4.6.2
1.50.0
->1.51.0
4.1.0
->4.2.0
8.3.4
->8.3.5
3.12
->3.13
0.31.2
->0.32.1
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers 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.1
Compare Source
What's Changed
Full Changelog: abravalheri/validate-pyproject@v0.24...v0.24.1
v0.24
Compare Source
What's Changed
Fix integration with
SchemaStore
by 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_schema
plugins with extra schemas, #231.validate-pyproject
no longer communicates test dependencies via thetests
extra and documentation dependencies dependencies via thedocs/requirements.txt
file. Insteaddependency-groups
have been adopted to support CI environments, #227.As a result,
uv
's high level interface also works for developers. You can use thedependency-groups
package 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.2
Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4...v4.6.2
Microsoft/playwright-python (playwright)
v1.51.0
Compare Source
Highlights
New option
indexed_db
for 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")
contrast
for methods page.emulate_media() and browser.new_context() allows to emulate theprefers-contrast
media feature.fail_on_status_code
makes 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.0
Compare Source
==================
Features
language: python
first attempt a versioned python executable forthe default language version before consulting a potentially unversioned
sys.executable
.Fixes
pytest-dev/pytest (pytest)
v8.3.5
Compare Source
pytest 8.3.5 (2025-03-02)
Bug fixes
-vv
verbosity.libedit
build of Python, such as on macOS or with uv-managed Python binaries from thepython-build-standalone
project. 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=importlib
when 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 anImportError
Improved documentation
#12842: Added dedicated page about using types with pytest.
See
types
{.interpreted-text role="ref"} for detailed usage.Contributor-facing changes
test_terminal.py
with 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.1
Compare Source
check-meltano
hook to usetypes_or
. Thanks:user:
edgarrmondragon
! (:pr:543
)v0.32.0
Compare Source
gitlab-ci, mergify, renovate, taskfile (2025-03-25)
edgarrmondragon
! (:issue:540
)fabolhak
! (:issue:535
)v0.31.3
Compare 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.