Skip to content
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

chore(deps): update minor and patch updates #149

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
JamesIves/github-pages-deploy-action action patch v4.6.1 -> v4.6.3 age adoption passing confidence
certifi minor ==2024.2.2 -> ==2024.7.4 age adoption passing confidence
griffe (changelog) minor ==0.45.2 -> ==0.47.0 age adoption passing confidence
mkdocs-material (changelog) patch ==9.5.25 -> ==9.5.28 age adoption passing confidence
mkdocstrings-python (changelog) patch ==1.10.3 -> ==1.10.5 age adoption passing confidence
packaging minor ==24.0 -> ==24.1 age adoption passing confidence
python-adjudicator minor ==0.3.2 -> ==0.5.0 age adoption passing confidence
tomlkit dependencies minor ^0.12.1 -> ^0.13.0 age adoption passing confidence
typing_extensions (changelog) patch ==4.12.0 -> ==4.12.2 age adoption passing confidence
urllib3 (changelog) patch ==2.2.1 -> ==2.2.2 age adoption passing confidence

Release Notes

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v4.6.3

Compare Source

What's Changed

Build 🔧
  • Consolidated a number of build scripts to make publishing easier.

Full Changelog: JamesIves/github-pages-deploy-action@v4...v4.6.3

v4.6.2

Compare Source

What's Changed

Dependencies 🤖

Full Changelog: JamesIves/github-pages-deploy-action@v4.6.1...v4.6.2

certifi/python-certifi (certifi)

v2024.7.4

Compare Source

v2024.6.2

Compare Source

mkdocstrings/griffe (griffe)

v0.47.0

Compare Source

Compare with 0.46.1

WARNING: ⚡ Imminent v1! ⚡🚀 See v0.46.

Deprecations
  • The has_private_name and has_special_name properties on objects and aliases have been renamed is_private and is_special. The is_private property now only returns true if the name is not special.
Features
  • Add deprecated attribute and is_deprecated property to objects/aliases (2a75d84 by Timothée Mazzucotelli).
  • Add is_imported property to objects/aliases (de926cc by Timothée Mazzucotelli).
  • Add is_class_private property to objects/aliases (491b6c4 by Timothée Mazzucotelli).
Code Refactoring
  • Rename has_private_name and has_special_name to is_private and is_special (ae7c7e7 by Timothée Mazzucotelli).

v0.46.1

Compare Source

Compare with 0.46.0

WARNING: ⚡ Imminent v1! ⚡🚀 See v0.46.

Bug Fixes
  • Always consider special objects ("dunder" attributes/methods/etc.) to be public (3319410 by Timothée Mazzucotelli). Issue-294, Issue-295
  • Don't consider imported objects as public (ea90952 by Timothée Mazzucotelli). Discussion-169

v0.46.0

Compare Source

Compare with 0.45.3

WARNING: ⚡ Imminent v1! ⚡🚀
We are working on v1, and it will come soon, so we recommend that you consider adding an upper bound on Griffe. Version 1 will remove all legacy code! There will be a couple more v0 before so that you get all the deprecation warnings needed to upgrade your code using Griffe before upgrading to v1. See breaking changes and deprecations for v0.46 below.

Breaking Changes

We are still in v0, so no major bump yet.

  • Calling objects' [has_labels()][griffe.Object.has_labels] method with a labels keyword argument is not supported anymore. The parameter became a variadic positional parameter, so it cannot be used as a keyword argument anymore. Passing a sequence instead of multiple positional arguments still works but will emit a deprecation warning.
  • Calling the [load_extensions()][griffe.load_extensions] function with an exts keyword argument is not supported anymore. The parameter became a variadic positional parameter, so it cannot be used as a keyword argument anymore. Passing a sequence instead of multiple positional arguments still works but will emit a deprecation warning.
Deprecations
  • As seen above in the breaking changes section, the only parameters of [Object.has_labels()][griffe.Object.has_labels] and [load_extensions()][griffe.load_extensions] both became variadic positional parameters. Passing a sequence as single argument is deprecated in favor of passing multiple arguments. This is an ergonomic change: I myself often forgot to wrap extensions in a list. Passing sequences of labels (lists, sets, tuples) is also difficult from Jinja templates.
  • The following methods and properties on objects and aliases are deprecated: [member_is_exported()][griffe.Object.member_is_exported], [is_explicitely_exported][griffe.mixins.ObjectAliasMixin.is_explicitely_exported], [is_implicitely_exported][griffe.mixins.ObjectAliasMixin.is_implicitely_exported]. Use the [is_exported][griffe.mixins.ObjectAliasMixin.is_exported] property instead. See issue 281.
  • The [is_exported()][griffe.mixins.ObjectAliasMixin.is_exported] and [is_public()][griffe.mixins.ObjectAliasMixin.is_public] methods became properties. They can still be called like methods, but will emit deprecation warnings when doing so. See issue 281.
  • The ignore_private parameter of the [find_breaking_changes()][griffe.find_breaking_changes] function is now deprecated and unused. With the reworked "exported" and "public" API, this parameter became useless. See issue 281.
  • Using stats() instead of [Stats][griffe.stats.Stats] will now emit a deprecation warning.
