Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

fix(deps): update all dependencies #65

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
Loading
from
Open

fix(deps): update all dependencies #65

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
faker (changelog) 37.1.0 -> 37.3.0 age adoption passing confidence dev minor
mkdocs-material (changelog) 9.6.10 -> 9.6.14 age adoption passing confidence doc patch
pre-commit/mirrors-mypy v1.15.0 -> v1.16.0 age adoption passing confidence repository minor
pytest-asyncio (changelog) ^0.26.0 -> ^1.0.0 age adoption passing confidence dev major
pytest-cov (changelog) 6.0.0 -> 6.1.1 age adoption passing confidence dev minor
python-poetry/poetry 2.1.2 -> 2.1.3 age adoption passing confidence repository patch
validators (changelog) ^0.34.0 -> ^0.35.0 age adoption passing confidence dependencies minor

Note: The pre-commit manager in Renovate is not supported by the pre-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

joke2k/faker (faker)

v37.3.0

Compare Source

v37.2.1

Compare Source

  • Remove duplicate cities in de_DE address provider. Thanks @​KarelZe.

v37.2.0

Compare Source

v37.1.1

Compare Source

  • Fix type annotations for Python 3.14. Thanks @​mgorny.
squidfunk/mkdocs-material (mkdocs-material)

v9.6.14: mkdocs-material-9.6.14

Compare Source

  • Fixed #​8215: Social plugin crashes when CairoSVG is updated to 2.8

v9.6.13: mkdocs-material-9.6.13

Compare Source

  • Fixed #​8204: Annotations showing list markers in print view
  • Fixed #​8153: Improve style of cardinality symbols in Mermaid.js ER diagrams

v9.6.12: mkdocs-material-9.6.12

Compare Source

  • Fixed #​8158: Flip footnote back reference icon for right-to-left languages

v9.6.11: mkdocs-material-9.6.11

Compare Source

  • Updated Docker image to latest Alpine Linux
  • Bump required Jinja version to 3.1
  • Fixed #​8133: Jinja filter items not available (9.6.10 regression)
  • Fixed #​8128: Search plugin not entirely disabled via enabled setting
pre-commit/mirrors-mypy (pre-commit/mirrors-mypy)

v1.16.0

Compare Source

pytest-dev/pytest-asyncio (pytest-asyncio)

v1.0.0: pytest-asyncio 1.0.0

Compare Source

1.0.0 - 2025-05-26

Removed

  • The deprecated event_loop fixture.
    (#​1106)

Added

  • Prelimiary support for Python 3.14
    (#​1025)

Changed

  • Scoped event loops (e.g. module-scoped loops) are created once rather
    than per scope (e.g. per module). This reduces the number of fixtures
    and speeds up collection time, especially for large test suites.
    (#​1107)
  • The loop_scope argument to pytest.mark.asyncio no longer forces
    that a pytest Collector exists at the level of the specified scope.
    For example, a test function marked with
    pytest.mark.asyncio(loop_scope="class") no longer requires a class
    surrounding the test. This is consistent with the behavior of the
    scope argument to pytest_asyncio.fixture.
    (#​1112)

Fixed

  • An error caused when using pytest's [--setup-plan]{.title-ref}
    option.
    (#​630)
  • Unsuppressed import errors with pytest option
    --doctest-ignore-import-errors
    (#​797)
  • A "fixture not found" error in connection with package-scoped loops
    (#​1052)

Notes for Downstream Packagers

  • Removed a test that had an ordering dependency on other tests.
    (#​1114)
pytest-dev/pytest-cov (pytest-cov)

v6.1.1

Compare Source

  • Fixed breakage that occurs when --cov-context and the no_cover marker are used together.

v6.1.0

Compare Source

  • Change terminal output to use full width lines for the coverage header.
    Contributed by Tsvika Shapira in #&#8203;678 <https://github.com/pytest-dev/pytest-cov/pull/678>_.
  • Removed unnecessary CovFailUnderWarning. Fixes #&#8203;675 <https://github.com/pytest-dev/pytest-cov/issues/675>_.
  • Fixed the term report not using the precision specified via --cov-precision.
python-poetry/poetry (python-poetry/poetry)

v2.1.3

Compare Source

Changed
  • Require importlib-metadata<8.7 for Python 3.9 because of a breaking change in importlib-metadata 8.7 (#​10374).
Fixed
  • Fix an issue where re-locking failed for incomplete multiple-constraints dependencies with explicit sources (#​10324).
  • Fix an issue where the --directory option did not work if a plugin, which accesses the poetry instance during its activation, was installed (#​10352).
  • Fix an issue where poetry env activate -v printed additional information to stdout instead of stderr so that the output could not be used as designed (#​10353).
  • Fix an issue where the original error was not printed if building a git dependency failed (#​10366).
  • Fix an issue where wheels for the wrong platform were installed in rare cases. (#​10361).
poetry-core (2.1.3)
  • Fix an issue where the union of specific inverse or partially inverse markers was not simplified (#​858).
  • Fix an issue where optional dependencies defined in the project section were treated as non-optional when a source was defined for them in the tool.poetry section (#​857).
  • Fix an issue where markers with === were not parsed correctly (#​860).
  • Fix an issue where local versions with upper case letters caused an error (#​859).
  • Fix an issue where extra markers with a value starting with "in" were not validated correctly (#​862).
python-validators/validators (validators)

v0.35.0

Compare Source

Breaking ⚠️

  • Drops support for Python v3.8.

Features

Maintenance

Full Changelog: 0.34.0...0.35.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all branch from 164275e to 8bb0da6 Compare May 1, 2025 06:27
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies May 1, 2025
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2b87347 to 0051293 Compare May 10, 2025 11:09
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9a13130 to 1b5e730 Compare May 14, 2025 19:05
@renovate renovate bot force-pushed the renovate/all branch from 1b5e730 to 1fa3655 Compare May 26, 2025 10:00
@renovate renovate bot force-pushed the renovate/all branch from 1fa3655 to 5b670bb Compare May 30, 2025 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.