Bump the all-pip-packages group across 1 directory with 8 updates#871
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the all-pip-packages group across 1 directory with 8 updates#871dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
0410761 to
a5f9d96
Compare
Updates the requirements on [jinja2](https://github.com/pallets/jinja), [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin), [numpy](https://github.com/numpy/numpy), [pandas](https://github.com/pandas-dev/pandas), [playwright](https://github.com/microsoft/playwright-python), [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions), [pytest](https://github.com/pytest-dev/pytest) and [pytest-playwright](https://github.com/microsoft/playwright-pytest) to permit the latest version. Updates `jinja2` to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@2.11.1...3.1.6) Updates `mkdocs-git-revision-date-localized-plugin` from 1.5.1 to 1.5.3 - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases) - [Commits](timvink/mkdocs-git-revision-date-localized-plugin@v1.5.1...v1.5.3) Updates `numpy` from 2.4.3 to 2.4.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.4.3...v2.4.6) Updates `pandas` from 3.0.1 to 3.0.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v3.0.1...v3.0.3) Updates `playwright` from 1.58.0 to 1.60.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.58.0...v1.60.0) Updates `pymdown-extensions` from 10.21 to 10.21.3 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.21...10.21.3) Updates `pytest` from 9.0.2 to 9.1.0 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.2...9.1.0) Updates `pytest-playwright` from 0.7.2 to 0.8.0 - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](microsoft/playwright-pytest@v0.7.2...v0.8.0) --- updated-dependencies: - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: all-pip-packages - dependency-name: mkdocs-git-revision-date-localized-plugin dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip-packages - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip-packages - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip-packages - dependency-name: playwright dependency-version: 1.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip-packages - dependency-name: pymdown-extensions dependency-version: 10.21.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip-packages - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip-packages - dependency-name: pytest-playwright dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip-packages ... Signed-off-by: dependabot[bot] <support@github.com>
a5f9d96 to
e1dd3b8
Compare
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.
Updates the requirements on jinja2, mkdocs-git-revision-date-localized-plugin, numpy, pandas, playwright, pymdown-extensions, pytest and pytest-playwright to permit the latest version.
Updates
jinja2to 3.1.6Release notes
Sourced from jinja2's releases.
Changelog
Sourced from jinja2's changelog.
... (truncated)
Commits
1520688release version 3.1.690457bbMerge commit from fork065334dattr filter uses env.getattr033c200start version 3.1.6bc68d4euse global contributing guide (#2070)247de5euse global contributing guideab8218cuse project advisory link instead of globalb4ffc8frelease version 3.1.5 (#2066)877f6e5release version 3.1.58d58859remove test pypiUpdates
mkdocs-git-revision-date-localized-pluginfrom 1.5.1 to 1.5.3Release notes
Sourced from mkdocs-git-revision-date-localized-plugin's releases.
Commits
30e5876Bump version to 1.5.3d58c5beMerge pull request #211 from mitya57/fix-manifest6da0b4eFix paths in MANIFEST.inaa0d4a3Constrain mkdocs to <22afa3d2Bump version to 1.5.266e9b7eDocument release process in CONTRIBUTING.md2fb5070Merge pull request #209 from timvink/dependabot/uv/urllib3-2.7.0d0bacc8Bump urllib3 from 2.6.3 to 2.7.0ee28ad9Merge pull request #208 from timvink/dependabot/uv/gitpython-3.1.50befbdabBump gitpython from 3.1.49 to 3.1.50Updates
numpyfrom 2.4.3 to 2.4.6Release notes
Sourced from numpy's releases.
... (truncated)
Commits
b832a09Merge pull request #31462 from charris/prepare-2.4.657cc147REL: Prepare for the NumPy 2.4.6 release0c72b0bMerge pull request #31459 from charris/backport-313479778d26BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...e0e3876BUG: core: Don't call INCREF/DECREF on descr in NpyStringAcquireAllocator. (#...d1bffebBUG:np.linalg.svd(..., hermitian=True)returns non-unitaryvh(#31347)8d8d7e5Merge pull request #31453 from seberg/issue-31452bddaab7BUG: Fix regression inarr.conj()37a1eccMerge pull request #31444 from charris/begin-2.4.63c0e043MAINT: Prepare 2.4.x for further developmentUpdates
pandasfrom 3.0.1 to 3.0.3Release notes
Sourced from pandas's releases.
Commits
72f2feaRLS: 3.0.3 (#65590)2897590Backport PR #65436 on branch 3.0.x (Account for privatization of matplotlib `...49894b5Backport PR #65499 on branch 3.0.x (BUG: fix check if pyarrow is installed in...1c6d1e3[backport 3.0.x] PERF: remove special casing for zoneinfo in tz_localize_to_u...2a54711Backport PR #64379 on branch 3.0.x (PERF: improve performance with ZoneInfo t...036bb7cBackport PR #65482 on branch 3.0.x (PERF: don't call unique on dtypes for che...bf4c182Backport PR #65410 on branch 3.0.x (TST: also convert str index to object in ...dd02d75[backport 3.0.x] BUG: keep fsspec OpenFile alive for chained URL reads (#6547...aef3d0f[backport 3.0.x] CI: lowercase types-pymysql/types-pyyaml to fix mamba 2.6.0 ...bb8e248Backport PR #65399 on branch 3.0.x (DOC: fix source link for classes in the r...Updates
playwrightfrom 1.58.0 to 1.60.0Release notes
Sourced from playwright's releases.
... (truncated)
Commits
93f3201chore: roll driver to 1.60.0 (#3079)0ebdf2dfeat(assertions): add expect.soft() for collecting multiple failures (#3065)18810d8feat: add FormData class for form and multipart requests (#3060)b846ceechore: roll to 1.60.0-beta-1778142790000 (#3069)873c5c7fix(setup): update auditwheel to 6.4.0 for InWheel tempdir fix (#3063)9df9facfeat: accept datetime.timedelta for timeout parameters (#3059)856ae37devops: Update EsrpRelease (#3064)161bd3dbuild(deps): bump flake8 from 7.2.0 to 7.3.0 (#2896)ac9bf29build(deps): bump types-requests from 2.32.4.20250809 to 2.32.4.20260107 (#2975)deb2df8build(deps): bump pytest-cov from 6.3.0 to 7.1.0 (#2976)Updates
pymdown-extensionsfrom 10.21 to 10.21.3Release notes
Sourced from pymdown-extensions's releases.
Commits
4262841Fix spelling63b7835Merge commit from fork3d18550Docs: update js depsa4fdd73Skip tag 10.21.1 has we accidentally already used it8afb4cdDocs: Update JS deps7bf5b29Pygments needs a non-None value for code block title (#2863)20b11ebFix some spelling and formattingc9edba3Docs: strengthen Snippets warning and add security considerationsUpdates
pytestfrom 9.0.2 to 9.1.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
b2522cfPrepare release version 9.1.0368d2fc[refactor] TightenSetComparisonFunctiontoIterator[str](#14587)ff77cd8[refactor] Make base assertion comparisons return an iterator instead of a li...0d8491abuild(deps): Bump actions/stale from 10.2.0 to 10.3.04a809d9Merge pull request #14568 from pytest-dev/register-fixture5dfa385Fix recursion traceback test to cover all styles (#14582)f52ff0cAddpytest.register_fixturea8ac094Merge pull request #14567 from pytest-dev/more-visibility-deprecatee5620cd[pre-commit.ci] pre-commit autoupdate (#14577)2ce9c6dMerge pull request #14540 from minbang930/fix-14533-doctest-module-fixturesUpdates
pytest-playwrightfrom 0.7.2 to 0.8.0Release notes
Sourced from pytest-playwright's releases.
Commits
703c884feat: aggregate expect.soft() failures per test (#312)