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 2 directories with 8 updates #490

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2024

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

Package From To
ops-scenario 6.1.6 6.1.7
pyright 1.1.379 1.1.380
boto3 1.35.15 1.35.16
boto3-stubs[s3] 1.35.15 1.35.16
pydantic 2.8.2 2.9.1
rpds-py 0.18.0 0.19.1

Bumps the pip_dependencies group with 4 updates in the /tests/integration/vault_kv_requirer_operator directory: ops, ops-scenario, pytest and pydantic.

Updates ops-scenario from 6.1.6 to 6.1.7

Commits

Updates pyright from 1.1.379 to 1.1.380

Commits

Updates boto3 from 1.35.15 to 1.35.16

Commits
  • 8e66c0f Merge branch 'release-1.35.16'
  • dfb5205 Bumping version to 1.35.16
  • 2e3fdd3 Add changelog entries from botocore
  • c0eb62b Merge branch 'release-1.35.15' into develop
  • See full diff in compare view

Updates boto3-stubs[s3] from 1.35.15 to 1.35.16

Commits

Updates pydantic from 2.8.2 to 2.9.1

Release notes

Sourced from pydantic's releases.

v2.9.1 (2024-09-09)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.0...v2.9.1

v2.9.0 (2024-09-05)

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

Check out our blog post to learn more about the release highlights!

What's Changed

Packaging

New Features

Changes

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.9.0 (2024-09-05)

GitHub release

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

What's Changed

Packaging

New Features

Changes

Performance

... (truncated)

Commits

Updates rpds-py from 0.18.0 to 0.19.1

Release notes

Sourced from rpds-py's releases.

v0.19.1

What's Changed

New Contributors

Full Changelog: crate-py/rpds@v0.19.0...v0.19.1

v0.19.0

What's Changed

New Contributors

Full Changelog: crate-py/rpds@v0.18.1...v0.19.0

v0.18.1

Full Changelog: crate-py/rpds@v0.18.0...v0.18.1

Commits
  • c581cfe Tag a release.
  • f903627 Merge branch 'pr/80'
  • 27b37db Merge pull request #83 from crate-py/dependabot/cargo/pyo3-0.22.2
  • 2a639b4 Bump pyo3 from 0.22.1 to 0.22.2
  • e4865c4 Make Python versions in GitHub Actions consistent
  • c8d7b8a Move to the v4 artifact actions.
  • 26c472f Newer ruff + minor linter tweaks.
  • 949964e Let pre-commit.ci handle pre-commit.
  • 447d4c5 uv in the noxfile and CI.
  • 0b6ea67 Add the 3.13 classifier.
  • Additional commits viewable in compare view

Updates ops from 2.15.0 to 2.16.1

Release notes

Sourced from ops's releases.

2.16.0

