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: Bump the pip_dependencies group across 1 directory with 5 updates #148

Merged
merged 1 commit into from
May 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 2, 2024

Bumps the pip_dependencies group with 5 updates in the / directory:

Package From To
pyright 1.1.360 1.1.361
pytest 8.1.1 8.1.2
pytest-operator 0.34.0 0.35.0
jsonschema 4.21.1 4.22.0
ops 2.12.0 2.13.0

Updates pyright from 1.1.360 to 1.1.361

Commits

Updates pytest from 8.1.1 to 8.1.2

Release notes

Sourced from pytest's releases.

8.1.2

pytest 8.1.2 (2024-04-26)

Bug Fixes

  • #12114: Fixed error in pytest.approx{.interpreted-text role="func"} when used with [numpy]{.title-ref} arrays and comparing with other types.
Commits
  • cf84163 Prepare release version 8.1.2
  • 0675383 [8.1.x] Fixed Bug Regarding Attribute Error in pytest.approx For Types Implic...
  • a43b098 [8.1.x] Update events/trainings (#12237)
  • f55c660 [8.1.x] doc: import pytest in conftest.py example in doctest.rst (#12182)
  • be7c8be [8.1.x] Add research item in doc (#12148)
  • c5e3921 [8.1.x] doc: add versionadded to ExceptionInfo.group_contains (#12142)
  • 83614e1 [8.1.x] doc: fix typos (#12119)
  • cd585a1 [8.1.x] doc: add versionadded to Stash and StashKey (#12109)
  • 6c14139 [8.1.x] doc/flaky: remove box/flaky plugin suggestion (#12102)
  • abb0cf4 Merge pull request #12094 from pytest-dev/release-8.1.1
  • See full diff in compare view

Updates pytest-operator from 0.34.0 to 0.35.0

Commits

Updates jsonschema from 4.21.1 to 4.22.0

Release notes

Sourced from jsonschema's releases.

v4.22.0

What's Changed

  • Improve best_match (and thereby error messages from jsonschema.validate) in cases where there are multiple sibling errors from applying anyOf / allOf -- i.e. when multiple elements of a JSON array have errors, we now do prefer showing errors from earlier elements rather than simply showing an error for the full array (#1250).
  • (Micro-)optimize equality checks when comparing for JSON Schema equality by first checking for object identity, as == would.

New Contributors

Full Changelog: python-jsonschema/jsonschema@v4.21.1...v4.22.0

Changelog

Sourced from jsonschema's changelog.

v4.22.0

  • Improve best_match (and thereby error messages from jsonschema.validate) in cases where there are multiple sibling errors from applying anyOf / allOf -- i.e. when multiple elements of a JSON array have errors, we now do prefer showing errors from earlier elements rather than simply showing an error for the full array (#1250).
  • (Micro-)optimize equality checks when comparing for JSON Schema equality by first checking for object identity, as == would.
Commits
  • 9882dbe Add / ignore the new specification test suite property.
  • ebc90bb Merge commit '8fcfc3a674a7188a4fcc822b7a91efb3e0422a20'
  • 8fcfc3a Squashed 'json/' changes from b41167c74..54f3784a8
  • 30b7537 Pin pyenchant to pre from below until pyenchant/pyenchant#302 is released.
  • c3729db Enable doctests for the rest of the referencing page.
  • 70a994c Remove a now-unneeded noqa since apparently this is fixed in new ruff.
  • e6d0ef1 Fix a minor typo in the referencing example docs.
  • bceaf41 Another placeholder benchmark for future optimization.
  • b20234e Consider errors from earlier indices (in instances) to be better matches
  • 41b49c6 Minor improvement to test failure message when a best match test fails.
  • Additional commits viewable in compare view

Updates ops from 2.12.0 to 2.13.0

Release notes

Sourced from ops's releases.

2.13.0 Testing User Secrets with Harness and Other Improvements

The main feature this release is the ability to work with user secrets (secrets that a Juju admin adds to the model) in Harness. You'll want to start with the new add_user_secret() method and from there can mostly manage them in the same way as application secrets.

Note that one of the fixes corrects the type of config values, which were previously strongly typed as str, when they may be int, float, bool, or str. This may break your existing type checks, although we have endeavoured to reach out preemptively with PRs to address this where possible.

Features

Fixes

Documentation

Tests

Full Changelog: canonical/operator@2.12.0...2.13.0

Changelog

Sourced from ops's changelog.

2.13.0 - 30 Apr 2024

Features

  • Added support for user secrets in Harness (#1176)

Fixes

  • Corrected the model config types (#1183)
  • In Harness, only inspect the source file if it will be used - this fixed using Harness in a Python REPL (#1181)

Documentation

  • Updated publishing a release in HACKING.md (#1173)
  • Added tox -e docs-deps to compile requirements.txt (#1172)
  • Updated doc to note deprecated functionality in (#1178)

Tests

Commits
  • 6cbc264 chore: 2.13.0 release notes and version bump (#1207)
  • b5d8962 test: refactor test_framework from unittest to pytest style (#1195)
  • c9ed805 test: refactor test_charm.py to pytest fixtures and parametrize (#1193)
  • be7f8ac feat: add pebble.CheckInfo.change_id field (#1197)
  • fe9c563 test: pytest conversion for test lib and infra (#1196)
  • e5d76c4 test: refactor some for loop tests into pytest parametrize (#1192)
  • fa185b4 fix!: correct the model config types (#1183)
  • d4a48fd fix (harness): only inspect the source file if it will be used (#1181)
  • ab239e1 test: refactor asserts to pytest style (#1191)
  • ac21f47 docs: update docstrings with deprecated directive (#1178)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
pytest [>= 8.2.a, < 8.3]

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 pip_dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.360` | `1.1.361` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.1.2` |
| [pytest-operator](https://github.com/charmed-kubernetes/pytest-operator) | `0.34.0` | `0.35.0` |
| [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.21.1` | `4.22.0` |
| [ops](https://github.com/canonical/operator) | `2.12.0` | `2.13.0` |



Updates `pyright` from 1.1.360 to 1.1.361
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.360...v1.1.361)

Updates `pytest` from 8.1.1 to 8.1.2
- [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.1.1...8.1.2)

Updates `pytest-operator` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/charmed-kubernetes/pytest-operator/releases)
- [Commits](https://github.com/charmed-kubernetes/pytest-operator/commits)

Updates `jsonschema` from 4.21.1 to 4.22.0
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.21.1...v4.22.0)

Updates `ops` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/canonical/operator/releases)
- [Changelog](https://github.com/canonical/operator/blob/main/CHANGES.md)
- [Commits](canonical/operator@2.12.0...2.13.0)

---
updated-dependencies:
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: pytest-operator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: ops
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 2, 2024
@dependabot dependabot bot requested a review from a team as a code owner May 2, 2024 06:58
@dependabot dependabot bot added the python Pull requests that update Python code label May 2, 2024
@github-actions github-actions bot enabled auto-merge (squash) May 2, 2024 06:58
@github-actions github-actions bot merged commit f80c643 into main May 2, 2024
10 checks passed
@github-actions github-actions bot deleted the dependabot/pip/pip_dependencies-5663232968 branch May 2, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants