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

Bump the dependencies group across 1 directory with 9 updates #4542

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps the dependencies group with 9 updates in the /.config directory:

Package From To
cryptography 44.0.1 44.0.2
cssselect2 0.7.0 0.8.0
griffe 1.5.7 1.6.0
isort 6.0.0 6.0.1
mkdocs-autorefs 1.3.1 1.4.0
mkdocs-material 9.6.5 9.6.7
mkdocstrings 0.28.1 0.28.2
mkdocstrings-python 1.16.1 1.16.2
pytest 8.3.4 8.3.5

Updates cryptography from 44.0.1 to 44.0.2

Changelog

Sourced from cryptography's changelog.

44.0.2 - 2025-03-01


* We now build wheels for PyPy 3.11.

.. _v44-0-1:

Commits

Updates cssselect2 from 0.7.0 to 0.8.0

Release notes

Sourced from cssselect2's releases.

0.8.0

  • Drop support of Python 3.8 and 3.9, support 3.12 and 3.13
  • Handle case-sensitive and case-insensitive attribute selectors
Changelog

Sourced from cssselect2's changelog.

Changelog

Version 0.8.0 .............

Released on 2025-03-05.

  • Drop support of Python 3.8 and 3.9, support 3.12 and 3.13
  • Handle case-sensitive and case-insensitive attribute selectors

Version 0.7.0 .............

Released on 2022-09-19.

  • Support :has selector

Version 0.6.0 .............

Released on 2022-04-15.

This version deprecates the iter_ancestors and iter_previous_siblings methods, that will be removed in 0.7.0. Use the ancestors and previous_siblings properties instead.

  • Improve speed of ancestors and previous siblings

Version 0.5.0 .............

Released on 2022-02-27.

  • Support Python 3.10
  • Drop support of Python 3.6
  • Handle many CSS4 selectors
  • Ignore comments at the beginning of selectors

Version 0.4.1 .............

Released on 2020-10-29.

  • Fix PyPI description and various links.

... (truncated)

Commits
  • 774f276 Version 0.8.0
  • e173743 Add GitHub Action for releases
  • de25d57 Use Furo theme for documentation
  • a6d100e Drop support of Python 3.9, support 3.13
  • cb92103 Allow lines to be a bit longer
  • 9d60aed Remove useless sort key for selectors
  • d65a4e4 Drop support of Python 3.8, support 3.12
  • eec7802 Merge pull request #32 from Kozea/ruff
  • ce9d7c0 Use ruff instead of flake8 and isort
  • 102f50b Fix coding style
  • Additional commits viewable in compare view

Updates griffe from 1.5.7 to 1.6.0

Release notes

Sourced from griffe's releases.

1.6.0

1.6.0 - 2025-03-01

Compare with 1.5.7

Features

  • Allow passing literal docstring styles everywhere in the API, not just Parser enumeration values (053bf20 by Timothée Mazzucotelli).

Bug Fixes

Changelog

Sourced from griffe's changelog.

1.6.0 - 2025-03-01

Compare with 1.5.7

Features

  • Allow passing literal docstring styles everywhere in the API, not just Parser enumeration values (053bf20 by Timothée Mazzucotelli).

Bug Fixes

Commits
  • e163cfb chore: Prepare release 1.6.0
  • 087832f fix: Follow symlinks when finding modules
  • 053bf20 feat: Allow passing literal docstring styles everywhere in the API, not just ...
  • 9929f47 chore: Clean up (remove unused private variable)
  • d1b6c00 chore: Add note about ExprConstant not being used
  • 3684cd6 docs: Remove redundant titles/sections
  • 040adcf Merge branch 'main' of github.com:mkdocstrings/griffe
  • 628d5e8 tests: Change test_load_builtin_modules to use module present in PyPy
  • bb185f7 docs: Render members of object base models to avoid cross-ref ambiguities
  • 6245de8 docs: Fix mkdocstrings instructions
  • Additional commits viewable in compare view

Updates isort from 6.0.0 to 6.0.1

Release notes

Sourced from isort's releases.

6.0.1

Changes

🪲 Fixes

👷 Continuous Integration

Commits

Updates mkdocs-autorefs from 1.3.1 to 1.4.0

Release notes

Sourced from mkdocs-autorefs's releases.

1.4.0

1.4.0 - 2025-02-24

Compare with 1.3.1

Features

Code Refactoring

  • Move code to internal folder, expose public API in top-level module, document all public objects (9615d13 by Timothée Mazzucotelli).
  • Store actual page instance instead of URL in plugin's current_page attribute (8023588 and 2009f85 by Timothée Mazzucotelli).
  • Use the on_env hook to fix cross-references (70fec3e by Timothée Mazzucotelli). Discussion-mkdocs-3917
  • Record heading titles alongside URLs (791782e by Timothée Mazzucotelli). Issue-33
Changelog

Sourced from mkdocs-autorefs's changelog.

1.4.0 - 2025-02-24

Compare with 1.3.1

Features

Code Refactoring

  • Move code to internal folder, expose public API in top-level module, document all public objects (9615d13 by Timothée Mazzucotelli).
  • Store actual page instance instead of URL in plugin's current_page attribute (8023588 and 2009f85 by Timothée Mazzucotelli).
  • Use the on_env hook to fix cross-references (70fec3e by Timothée Mazzucotelli). Discussion-mkdocs-3917
  • Record heading titles alongside URLs (791782e by Timothée Mazzucotelli). Issue-33
Commits
  • 901d382 chore: Prepare release 1.4.0
  • b21aefd fix: Only preserve tags in titles if Material for MkDocs' content.tooltips ...
  • b653e01 chore: Reorganize code within modules
  • 3b769b7 docs: Simplify API docs
  • b04c64d chore: Template upgrade
  • 2009f85 fix: Patch MkDocs pages to provide an __str__ method returning their URL
  • 9615d13 refactor: Move code to internal folder, expose public API in top-level module...
  • 101651c chore: Template upgrade
  • 5a3b387 feat: Add backlinks feature
  • 8023588 refactor: Store actual page instance instead of URL in plugin's `current_page...
  • Additional commits viewable in compare view

Updates mkdocs-material from 9.6.5 to 9.6.7

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.6.7

  • Fixed #8056: Error in backrefs implementation (9.6.6 regression)
  • Fixed #8054: Unescaped quotes in ARIA labels of table of contents

mkdocs-material-9.6.6

  • Fixed #8040: Privacy plugin not replacing exteral assets (9.6.5 regression)
  • Fixed #8031: Replace unmaintained regex package in search plugin
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.6.7 (2025-03-03)

  • Fixed #8056: Error in backrefs implementation (9.6.6 regression)
  • Fixed #8054: Unescaped quotes in ARIA labels of table of contents

mkdocs-material-9.6.6 (2025-03-01)

  • Fixed #8040: Privacy plugin not replacing exteral assets (9.6.5 regression)
  • Fixed #8031: Replace unmaintained regex package in search plugin

mkdocs-material-9.6.5 (2025-02-20)

  • Fixed #8016: Tags listing not showing when when file name has spaces
  • Fixed #8012: Privacy plugin crashes if HTTP download fails

mkdocs-material-9.6.4 (2025-02-12)

  • Fixed #7985: Blog content sometimes not stretching to full width
  • Fixed #7978: Navigation rendering bug in Safari 18.3

mkdocs-material-9.6.3 (2025-02-07)

  • Fixed rendering of arrow heads in Mermaid.js class diagrams
  • Fixed #7960: Tags plugin crashes on numeric metadata titles

mkdocs-material-9.6.2 (2025-02-03)

  • Fixed #7955: Excessively long words don't break on narrow screens
  • Fixed #7947: Scope setting interferes with outdated version banner

mkdocs-material-9.6.1 (2025-01-31)

  • Fixed #7943: Tags plugin crashing due to merge error

mkdocs-material-9.6.0 (2025-01-31)

  • Added meta plugin
  • Rewrite of the tags plugin
  • Added support for allow lists in tags plugin
  • Added support for and custom sorting in tags plugin
  • Added support for related links in blog plugin
  • Added support for custom index pages in blog plugin
  • Added support for navigation subtitles
  • Fixed #7924: Anchors might require two clicks when using instant navigation

mkdocs-material-9.5.50 (2025-01-18)

  • Fixed #7913: Social plugin renders attribute lists in page title

