containerbuildsystem / cachi2

Cachi2 is a CLI tool that pre-fetches your project's dependencies to aid in making your build process network-isolated.
GNU General Public License v3.0
8 stars 26 forks source link

build(deps): bump the dep-minor-updates group with 6 updates #458

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps the dep-minor-updates group with 6 updates:

Package From To
jsonschema 4.20.0 4.21.1
pluggy 1.3.0 1.4.0
pydantic 2.5.3 2.6.0
pydantic-core 2.14.6 2.16.1
referencing 0.32.1 0.33.0
rpds-py 0.16.2 0.17.1

Updates jsonschema from 4.20.0 to 4.21.1

Release notes

Sourced from jsonschema's releases.

v4.21.1

  • Slightly speed up the contains keyword by removing some unnecessary validator (re-)creation.

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.21.0...v4.21.1

v4.21.0

What's Changed

  • Fix the behavior of enum in the presence of 0 or 1 to properly consider True and False unequal (#1208).
  • Special case the error message for {min,max}{Items,Length,Properties} when they're checking for emptiness rather than true length.

New Contributors

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.20.0...v4.21.0

Changelog

Sourced from jsonschema's changelog.

v4.21.1

  • Slightly speed up the contains keyword by removing some unnecessary validator (re-)creation.

v4.21.0

  • Fix the behavior of enum in the presence of 0 or 1 to properly consider True and False unequal (#1208).
  • Special case the error message for {min,max}{Items,Length,Properties} when they're checking for emptiness rather than true length.
Commits
  • aa53fd0 Slightly speed up the contains keyword.
  • c9e2029 perf -> bench
  • 31dec3d Update the CHANGELOG.
  • 8875c2e Also improve min{Length,Properties}'s error message.
  • 74dfd48 Squashed 'json/' changes from 217bf81b..544f7c3d
  • 3e46f22 Merge pull request #1208 from otto-ifak/fix_enum
  • e45be0b Update docs requirements.
  • 6b4441e New ruff fixed some bugs.
  • c7a37f2 Merge pull request #1209 from python-jsonschema/pre-commit-ci-update-config
  • 1b72180 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view


Updates pluggy from 1.3.0 to 1.4.0

Changelog

Sourced from pluggy's changelog.

pluggy 1.4.0 (2024-01-24)

Features

  • [#463](https://github.com/pytest-dev/pluggy/issues/463) <https://github.com/pytest-dev/pluggy/issues/463>_: A warning :class:~pluggy.PluggyTeardownRaisedWarning is now issued when an old-style hookwrapper raises an exception during teardown. See the warning documentation for more details.

  • [#471](https://github.com/pytest-dev/pluggy/issues/471) <https://github.com/pytest-dev/pluggy/issues/471>_: Add :func:PluginManager.unblock <pluggy.PluginManager.unblock> method to unblock a plugin by plugin name.

Bug Fixes

  • [#441](https://github.com/pytest-dev/pluggy/issues/441) <https://github.com/pytest-dev/pluggy/issues/441>_: Fix :func:~pluggy.HookCaller.call_extra() extra methods getting ordered before everything else in some circumstances. Regressed in pluggy 1.1.0.

  • [#438](https://github.com/pytest-dev/pluggy/issues/438) <https://github.com/pytest-dev/pluggy/issues/438>_: Fix plugins registering other plugins in a hook when the other plugins implement the same hook itself. Regressed in pluggy 1.1.0.

Commits
  • 2efd28e Preparing release 1.4.0
  • ebeb2f2 Merge pull request #471 from bluetech/unblock
  • 3a28b4d Merge pull request #464 from bluetech/hookwrapper-teardown-warning
  • 4331b7a Merge pull request #473 from bluetech/iterator-invalidation
  • 7aef3e6 hooks: fix plugins registering other plugins in a hook
  • cc36605 Merge pull request #472 from bluetech/call-extra-ordering-fix
  • 443fee6 hooks: fix call_extra extra methods getting ordered before everything else
  • 4577b45 hooks: add comment describing _hookimpls's format/invariants.
  • 13b3661 Add PluginManager.unblock method to unblock a name
  • 4b5b2d4 CHANGELOG: fix errors in 1.0.0 entry
  • Additional commits viewable in compare view


Updates pydantic from 2.5.3 to 2.6.0

Release notes

Sourced from pydantic's releases.

v2.6.0 2024-01-29

v2.6.0 (2024-01-29)

GitHub release

The code released in v2.6.0 is practically identical to that of v2.6.0b1.

What's Changed

Packaging

  • Check for email-validator version >= 2.0 by @​commonism in #6033
  • Upgrade `ruff`` target version to Python 3.8 by @​Elkiwa in #8341
  • Update to pydantic-extra-types==2.4.1 by @​yezz123 in #8478
  • Update to pyright==1.1.345 by @​Viicos in #8453
  • Update pydantic-core from 2.14.6 to 2.16.1, significant changes from these updates are described below, full changelog here

New Features

Changes

Performance

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.6.0 (2024-01-23)

GitHub release

The code released in v2.6.0 is practically identical to that of v2.6.0b1.

What's Changed

Packaging

  • Check for email-validator version >= 2.0 by @​commonism in #6033
  • Upgrade `ruff`` target version to Python 3.8 by @​Elkiwa in #8341
  • Update to pydantic-extra-types==2.4.1 by @​yezz123 in #8478
  • Update to pyright==1.1.345 by @​Viicos in #8453
  • Update pydantic-core from 2.14.6 to 2.16.1, significant changes from these updates are described below, full changelog here

New Features

Changes

Performance

... (truncated)

Commits


Updates pydantic-core from 2.14.6 to 2.16.1

Release notes

Sourced from pydantic-core's releases.

v2.16.1 2024-01-19

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.16.0...v2.16.1

v2.16.0 2024-01-17

What's Changed

Full Changelog: https://github.com/pydantic/pydantic-core/compare/v2.15.0...v2.16.0

v2.15.0 2024-01-10

What's Changed

... (truncated)

Commits


Updates referencing from 0.32.1 to 0.33.0

Release notes

Sourced from referencing's releases.

v0.33.0

  • Add a referencing.jsonschema.SchemaResource type alias to go along with the other JSON Schema specialized types.

Full Changelog: https://github.com/python-jsonschema/referencing/compare/v0.32.1...v0.33.0

Changelog

Sourced from referencing's changelog.

v0.33.0

  • Add a referencing.jsonschema.SchemaResource type alias to go along with the other JSON Schema specialized types.
Commits
  • 1630506 Add referencing.jsonschema.SchemaResource.
  • 9321869 Update requirements.
  • 7f13fd2 Merge pull request #120 from python-jsonschema/pre-commit-ci-update-config
  • aa7ff19 [pre-commit.ci] pre-commit autoupdate
  • a80db1d Merge pull request #117 from python-jsonschema/pre-commit-ci-update-config
  • d1cd7ad [pre-commit.ci] pre-commit autoupdate
  • 442c7a1 Merge pull request #116 from python-jsonschema/pre-commit-ci-update-config
  • 6071a18 [pre-commit.ci] pre-commit autoupdate
  • 39caab1 Update requirements.
  • See full diff in compare view


Updates rpds-py from 0.16.2 to 0.17.1

Release notes

Sourced from rpds-py's releases.

v0.17.1

Full Changelog: https://github.com/crate-py/rpds/compare/v0.16.2...v0.17.1

Commits
  • 9c07d53 Yet again, same mistake.
  • 74a85ed Remove a non-doc dependency.
  • fb02a65 Reimplement view types for maps.
  • eacc5f1 Start reworking the HashTrieMap methods that should return views.
  • f3d713c And same for HashTrieMap.
  • 579e1ca And now an iterator for HashTrieSet.
  • e2f2842 Trim down the manual Py wrapping too.
  • d808005 Proper List + Queue iterators.
  • 182dfd9 Merge pull request #48 from crate-py/dependabot/cargo/pyo3-0.20.2
  • 4eea436 Bump pyo3 from 0.20.1 to 0.20.2
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | pydantic-core | [>= 2.11.a, < 2.12] |

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 8 months ago

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