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

infra: bump the dev-dependencies group with 4 updates #681

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the dev-dependencies group with 4 updates: botocore, awscli, boto3 and openfermion.

Updates botocore from 1.36.17 to 1.36.21

Commits

Updates awscli from 1.37.17 to 1.37.21

Commits
  • dfec48f Merge branch 'release-1.37.21'
  • a0aefd7 Bumping version to 1.37.21
  • 55ce961 Update changelog based on model updates
  • 783a5b9 Ignore .venv directories (#9299)
  • ba70307 Merge branch 'release-1.37.20'
  • 56ec095 Merge branch 'release-1.37.20' into develop
  • a7813ad Bumping version to 1.37.20
  • 45ce235 Update changelog based on model updates
  • f8ec5fb Merge branch 'release-1.37.19'
  • c38cd5c Merge branch 'release-1.37.19' into develop
  • Additional commits viewable in compare view

Updates boto3 from 1.36.17 to 1.36.21

Commits
  • 3d1cda2 Merge branch 'release-1.36.21'
  • 1ef4449 Bumping version to 1.36.21
  • 43fda5f Add changelog entries from botocore
  • 38de2d5 Ignore .venv directories (#4440)
  • 16296da Add venv callout from README into quickstart guide (#4439)
  • 4084764 Merge branch 'release-1.36.20'
  • b45b0fd Merge branch 'release-1.36.20' into develop
  • b8d85eb Bumping version to 1.36.20
  • be53133 Add changelog entries from botocore
  • 3c124c2 Merge branch 'release-1.36.19'
  • Additional commits viewable in compare view

Updates openfermion from 1.6.1 to 1.7.0

Release notes

Sourced from openfermion's releases.

v1.7.0

OpenFermion version 1.7.0 has been released. This new version contains new features, bug fixes, many dependency library updates, and overall repository upkeep. It's available from GitHub (https://github.com/quantumlib/OpenFermion) and PyPI (https://pypi.org/project/openfermion).

Compatibility notice

This release specifies updated versions of most Python packages and tools that OpenFermion depends upon, such as Cirq, and also raises the minimum version of Python needed to 3.10. These updates allow OpenFermion to keep pace with advancements in the Python ecosystem as well as get the latest bug fixes and improvements in its package dependencies.

If you encounter significant version conflicts with your environment or other Python packages that you need to use in conjunction with OpenFermion, please open an issue on GitHub and let us know.

What's Changed

New feature additions

Other changes

... (truncated)

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 dev-dependencies group with 4 updates: [botocore](https://github.com/boto/botocore), [awscli](https://github.com/aws/aws-cli), [boto3](https://github.com/boto/boto3) and [openfermion](https://github.com/quantumlib/OpenFermion).


Updates `botocore` from 1.36.17 to 1.36.21
- [Commits](boto/botocore@1.36.17...1.36.21)

Updates `awscli` from 1.37.17 to 1.37.21
- [Release notes](https://github.com/aws/aws-cli/releases)
- [Commits](aws/aws-cli@1.37.17...1.37.21)

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

Updates `openfermion` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/quantumlib/OpenFermion/releases)
- [Commits](quantumlib/OpenFermion@v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: awscli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: openfermion
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 17, 2025 18:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 17, 2025
@rmshaffer
Copy link
Contributor

@dependabot ignore openfermion

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

OK, I won't notify you about openfermion again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

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

@dependabot dependabot bot closed this Feb 17, 2025
@dependabot dependabot bot deleted the dependabot/pip/dev-dependencies-176918cc9a branch February 17, 2025 19: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.

1 participant