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

build(deps): bump the pip-production-dependencies group across 3 directories with 3 updates #2042

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the pip-production-dependencies group with 3 updates in the /src directory: googleapis-common-protos, openfeature-sdk and psutil.
Bumps the pip-production-dependencies group with 3 updates in the /src/load-generator directory: googleapis-common-protos, openfeature-sdk and psutil.
Bumps the pip-production-dependencies group with 2 updates in the /src/recommendation directory: openfeature-sdk and psutil.

Updates googleapis-common-protos from 1.66.0 to 1.67.0

Release notes

Sourced from googleapis-common-protos's releases.

googleapis-common-protos: v1.67.0

1.67.0 (2025-02-12)

Features

  • A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8)
  • add support for field generate_omitted_as_internal in selective gapic generation (#13482) (993ff4d)

Documentation

  • A comment for field content in message .google.api.Page is changed (eb554e8)
  • A comment for message RoutingRule is changed (eb554e8)
Commits
  • a31de41 chore: release main (#13491)
  • 50d43b1 docs: [google-apps-chat] Update Google chat app command documentation (#13519)
  • b1c3ce8 feat: [Many APIs] Add REST Interceptors which support reading metadata (#13495)
  • 2c92938 chore: delete erroneous $2 directory (#13518)
  • 38d410a build(php): [google-cloud-dialogflow] remove generation for google/cloud/dial...
  • 3f8ab82 feat: [google-cloud-memorystore] add Instance.Mode.CLUSTER_DISABLED value, an...
  • 3e64234 chore: [google-cloud-deploy] Add missing field-behavior annotations (#13513)
  • 559dea7 feat: [google-cloud-batch] promote cancel job API to GA (#13511)
  • a0910dd feat: [Many APIs] Add REST Interceptors which support reading metadata (#13499)
  • 5cdcc9d feat: [Many APIs] Add REST Interceptors which support reading metadata (#13502)
  • Additional commits viewable in compare view

Updates openfeature-sdk from 0.7.5 to 0.8.0

Release notes

Sourced from openfeature-sdk's releases.

v0.8.0

0.8.0 (2025-02-11)

⚠ BREAKING CHANGES

  • drop Python 3.8 support (#441)

✨ New Features

  • Add async functionality to providers (#413) (86e7c07)

🧹 Chore

  • deps: pin dependencies (#435) (38d13fa)
  • deps: update github/codeql-action digest to 9e8d078 (#440) (ba0213e)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 (#439) (75b41dd)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.6 (#443) (37296dc)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 (#430) (fe0fea1)
  • drop Python 3.8 support (#441) (bcd1a38)
  • fix renovate syntax issue (e705af4)
  • use centralized renovate config, downgrade release please (#433) (ff52163)

📚 Documentation

Changelog

Sourced from openfeature-sdk's changelog.

0.8.0 (2025-02-11)

⚠ BREAKING CHANGES

  • drop Python 3.8 support (#441)

✨ New Features

  • Add async functionality to providers (#413) (86e7c07)

🧹 Chore

  • deps: pin dependencies (#435) (38d13fa)
  • deps: update github/codeql-action digest to 9e8d078 (#440) (ba0213e)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 (#439) (75b41dd)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.6 (#443) (37296dc)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 (#430) (fe0fea1)
  • drop Python 3.8 support (#441) (bcd1a38)
  • fix renovate syntax issue (e705af4)
  • use centralized renovate config, downgrade release please (#433) (ff52163)

📚 Documentation

Commits
  • 2951eb2 chore(main): release 0.8.0 (#431)
  • bcd1a38 chore!: drop Python 3.8 support (#441)
  • d4f53b4 test: Implement gherkin hooks tests (#442)
  • 37296dc chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.6 (#443)
  • ba0213e chore(deps): update github/codeql-action digest to 9e8d078 (#440)
  • 75b41dd chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 (#439)
  • 86e7c07 feat: Add async functionality to providers (#413)
  • 154d834 docs: fix eval context link (#438)
  • 38d13fa chore(deps): pin dependencies (#435)
  • e705af4 chore: fix renovate syntax issue
  • Additional commits viewable in compare view

Updates psutil from 6.1.1 to 7.0.0

Changelog

Sourced from psutil's changelog.

7.0.0

2025-02-13

Enhancements

  • 669_, [Windows]: net_if_addrs()_ also returns the broadcast address instead of None.
  • 2480_: Python 2.7 is no longer supported. Latest version supporting Python 2.7 is psutil 6.1.X. Install it with: pip2 install psutil==6.1.*.
  • 2490_: removed long deprecated Process.memory_info_ex() method. It was deprecated in psutil 4.0.0, released 8 years ago. Substitute is Process.memory_full_info().

Bug fixes

  • 2496_, [Linux]: Avoid segfault (a cPython bug) on Process.memory_maps() for processes that use hundreds of GBs of memory.
  • 2502_, [macOS]: virtual_memory()_ now relies on host_statistics64 instead of host_statistics. This is the same approach used by vm_stat CLI tool, and should grant more accurate results.

Compatibility notes

  • 2480_: Python 2.7 is no longer supported.
  • 2490_: removed long deprecated Process.memory_info_ex() method.
Commits
  • ea5b556 pre-release
  • d6e28b7 try to fix tests
  • 104bb32 test cpu_times() for process children
  • 16c091b test cpu_times() for process children
  • eee09da [OSX] proc.c: Fix goo.gl link in comment for source reference (#2505)
  • 17e2780 ci: build aarch64 wheel on GHA aarch64 runner (#2503)
  • 1ba8667 pin black version to 24.X, because new 25.X breaks style
  • 9c114a5 [OSX] use host_statistics64 to get memory metrics (#2502)
  • 08d7d43 pin black version to 24.X, because new 25.X breaks style
  • a509e5a 669 windows broadcast addr (#2501)
  • Additional commits viewable in compare view

Updates googleapis-common-protos from 1.66.0 to 1.67.0

Release notes

Sourced from googleapis-common-protos's releases.

googleapis-common-protos: v1.67.0

1.67.0 (2025-02-12)

Features

  • A new field unversioned_package_disabled is added to message .google.api.PythonSettings (eb554e8)
  • add support for field generate_omitted_as_internal in selective gapic generation (#13482) (993ff4d)

Documentation

  • A comment for field content in message .google.api.Page is changed (eb554e8)
  • A comment for message RoutingRule is changed (eb554e8)
Commits
  • a31de41 chore: release main (#13491)
  • 50d43b1 docs: [google-apps-chat] Update Google chat app command documentation (#13519)
  • b1c3ce8 feat: [Many APIs] Add REST Interceptors which support reading metadata (#13495)
  • 2c92938 chore: delete erroneous $2 directory (#13518)
  • 38d410a build(php): [google-cloud-dialogflow] remove generation for google/cloud/dial...
  • 3f8ab82 feat: [google-cloud-memorystore] add Instance.Mode.CLUSTER_DISABLED value, an...
  • 3e64234 chore: [google-cloud-deploy] Add missing field-behavior annotations (#13513)
  • 559dea7 feat: [google-cloud-batch] promote cancel job API to GA (#13511)
  • a0910dd feat: [Many APIs] Add REST Interceptors which support reading metadata (#13499)
  • 5cdcc9d feat: [Many APIs] Add REST Interceptors which support reading metadata (#13502)
  • Additional commits viewable in compare view

Updates openfeature-sdk from 0.7.5 to 0.8.0

Release notes

Sourced from openfeature-sdk's releases.

v0.8.0

0.8.0 (2025-02-11)

⚠ BREAKING CHANGES

  • drop Python 3.8 support (#441)

✨ New Features

  • Add async functionality to providers (#413) (86e7c07)

🧹 Chore

  • deps: pin dependencies (#435) (38d13fa)
  • deps: update github/codeql-action digest to 9e8d078 (#440) (ba0213e)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 (#439) (75b41dd)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.6 (#443) (37296dc)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 (#430) (fe0fea1)
  • drop Python 3.8 support (#441) (bcd1a38)
  • fix renovate syntax issue (e705af4)
  • use centralized renovate config, downgrade release please (#433) (ff52163)

📚 Documentation

Changelog

Sourced from openfeature-sdk's changelog.

0.8.0 (2025-02-11)

⚠ BREAKING CHANGES

  • drop Python 3.8 support (#441)

✨ New Features

  • Add async functionality to providers (#413) (86e7c07)

🧹 Chore

  • deps: pin dependencies (#435) (38d13fa)
  • deps: update github/codeql-action digest to 9e8d078 (#440) (ba0213e)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 (#439) (75b41dd)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.6 (#443) (37296dc)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 (#430) (fe0fea1)
  • drop Python 3.8 support (#441) (bcd1a38)
  • fix renovate syntax issue (e705af4)
  • use centralized renovate config, downgrade release please (#433) (ff52163)

📚 Documentation

Commits
  • 2951eb2 chore(main): release 0.8.0 (#431)
  • bcd1a38 chore!: drop Python 3.8 support (#441)
  • d4f53b4 test: Implement gherkin hooks tests (#442)
  • 37296dc chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.6 (#443)
  • ba0213e chore(deps): update github/codeql-action digest to 9e8d078 (#440)
  • 75b41dd chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 (#439)
  • 86e7c07 feat: Add async functionality to providers (#413)
  • 154d834 docs: fix eval context link (#438)
  • 38d13fa chore(deps): pin dependencies (#435)
  • e705af4 chore: fix renovate syntax issue
  • Additional commits viewable in compare view

Updates psutil from 6.1.1 to 7.0.0

Changelog

Sourced from psutil's changelog.

7.0.0

2025-02-13

Enhancements

  • 669_, [Windows]: net_if_addrs()_ also returns the broadcast address instead of None.
  • 2480_: Python 2.7 is no longer supported. Latest version supporting Python 2.7 is psutil 6.1.X. Install it with: pip2 install psutil==6.1.*.
  • 2490_: removed long deprecated Process.memory_info_ex() method. It was deprecated in psutil 4.0.0, released 8 years ago. Substitute is Process.memory_full_info().

Bug fixes

  • 2496_, [Linux]: Avoid segfault (a cPython bug) on Process.memory_maps() for processes that use hundreds of GBs of memory.
  • 2502_, [macOS]: virtual_memory()_ now relies on host_statistics64 instead of host_statistics. This is the same approach used by vm_stat CLI tool, and should grant more accurate results.

Compatibility notes

  • 2480_: Python 2.7 is no longer supported.
  • 2490_: removed long deprecated Process.memory_info_ex() method.
Commits
  • ea5b556 pre-release
  • d6e28b7 try to fix tests
  • 104bb32 test cpu_times() for process children
  • 16c091b test cpu_times() for process children
  • eee09da [OSX] proc.c: Fix goo.gl link in comment for source reference (#2505)
  • 17e2780 ci: build aarch64 wheel on GHA aarch64 runner (#2503)
  • 1ba8667 pin black version to 24.X, because new 25.X breaks style
  • 9c114a5 [OSX] use host_statistics64 to get memory metrics (#2502)
  • 08d7d43 pin black version to 24.X, because new 25.X breaks style
  • a509e5a 669 windows broadcast addr (#2501)
  • Additional commits viewable in compare view

Updates openfeature-sdk from 0.7.5 to 0.8.0

Release notes

Sourced from openfeature-sdk's releases.

v0.8.0

0.8.0 (2025-02-11)

⚠ BREAKING CHANGES

  • drop Python 3.8 support (#441)

✨ New Features

  • Add async functionality to providers (#413) (86e7c07)

🧹 Chore

  • deps: pin dependencies (#435) (38d13fa)
  • deps: update github/codeql-action digest to 9e8d078 (#440) (ba0213e)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 (#439) (75b41dd)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.6 (#443) (37296dc)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 (#430) (fe0fea1)
  • drop Python 3.8 support (#441) (bcd1a38)
  • fix renovate syntax issue (e705af4)
  • use centralized renovate config, downgrade release please (#433) (ff52163)

📚 Documentation

Changelog

Sourced from openfeature-sdk's changelog.

0.8.0 (2025-02-11)

⚠ BREAKING CHANGES

  • drop Python 3.8 support (#441)

✨ New Features

  • Add async functionality to providers (#413) (86e7c07)

🧹 Chore

  • deps: pin dependencies (#435) (38d13fa)
  • deps: update github/codeql-action digest to 9e8d078 (#440) (ba0213e)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 (#439) (75b41dd)
  • deps: update pre-commit hook astral-sh/ruff-pre-commit to v0.9.6 (#443) (37296dc)
  • deps: update pre-commit hook pre-commit/mirrors-mypy to v1.15.0 (#430) (fe0fea1)
  • drop Python 3.8 support (#441) (bcd1a38)
  • fix renovate syntax issue (e705af4)
  • use centralized renovate config, downgrade release please (#433) (ff52163)

📚 Documentation

Commits
  • 2951eb2 chore(main): release 0.8.0 (#431)
  • bcd1a38 chore!: drop Python 3.8 support (#441)
  • d4f53b4 test: Implement gherkin hooks tests (#442)
  • 37296dc chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.6 (#443)
  • ba0213e chore(deps): update github/codeql-action digest to 9e8d078 (#440)
  • 75b41dd chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.9.5 (#439)
  • 86e7c07 feat: Add async functionality to providers (#413)
  • 154d834 docs: fix eval context link (#438)
  • 38d13fa chore(deps): pin dependencies (#435)
  • e705af4 chore: fix renovate syntax issue
  • Additional commits viewable in compare view

Updates psutil from 6.1.1 to 7.0.0

Changelog

Sourced from psutil's changelog.

7.0.0

2025-02-13

Enhancements

  • 669_, [Windows]: net_if_addrs()_ also returns the broadcast address instead of None.
  • 2480_: Python 2.7 is no longer supported. Latest version supporting Python 2.7 is psutil 6.1.X. Install it with: pip2 install psutil==6.1.*.
  • 2490_: removed long deprecated Process.memory_info_ex() method. It was deprecated in psutil 4.0.0, released 8 years ago. Substitute is Process.memory_full_info().

Bug fixes

  • 2496_, [Linux]: Avoid segfault (a cPython bug) on Process.memory_maps() for processes that use hundreds of GBs of memory.
  • 2502_, [macOS]: virtual_memory()_ now relies on host_statistics64 instead of host_statistics. This is the same approach used by vm_stat CLI tool, and should grant more accurate results.

Compatibility notes

  • 2480_: Python 2.7 is no longer supported.
  • 2490_: removed long deprecated Process.memory_info_ex() method.
Commits
  • ea5b556 pre-release
  • d6e28b7 try to fix tests
  • 104bb32 test cpu_times() for process children
  • 16c091b test cpu_times() for process children
  • eee09da [OSX] proc.c: Fix goo.gl link in comment for source reference (#2505)
  • 17e2780 ci: build aarch64 wheel on GHA aarch64 runner (#2503)
  • 1ba8667 pin black version to 24.X, because new 25.X breaks style
  • 9c114a5 [OSX] use host_statistics64 to get memory metrics (#2502)
  • 08d7d43 pin black version to 24.X, because new 25.X breaks style
  • a509e5a 669 windows broadcast addr (#2501)
  • Additional commits viewable in compare view

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 February 17, 2025 13:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 17, 2025
@julianocosta89
Copy link
Member

@dependabot rebase

…ctories with 3 updates

Bumps the pip-production-dependencies group with 3 updates in the /src directory: [googleapis-common-protos](https://github.com/googleapis/google-cloud-python), [openfeature-sdk](https://github.com/open-feature/python-sdk) and [psutil](https://github.com/giampaolo/psutil).
Bumps the pip-production-dependencies group with 3 updates in the /src/load-generator directory: [googleapis-common-protos](https://github.com/googleapis/google-cloud-python), [openfeature-sdk](https://github.com/open-feature/python-sdk) and [psutil](https://github.com/giampaolo/psutil).
Bumps the pip-production-dependencies group with 2 updates in the /src/recommendation directory: [openfeature-sdk](https://github.com/open-feature/python-sdk) and [psutil](https://github.com/giampaolo/psutil).


Updates `googleapis-common-protos` from 1.66.0 to 1.67.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@googleapis-common-protos-v1.66.0...googleapis-common-protos-v1.67.0)

Updates `openfeature-sdk` from 0.7.5 to 0.8.0
- [Release notes](https://github.com/open-feature/python-sdk/releases)
- [Changelog](https://github.com/open-feature/python-sdk/blob/main/CHANGELOG.md)
- [Commits](open-feature/python-sdk@v0.7.5...v0.8.0)

Updates `psutil` from 6.1.1 to 7.0.0
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-6.1.1...release-7.0.0)

Updates `googleapis-common-protos` from 1.66.0 to 1.67.0
- [Release notes](https://github.com/googleapis/google-cloud-python/releases)
- [Changelog](https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md)
- [Commits](googleapis/google-cloud-python@googleapis-common-protos-v1.66.0...googleapis-common-protos-v1.67.0)

Updates `openfeature-sdk` from 0.7.5 to 0.8.0
- [Release notes](https://github.com/open-feature/python-sdk/releases)
- [Changelog](https://github.com/open-feature/python-sdk/blob/main/CHANGELOG.md)
- [Commits](open-feature/python-sdk@v0.7.5...v0.8.0)

Updates `psutil` from 6.1.1 to 7.0.0
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-6.1.1...release-7.0.0)

Updates `openfeature-sdk` from 0.7.5 to 0.8.0
- [Release notes](https://github.com/open-feature/python-sdk/releases)
- [Changelog](https://github.com/open-feature/python-sdk/blob/main/CHANGELOG.md)
- [Commits](open-feature/python-sdk@v0.7.5...v0.8.0)

Updates `psutil` from 6.1.1 to 7.0.0
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-6.1.1...release-7.0.0)

---
updated-dependencies:
- dependency-name: googleapis-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-production-dependencies
- dependency-name: googleapis-common-protos
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip-production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the 98dcdependabot/pip/src/pip-production-dependencies-7263621203 branch from 2f85984 to 338c8eb Compare February 17, 2025 13:26
@puckpuck
Copy link
Contributor

Because of #3272 in the python-contrib repo, this PR won't work.

@julianocosta89
Copy link
Member

@dependabot ignore psutil

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 17, 2025

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

@julianocosta89
Copy link
Member

Because of #3272 in the python-contrib repo, this PR won't work.

@puckpuck I told dependabot to ignore psutil, we can unignore whenever the issue gets resolved.

@julianocosta89
Copy link
Member

@dependabot recreate

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 98dcdependabot/pip/src/pip-production-dependencies-7263621203 branch February 17, 2025 16:40
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.

2 participants