Features
Bug Fixes
  • Handle partials as functions while inspecting (be29c32 by Timothée Mazzucotelli).
  • Populate lines collection before visiting/inspecting modules within helpers (08c3f40 by Timothée Mazzucotelli). Issue-272
  • Don't return all lines when line numbers are missing (9e6dcaa by Timothée Mazzucotelli). Issue-271
Code Refactoring
  • Emit deprecation warning when accessing stats instead of Stats (e5572d2 by Timothée Mazzucotelli).
  • Rework "exported" and "public" logic (b327b90 by Timothée Mazzucotelli). Issue-281
  • Allow passing multiple extensions to load_extensions instead of a sequence (fadb72b by Timothée Mazzucotelli). Issue-268
  • Allow passing multiple labels to Object.has_labels instead of set (c4e3bf2 by Timothée Mazzucotelli). Issue-267

v0.45.3

Compare Source

Compare with 0.45.2

Bug Fixes
  • Always call on_package_loaded hook on a package, and not any other object (40db38d by Timothée Mazzucotelli). Issue-283
squidfunk/mkdocs-material (mkdocs-material)

v9.5.28: mkdocs-material-9.5.28

Compare Source

  • Fixed #​7313: Improved tooltips mounted in sidebar when feature is disabled

v9.5.27: mkdocs-material-9.5.27

Compare Source

  • Updated Estonian translations

Thanks to @​Eilyre for their contributions

v9.5.26: mkdocs-material-9.5.26

Compare Source

  • Fixed #​7232: Tab switches on scroll when linking tabs (9.5.19 regression)
  • Fixed #​7230: Blog author avatar broken when referring to local file
mkdocstrings/python (mkdocstrings-python)

v1.10.5

Compare Source

Compare with 1.10.4

Bug Fixes
  • Mix both previous checks for displaying objects: not imported or public (587963b by Timothée Mazzucotelli). Issue-294

v1.10.4

Compare Source

Compare with 1.10.3

Code Refactoring
  • Only filter out imported objects instead of non-public ones after applying filters (e2f4b35 by Timothée Mazzucotelli). Issue-mkdocstrings/griffe-294
  • Update code for Griffe 0.46 to avoid deprecation warnings (321b407 by Timothée Mazzucotelli).
  • Change load_external_modules default value to None to support new default mode in Griffe (ae5896c by Timothée Mazzucotelli).
pypa/packaging (packaging)

v24.1

Compare Source

What's Changed

New Contributors

Full Changelog: pypa/packaging@24.0...24.1

NiklasRosenstein/python-adjudicator (python-adjudicator)

v0.5.0

Compare Source

v0.4.0

Compare Source

sdispater/tomlkit (tomlkit)

v0.13.0

Compare Source

Changed
  • Expect a tomlkit-specific error instead of TypeError from a custom encoder. (#​355)
  • Drop support for Python older than 3.8. Remove 3.7 from the CI matrix.
Fixed
  • Fix the incompatiblity with 3.13 because of the datetime.replace() change. (#​333)
  • Revert the change of parsing out-of-order tables. (#​347)
  • Keep the nested out-of-order table. (#​361)
python/typing_extensions (typing_extensions)

v4.12.2

Compare Source

  • Fix regression in v4.12.0 where specialization of certain
    generics with an overridden __eq__ method would raise errors.
    Patch by Jelle Zijlstra.
  • Fix tests so they pass on 3.13.0b2

v4.12.1

Compare Source

  • Preliminary changes for compatibility with the draft implementation
    of PEP 649 in Python 3.14. Patch by Jelle Zijlstra.
  • Fix regression in v4.12.0 where nested Annotated types would cause
    TypeError to be raised if the nested Annotated type had unhashable
    metadata. Patch by Alex Waygood.
urllib3/urllib3 (urllib3)

v2.2.2

Compare Source

==================

  • Added the Proxy-Authorization header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via Retry.remove_headers_on_redirect.
  • Allowed passing negative integers as amt to read methods of http.client.HTTPResponse as an alternative to None. (#&#8203;3122 <https://github.com/urllib3/urllib3/issues/3122>__)
  • Fixed return types representing copying actions to use typing.Self. (#&#8203;3363 <https://github.com/urllib3/urllib3/issues/3363>__)

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 4 times, most recently from a56d362 to 8ca88e0 Compare June 1, 2024 19:54
@renovate renovate bot changed the title chore(deps): update dependency python-adjudicator to v0.5.0 chore(deps): update minor and patch updates Jun 1, 2024
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 3 times, most recently from fa6a8f3 to feba56e Compare June 7, 2024 21:07
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 2 times, most recently from 06d2281 to 20d0236 Compare June 10, 2024 00:57
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 6 times, most recently from 1fd8837 to 5b42d2c Compare June 19, 2024 16:05
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch 2 times, most recently from 078a35c to c56cd7c Compare July 5, 2024 16:34
@renovate renovate bot force-pushed the renovate/minor-and-patch-updates branch from c56cd7c to dceea3d Compare July 10, 2024 09:44
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.

None yet

0 participants