This release adds a private _JujuContext dataclass used to parse all `JUJU_*`` environment variables in one place; besides, a significant amount of work has been done on tests, continuous integration and documentation.

Features

Refactor

Fixes

Documentation

Tests

CI

New Contributors

Thanks @​james-garner-canonical for your first contributions, and welcome to the team!

Full Changelog: canonical/operator@2.15.0...2.16.0

Changelog

Sourced from ops's changelog.

2.16.1 - 5 Sep 2024

Fixes

2.16.0 - 29 Aug 2024

Features

Refactor

Fixes

Documentation

Tests

CI

Commits

Updates ops-scenario from 6.1.6 to 6.1.7

Commits

Updates pytest from 8.2.1 to 8.3.3

Release notes

Sourced from pytest's releases.

8.3.3

pytest 8.3.3 (2024-09-09)

Bug fixes

  • #12446: Avoid calling @property (and other instance descriptors) during fixture discovery -- by asottile{.interpreted-text role="user"}

  • #12659: Fixed the issue of not displaying assertion failure differences when using the parameter --import-mode=importlib in pytest>=8.1.

  • #12667: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.

  • #12744: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by Avasam{.interpreted-text role="user"}

  • #12745: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.

  • #6682: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in assert condition, msg).

  • #9422: Fix bug where disabling the terminal plugin via -p no:terminal would cause crashes related to missing the verbose option.

    -- by GTowers1{.interpreted-text role="user"}

Improved documentation

  • #12663: Clarify that the [pytest_deselected]{.title-ref} hook should be called from [pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.
  • #12678: Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref} example in docs.

Miscellaneous internal changes

  • #12769: Fix typos discovered by codespell and add codespell to pre-commit hooks.

8.3.2

pytest 8.3.2 (2024-07-24)

Bug fixes

  • #12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected.

    -- by RonnyPfannschmidt{.interpreted-text role="user"}

8.3.1

pytest 8.3.1 (2024-07-20)

The 8.3.0 release failed to include the change notes and docs for the release. This patch release remedies this. There are no other changes.

... (truncated)

Commits

Updates pydantic from 2.8.2 to 2.9.1

Release notes

Sourced from pydantic's releases.

v2.9.1 (2024-09-09)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.9.0...v2.9.1

v2.9.0 (2024-09-05)

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

Check out our blog post to learn more about the release highlights!

What's Changed

Packaging

New Features

Changes

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.9.0 (2024-09-05)

GitHub release

The code released in v2.9.0 is practically identical to that of v2.9.0b2.

What's Changed

Packaging

New Features

Changes

Performance

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
ops-scenario [>= 7.a, < 8]
rpds-py [>= 0.20.a, < 0.21]

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

…dates

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

| Package | From | To |
| --- | --- | --- |
| [ops-scenario](https://github.com/canonical/ops-scenario) | `6.1.6` | `6.1.7` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.379` | `1.1.380` |
| [boto3](https://github.com/boto/boto3) | `1.35.15` | `1.35.16` |
| [boto3-stubs[s3]](https://github.com/youtype/mypy_boto3_builder) | `1.35.15` | `1.35.16` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.9.1` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.18.0` | `0.19.1` |

Bumps the pip_dependencies group with 4 updates in the /tests/integration/vault_kv_requirer_operator directory: [ops](https://github.com/canonical/operator), [ops-scenario](https://github.com/canonical/ops-scenario), [pytest](https://github.com/pytest-dev/pytest) and [pydantic](https://github.com/pydantic/pydantic).


Updates `ops-scenario` from 6.1.6 to 6.1.7
- [Release notes](https://github.com/canonical/ops-scenario/releases)
- [Commits](canonical/ops-scenario@6.1.6...6.1.7)

Updates `pyright` from 1.1.379 to 1.1.380
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.379...v1.1.380)

Updates `boto3` from 1.35.15 to 1.35.16
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.35.15...1.35.16)

Updates `boto3-stubs[s3]` from 1.35.15 to 1.35.16
- [Release notes](https://github.com/youtype/mypy_boto3_builder/releases)
- [Commits](https://github.com/youtype/mypy_boto3_builder/commits)

Updates `pydantic` from 2.8.2 to 2.9.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.9.1)

Updates `rpds-py` from 0.18.0 to 0.19.1
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.18.0...v0.19.1)

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

Updates `ops-scenario` from 6.1.6 to 6.1.7
- [Release notes](https://github.com/canonical/ops-scenario/releases)
- [Commits](canonical/ops-scenario@6.1.6...6.1.7)

Updates `pytest` from 8.2.1 to 8.3.3
- [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.2.1...8.3.3)

Updates `pydantic` from 2.8.2 to 2.9.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.9.1)

---
updated-dependencies:
- dependency-name: ops-scenario
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: pyright
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: boto3-stubs[s3]
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: rpds-py
  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
- dependency-name: ops-scenario
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip_dependencies
- dependency-name: pytest
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip_dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 11, 2024 13:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 11, 2024
@github-actions github-actions bot enabled auto-merge (squash) September 11, 2024 13:42
@gruyaume
Copy link
Collaborator

@dependabot ignore rpds-py minor version

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 11, 2024

OK, I won't notify you about version 0.19.x of rpds-py again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 11, 2024

Superseded by #491.

@dependabot dependabot bot closed this Sep 11, 2024
auto-merge was automatically disabled September 11, 2024 13:51

Pull request was closed

@dependabot dependabot bot deleted the dependabot/pip/pip_dependencies-8220528d19 branch September 11, 2024 13:51
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.

1 participant