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 in /.config with 6 updates #4482

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2025

Bumps the dependencies group in /.config with 6 updates:

Package From To
referencing 0.35.1 0.36.1
griffe 1.5.4 1.5.5
license-expression 30.4.0 30.4.1
mkdocs-autorefs 1.2.0 1.3.0
mkdocs-material 9.5.49 9.5.50
virtualenv 20.28.1 20.29.1

Updates referencing from 0.35.1 to 0.36.1

Release notes

Sourced from referencing's releases.

v0.36.1

What's Changed

New Contributors

Full Changelog: python-jsonschema/referencing@v0.36.0...v0.36.1

v0.36.0

Full Changelog: python-jsonschema/referencing@v0.35.1...v0.36.0

Changelog

Sourced from referencing's changelog.

v0.36.1

  • Add a lower pin on typing-extensions for the version we depend on.

v0.36.0

  • Declare support for Python 3.13.
Commits
  • 35d571d Merge pull request #211 from lukasmasuch/add-typing-extensions-min-version-pin
  • 710f893 Add lower bound pin for typing-extensions
  • 4db2000 Merge pull request #210 from python-jsonschema/dependabot/submodules/suite-d0...
  • 1fd94c2 Bump suite from e8a1874 to d01bb7a
  • e8f5bd8 Add the uv lockfile.
  • 7159c97 And uv in the build noxenv.
  • 4158241 More uv in CI.
  • d47a5e1 Merge pull request #207 from python-jsonschema/pre-commit-ci-update-config
  • 148a943 Merge pull request #208 from python-jsonschema/dependabot/submodules/suite-e8...
  • 7708e25 Bump suite from b319a5d to e8a1874
  • Additional commits viewable in compare view

Updates griffe from 1.5.4 to 1.5.5

Release notes

Sourced from griffe's releases.

1.5.5

1.5.5 - 2025-01-16

Compare with 1.5.4

Bug Fixes

  • Fix check command's Markdown output format not displaying parameter names (5e7af22 by Timothée Mazzucotelli).
  • Don't output empty change for removed objects when using GitHub output format (check command) (6842372 by Timothée Mazzucotelli). Issue-349
Changelog

Sourced from griffe's changelog.

1.5.5 - 2025-01-16

Compare with 1.5.4

Bug Fixes

  • Fix check command's Markdown output format not displaying parameter names (5e7af22 by Timothée Mazzucotelli).
  • Don't output empty change for removed objects when using GitHub output format (check command) (6842372 by Timothée Mazzucotelli). Issue-349
Commits
  • 87b2f18 chore: Prepare release 1.5.5
  • 1081fd5 docs: Add how-to set objects' docstring styles
  • a22237a docs: Explicitly list Google-style parser's parameters and document them
  • 5e7af22 fix: Fix check command's Markdown output format not displaying parameter names
  • 6842372 fix: Don't output empty change for removed objects when using GitHub output f...
  • See full diff in compare view

Updates license-expression from 30.4.0 to 30.4.1

Release notes

Sourced from license-expression's releases.

v30.4.1

This is a minor release without API changes to update the license list to latest ScanCode and SPDX 3.26

What's Changed

New Contributors

Full Changelog: aboutcode-org/license-expression@v30.4.0...v30.4.1

Changelog

Sourced from license-expression's changelog.

v30.4.1 - 2025-01-10

This is a minor release without API changes:

  • Use latest skeleton
  • Update license list to latest ScanCode and SPDX 3.26
Commits
  • 88fd3d9 Merge pull request #107 from aboutcode-org/update-spdx-license-list
  • 8dd9e3d Merge pull request #106 from StefanFl/main
  • e6c5ff9 Sync with latest scancode-licensedb with SPDX 3.26
  • 477e773 SecObserve uses license-expression
  • See full diff in compare view

Updates mkdocs-autorefs from 1.2.0 to 1.3.0

Release notes

Sourced from mkdocs-autorefs's releases.

1.3.0

1.3.0 - 2025-01-12

Compare with 1.2.0

Build

  • Drop support for Python 3.8 (ee3eaad by Timothée Mazzucotelli).

Features

Bug Fixes

  • Fallback to slugified title as id for non-exact, non-code references ([Hello World][] -> [hello-world][]) (13428f1 by Timothée Mazzucotelli). Issue-58

Code Refactoring

  • Deprecate fallback mechanism (5e89cd8 by Timothée Mazzucotelli). Issue-61
  • Log a debug message for unresolved optional references (9e990d7 by Timothée Mazzucotelli).
Changelog

Sourced from mkdocs-autorefs's changelog.

1.3.0 - 2025-01-12

Compare with 1.2.0

Build

  • Drop support for Python 3.8 (ee3eaad by Timothée Mazzucotelli).

Features

Bug Fixes

  • Fallback to slugified title as id for non-exact, non-code references ([Hello World][] -> [hello-world][]) (13428f1 by Timothée Mazzucotelli). Issue-58

Code Refactoring

  • Deprecate fallback mechanism (5e89cd8 by Timothée Mazzucotelli). Issue-61
  • Log a debug message for unresolved optional references (9e990d7 by Timothée Mazzucotelli).