mkdocs-material-9.5.49+insiders-4.53.15 (2025-01-15)

... (truncated)

Commits

Updates mkdocstrings from 0.28.1 to 0.28.2

Release notes

Sourced from mkdocstrings's releases.

0.28.2

0.28.2 - 2025-02-24

Compare with 0.28.1

Build

  • Depend on mkdocs-autorefs >= 1.4 (2c22bdc by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings's changelog.

0.28.2 - 2025-02-24

Compare with 0.28.1

Build

  • Depend on mkdocs-autorefs >= 1.4 (2c22bdc by Timothée Mazzucotelli).
Commits

Updates mkdocstrings-python from 1.16.1 to 1.16.2

Release notes

Sourced from mkdocstrings-python's releases.

1.16.2

1.16.2 - 2025-02-24

Compare with 1.16.1

Build

  • Depend on mkdocs-autorefs >= 1.4 and mkdocstrings >= 0.28.2 (ea1ab49 by Timothée Mazzucotelli).
Changelog

Sourced from mkdocstrings-python's changelog.

1.16.2 - 2025-02-24

Compare with 1.16.1

Build

  • Depend on mkdocs-autorefs >= 1.4 and mkdocstrings >= 0.28.2 (ea1ab49 by Timothée Mazzucotelli).
Commits
  • cfa9848 chore: Prepare release 1.16.2
  • ea1ab49 build: Depend on mkdocs-autorefs >= 1.4 and mkdocstrings >= 0.28.2
  • See full diff in compare view

Updates pytest from 8.3.4 to 8.3.5

Release notes

Sourced from pytest's releases.

8.3.5

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #13256: Support for Towncrier versions released in 2024 has been re-enabled when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 9 updates in the /.config directory:

| Package | From | To |
| --- | --- | --- |
| [cryptography](https://github.com/pyca/cryptography) | `44.0.1` | `44.0.2` |
| [cssselect2](https://github.com/Kozea/cssselect2) | `0.7.0` | `0.8.0` |
| [griffe](https://github.com/mkdocstrings/griffe) | `1.5.7` | `1.6.0` |
| [isort](https://github.com/PyCQA/isort) | `6.0.0` | `6.0.1` |
| [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.3.1` | `1.4.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.5` | `9.6.7` |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.28.1` | `0.28.2` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) | `1.16.1` | `1.16.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` |



Updates `cryptography` from 44.0.1 to 44.0.2
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@44.0.1...44.0.2)

Updates `cssselect2` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/Kozea/cssselect2/releases)
- [Changelog](https://github.com/Kozea/cssselect2/blob/main/docs/changelog.rst)
- [Commits](Kozea/cssselect2@0.7.0...0.8.0)

Updates `griffe` from 1.5.7 to 1.6.0
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@1.5.7...1.6.0)

Updates `isort` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@6.0.0...6.0.1)

Updates `mkdocs-autorefs` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/mkdocstrings/autorefs/releases)
- [Changelog](https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/autorefs@1.3.1...1.4.0)

Updates `mkdocs-material` from 9.6.5 to 9.6.7
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.6.5...9.6.7)

Updates `mkdocstrings` from 0.28.1 to 0.28.2
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.28.1...0.28.2)

Updates `mkdocstrings-python` from 1.16.1 to 1.16.2
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/python@1.16.1...1.16.2)

Updates `pytest` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.4...8.3.5)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cssselect2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: griffe
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: isort
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocs-autorefs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocstrings
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mkdocstrings-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot-deps-updates PRs from GitHub Dependabot with the dependency updates minor skip-changelog Can be missed from the changelog. labels Mar 6, 2025
@dependabot dependabot bot requested a review from a team as a code owner March 6, 2025 11:47
Copy link

github-actions bot commented Mar 6, 2025

Label error. Requires exactly 1 of: bug, enhancement, major, minor, patch, skip-changelog. Found: skip-changelog, dependabot-deps-updates, dependencies, minor

Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Mar 9, 2025
@dependabot dependabot bot deleted the dependabot/pip/dot-config/dependencies-373362a10f branch March 9, 2025 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot-deps-updates PRs from GitHub Dependabot with the dependency updates dependencies minor skip-changelog Can be missed from the changelog.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

0 participants