Commits
  • 95bbdfc chore: Prepare release 1.3.0
  • 861beeb chore: Add Yore comments above legacy ref stuff
  • 5e89cd8 refactor: Deprecate fallback mechanism
  • 7f45227 tests: Test plugin's "multiple URLs" warnings and use of first URL
  • 54a02a7 feat: Handle inline references with markup within them
  • 9e990d7 refactor: Log a debug message for unresolved optional references
  • d195e41 style: Import Markup
  • 559c723 feat: Separate URLs in two groups, primary and secondary
  • 88f1dc9 chore: Template upgrade
  • 5785a63 tests: Use the run_references_test utilitiy functions
  • Additional commits viewable in compare view

Updates mkdocs-material from 9.5.49 to 9.5.50

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.50

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

Sourced from mkdocs-material's changelog.

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)

  • Fixed #7896: Scoped tags listings not rendering in subsections

mkdocs-material-9.5.49 (2024-12-16)

  • Adjusted title color in dark mode for all supported Mermaid.js diagrams
  • Fixed #7803: Privacy plugin crashes on generated files
  • Fixed #7781: Mermaid.js flow chart title not visible in dark mode

mkdocs-material-9.5.48 (2024-12-08)

  • Fixed #7774: Disabling social cards doesn't work

mkdocs-material-9.5.47 (2024-12-01)

  • Fixed #7750: Numeric tags break search
  • Fixed #7748: Blog plugin breaks when using future drafts (9.5.45 regression)

mkdocs-material-9.5.46 (2024-11-25)

  • Added support for removing preload hints in privacy plugin
  • Fixed #7734: Code blocks in h5 headlines are uppercased
  • Fixed #7725: Blog plugin crashing on missing timezone (9.5.45 regression)

mkdocs-material-9.5.45 (2024-11-20)

  • Reduced size of Docker image through multi-stage build
  • Fixed #7708: Blog plugin crashing on YAML dates with timezones

mkdocs-material-9.5.44 (2024-11-05)

  • Fixed #7672: Font CSS 404's when using privacy plugin (9.5.43 regression)

mkdocs-material-9.5.43 (2024-10-31)

  • Added support for external images in SVGs in privacy plugin
  • Fixed #7651: Privacy plugin doesn't handle quoted URLs in CSS

mkdocs-material-9.5.42 (2024-10-20)

  • Fixed #7625: Invalid encoding of boolean attributes in privacy plugin
  • Fixed #7624: Crash when disabling privacy plugin (9.5.41 regression)

mkdocs-material-9.5.41 (2024-10-15)

... (truncated)

Commits

Updates virtualenv from 20.28.1 to 20.29.1

Release notes

Sourced from virtualenv's releases.

20.29.1

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.29.0...20.29.1

20.29.0

What's Changed

New Contributors

Full Changelog: pypa/virtualenv@20.28.1...20.29.0

Changelog

Sourced from virtualenv's changelog.

v20.29.1 (2025-01-17)

Bugfixes - 20.29.1

- Fix PyInfo cache incompatbility warnings - by :user:`robsdedude`. (:issue:`2827`)

v20.29.0 (2025-01-15)

Features - 20.29.0

  • Add support for selecting free-threaded Python interpreters, e.g., python3.13t. (:issue:2809)

Bugfixes - 20.29.0

- Upgrade embedded wheels:
  • setuptools to 75.8.0 from 75.6.0 (:issue:2823)
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

@dependabot dependabot bot requested a review from a team as a code owner January 19, 2025 06:59
@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 Jan 19, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/dot-config/dependencies-fef1288d3e branch from 04a395c to 91b82ca Compare January 19, 2025 20:46
@ssbarnea ssbarnea force-pushed the dependabot/pip/dot-config/dependencies-fef1288d3e branch from 91b82ca to fa01d6a Compare January 19, 2025 21:04
@ssbarnea ssbarnea removed the skip-changelog Can be missed from the changelog. label Jan 19, 2025
@ansibuddy ansibuddy enabled auto-merge (squash) January 19, 2025 21:06
Bumps the dependencies group in /.config with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [referencing](https://github.com/python-jsonschema/referencing) | `0.35.1` | `0.36.1` |
| [griffe](https://github.com/mkdocstrings/griffe) | `1.5.4` | `1.5.5` |
| [license-expression](https://github.com/aboutcode-org/license-expression) | `30.4.0` | `30.4.1` |
| [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.2.0` | `1.3.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.49` | `9.5.50` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.28.1` | `20.29.1` |

Updates `referencing` from 0.35.1 to 0.36.1
- [Release notes](https://github.com/python-jsonschema/referencing/releases)
- [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst)
- [Commits](python-jsonschema/referencing@v0.35.1...v0.36.1)

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

Updates `license-expression` from 30.4.0 to 30.4.1
- [Release notes](https://github.com/aboutcode-org/license-expression/releases)
- [Changelog](https://github.com/aboutcode-org/license-expression/blob/main/CHANGELOG.rst)
- [Commits](aboutcode-org/license-expression@v30.4.0...v30.4.1)

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

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

Updates `virtualenv` from 20.28.1 to 20.29.1
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.28.1...20.29.1)

---
updated-dependencies:
- dependency-name: referencing
  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-patch
  dependency-group: dependencies
- dependency-name: license-expression
  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: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@ssbarnea ssbarnea force-pushed the dependabot/pip/dot-config/dependencies-fef1288d3e branch from a8b4333 to 81713d0 Compare January 20, 2025 09:34
@ansibuddy ansibuddy merged commit bd37652 into main Jan 20, 2025
28 checks passed
@ansibuddy ansibuddy deleted the dependabot/pip/dot-config/dependencies-fef1288d3e branch January 20, 2025 09:49
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 minor
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants