Skip to content

build(deps): bump the pip-production-dependencies group across 2 directories with 4 updates#23

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/src/pip-production-dependencies-461dfb057c
Closed

build(deps): bump the pip-production-dependencies group across 2 directories with 4 updates#23
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/src/pip-production-dependencies-461dfb057c

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2025

Bumps the pip-production-dependencies group with 4 updates in the /src directory: grpcio-health-checking, openfeature-provider-flagd, psutil and openfeature-provider-ofrep.
Bumps the pip-production-dependencies group with 3 updates in the /src/recommendation directory: grpcio-health-checking, openfeature-provider-flagd and psutil.

Updates grpcio-health-checking from 1.71.0 to 1.75.0

Updates openfeature-provider-flagd from 0.2.3 to 0.2.6

Release notes

Sourced from openfeature-provider-flagd's releases.

openfeature-provider-flagd: v0.2.6

0.2.6 (2025-07-22)

🐛 Bug Fixes

  • flagd: Add upperbound to protobuf version to reduce potential conflict with other version (5ad2896)
  • flagd: adjust flagd to updated error codes (#285) (64d755b)
  • flagd: fix protobuf version for file generation to lowest 5.x version (#280) (5ad2896)

openfeature-provider-flagd: v0.2.5

0.2.5 (2025-07-08)

🐛 Bug Fixes

  • flagd: reduce loglevel of expected logs (#277) (cca865f)

openfeature-provider-flagd: v0.2.4

0.2.4 (2025-06-10)

🐛 Bug Fixes

🧹 Chore

  • deps: update dependency grpcio-health-checking to v1.72.1 (#258) (e087353)
  • deps: update dependency grpcio-health-checking to v1.73.0 (#259) (7a080b0)
  • deps: update dependency providers/openfeature-provider-flagd/openfeature/test-harness to v2.7.4 (#237) (65f70d2)
  • deps: update dependency providers/openfeature-provider-flagd/openfeature/test-harness to v2.8.0 (#239) (709ed25)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to 18cde17 (#233) (bf9ef82)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to 36944c6 (#240) (030c6ed)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to bb2dc2c (#256) (34979b6)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to cbfa0a9 (#260) (d0ec36f)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to d27e000 (#242) (fd97b35)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to edf0deb (#248) (1771423)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to f014806 (#253) (067f19f)
Commits
  • d89b5b8 chore(main): release openfeature-provider-flagd 0.2.6 (#284)
  • 64d755b fix(flagd): adjust flagd to updated error codes (#285)
  • abd39e4 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.4 (#286)
  • 5ad2896 fix(flagd): fix protobuf version for file generation to lowest 5.x version (#...
  • 72e6bd3 feat: Add basic env var provider (#276)
  • 144c725 chore(main): release openfeature-provider-flagd 0.2.5 (#264)
  • cca865f fix(flagd): reduce loglevel of expected logs (#277)
  • be40f24 chore: reduce release please noise
  • fd5ee15 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.2 (#275)
  • 5da2af5 chore(deps): update providers/openfeature-provider-flagd/openfeature/spec dig...
  • Additional commits viewable in compare view

Updates psutil from 7.0.0 to 7.1.0

Changelog

Sourced from psutil's changelog.

7.1.0

2025-09-17

Enhancements

  • 2581_, [Windows]: publish ARM64 wheels. (patch by Matthieu Darbois)
  • 2571_, [FreeBSD]: Dropped support for FreeBSD 8 and earlier. FreeBSD 8 was maintained from 2009 to 2013.
  • 2575_: introduced dprint CLI tool to format .yml and .md files.

Bug fixes

  • 2473_, [macOS]: Fix build issue on macOS 11 and lower.
  • 2494_, [Windows]: All APIs dealing with paths, such as Process.memory_maps(), Process.exe() and Process.open_files()_ does not properly handle UNC paths. Paths such as \\??\\C:\\Windows\\Temp and '\\Device\\HarddiskVolume1\\Windows\\Temp' are now converted to C:\\Windows\\Temp. (patch by Ben Peddell)
  • 2506_, [Windows]: Windows service APIs had issues with unicode services using special characters in their name.
  • 2514_, [Linux]: Process.cwd()_ sometimes fail with FileNotFoundError due to a race condition.
  • 2526_, [Linux]: Process.create_time(), which is used to univocally identify a process over time, is subject to system clock updates, and as such can lead to Process.is_running() returning a wrong result. A monotonic creation time is now used instead. (patch by Jonathan Kohler)
  • 2528_, [Linux]: Process.children()_ may raise PermissionError. It will now raise AccessDenied_ instead.
  • 2540_, [macOS]: boot_time()_ is off by 45 seconds (C precision issue).
  • 2541_, 2570_, 2578_ [Linux], [macOS], [NetBSD]: Process.create_time()_ does not reflect system clock updates.
  • 2542_: if system clock is updated Process.children()_ and Process.parent()_ may not be able to return the right information.
  • 2545_: [Illumos]: Fix handling of MIB2_UDP_ENTRY in net_connections()_.
  • 2552_, [Windows]: boot_time()_ didn't take into account the time spent during suspend / hibernation.
  • 2560_, [Linux]: Process.memory_maps()_ may crash with IndexError on RISCV64 due to a malformed /proc/{PID}/smaps file. (patch by Julien Stephan)
  • 2586_, [macOS], [CRITICAL]: fixed different places in C code which can trigger a segfault.
  • 2604_, [Linux]: virtual_memory()_ "used" memory does not match recent versions of free CLI utility. (patch by Isaac K. Ko)
  • 2605_, [Linux]: psutil.sensors_battery() reports a negative amount for seconds left.
  • 2607_, [Windows]: WindowsService.description() method may fail with ERROR_NOT_FOUND. Now it returns an empty string instead.
  • 2610:, [macOS], [CRITICAL]: fix cpu_freq()_ segfault on ARM architectures.

... (truncated)

Commits
  • 0d18187 Revert HISTORY notes about #2629. We still do publish 3.6 and 3.7 wheels.
  • 229e2de Pre-release
  • fb75b28 Chore: skip CI tests except on Python 3.8 and 3.13
  • 3a4c016 Stop publishing wheels for Python 3.6 and 3.7 (#2629)
  • 83e4f7f OSX: disable failing test
  • df0d4e2 Call GetExtended[Tcp|Udp]Table twice under free-threaded build (round 2) (#2627)
  • dcbfb81 [Windows] fix unicode issues around service APIs (#2626)
  • ef72dcd revert #2590 (Call GetExtended[Tcp|Udp]Table twice under free-threaded build)
  • 8773698 small refact around UTXENT_MUTEX_LOCK
  • 13b711f Lock around uses of getutent/setutent/endutent (#2615)
  • Additional commits viewable in compare view

Updates openfeature-provider-ofrep from 0.1.1 to 0.2.0

Release notes

Sourced from openfeature-provider-ofrep's releases.

openfeature-provider-ofrep: v0.2.0

0.2.0 (2025-09-25)

⚠ BREAKING CHANGES

  • drop Python 3.8 support (#187)

chore

🐛 Bug Fixes

  • return default dict if not meta provided (#304) (05c99eb)

✨ New Features

Commits
  • 372af73 chore(main): release openfeature-provider-ofrep 0.2.0 (#191)
  • 05c99eb fix: return default dict if not meta provided (#304)
  • 6ad6c0c chore: support Python 3.14 (#302)
  • 9590554 feat: migrate to uv (#293)
  • 8c015cf chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.7 (#296)
  • 2b71a74 chore(deps): update dependency providers/openfeature-provider-flagd/openfeatu...
  • 6ac014d feat: adjust to flagd metadata toggle (#287)
  • 6f3793a fix(build.yml): remove double "providers/" path (#294)
  • bfc0070 ci: leverage paths-filter to only test changed packages (#292)
  • 3213e92 chore: replace type ignores with casting (#291)
  • Additional commits viewable in compare view

Updates grpcio-health-checking from 1.71.0 to 1.75.0

Updates openfeature-provider-flagd from 0.2.3 to 0.2.6

Release notes

Sourced from openfeature-provider-flagd's releases.

openfeature-provider-flagd: v0.2.6

0.2.6 (2025-07-22)

🐛 Bug Fixes

  • flagd: Add upperbound to protobuf version to reduce potential conflict with other version (5ad2896)
  • flagd: adjust flagd to updated error codes (#285) (64d755b)
  • flagd: fix protobuf version for file generation to lowest 5.x version (#280) (5ad2896)

openfeature-provider-flagd: v0.2.5

0.2.5 (2025-07-08)

🐛 Bug Fixes

  • flagd: reduce loglevel of expected logs (#277) (cca865f)

openfeature-provider-flagd: v0.2.4

0.2.4 (2025-06-10)

🐛 Bug Fixes

🧹 Chore

  • deps: update dependency grpcio-health-checking to v1.72.1 (#258) (e087353)
  • deps: update dependency grpcio-health-checking to v1.73.0 (#259) (7a080b0)
  • deps: update dependency providers/openfeature-provider-flagd/openfeature/test-harness to v2.7.4 (#237) (65f70d2)
  • deps: update dependency providers/openfeature-provider-flagd/openfeature/test-harness to v2.8.0 (#239) (709ed25)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to 18cde17 (#233) (bf9ef82)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to 36944c6 (#240) (030c6ed)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to bb2dc2c (#256) (34979b6)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to cbfa0a9 (#260) (d0ec36f)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to d27e000 (#242) (fd97b35)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to edf0deb (#248) (1771423)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to f014806 (#253) (067f19f)
Commits
  • d89b5b8 chore(main): release openfeature-provider-flagd 0.2.6 (#284)
  • 64d755b fix(flagd): adjust flagd to updated error codes (#285)
  • abd39e4 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.4 (#286)
  • 5ad2896 fix(flagd): fix protobuf version for file generation to lowest 5.x version (#...
  • 72e6bd3 feat: Add basic env var provider (#276)
  • 144c725 chore(main): release openfeature-provider-flagd 0.2.5 (#264)
  • cca865f fix(flagd): reduce loglevel of expected logs (#277)
  • be40f24 chore: reduce release please noise
  • fd5ee15 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.2 (#275)
  • 5da2af5 chore(deps): update providers/openfeature-provider-flagd/openfeature/spec dig...
  • Additional commits viewable in compare view

Updates psutil from 7.0.0 to 7.1.0

Changelog

Sourced from psutil's changelog.

7.1.0

2025-09-17

Enhancements

  • 2581_, [Windows]: publish ARM64 wheels. (patch by Matthieu Darbois)
  • 2571_, [FreeBSD]: Dropped support for FreeBSD 8 and earlier. FreeBSD 8 was maintained from 2009 to 2013.
  • 2575_: introduced dprint CLI tool to format .yml and .md files.

Bug fixes

  • 2473_, [macOS]: Fix build issue on macOS 11 and lower.
  • 2494_, [Windows]: All APIs dealing with paths, such as Process.memory_maps(), Process.exe() and Process.open_files()_ does not properly handle UNC paths. Paths such as \\??\\C:\\Windows\\Temp and '\\Device\\HarddiskVolume1\\Windows\\Temp' are now converted to C:\\Windows\\Temp. (patch by Ben Peddell)
  • 2506_, [Windows]: Windows service APIs had issues with unicode services using special characters in their name.
  • 2514_, [Linux]: Process.cwd()_ sometimes fail with FileNotFoundError due to a race condition.
  • 2526_, [Linux]: Process.create_time(), which is used to univocally identify a process over time, is subject to system clock updates, and as such can lead to Process.is_running() returning a wrong result. A monotonic creation time is now used instead. (patch by Jonathan Kohler)
  • 2528_, [Linux]: Process.children()_ may raise PermissionError. It will now raise AccessDenied_ instead.
  • 2540_, [macOS]: boot_time()_ is off by 45 seconds (C precision issue).
  • 2541_, 2570_, 2578_ [Linux], [macOS], [NetBSD]: Process.create_time()_ does not reflect system clock updates.
  • 2542_: if system clock is updated Process.children()_ and Process.parent()_ may not be able to return the right information.
  • 2545_: [Illumos]: Fix handling of MIB2_UDP_ENTRY in net_connections()_.
  • 2552_, [Windows]: boot_time()_ didn't take into account the time spent during suspend / hibernation.
  • 2560_, [Linux]: Process.memory_maps()_ may crash with IndexError on RISCV64 due to a malformed /proc/{PID}/smaps file. (patch by Julien Stephan)
  • 2586_, [macOS], [CRITICAL]: fixed different places in C code which can trigger a segfault.
  • 2604_, [Linux]: virtual_memory()_ "used" memory does not match recent versions of free CLI utility. (patch by Isaac K. Ko)
  • 2605_, [Linux]: psutil.sensors_battery() reports a negative amount for seconds left.
  • 2607_, [Windows]: WindowsService.description() method may fail with ERROR_NOT_FOUND. Now it returns an empty string instead.
  • 2610:, [macOS], [CRITICAL]: fix cpu_freq()_ segfault on ARM architectures.

... (truncated)

Commits
  • 0d18187 Revert HISTORY notes about #2629. We still do publish 3.6 and 3.7 wheels.
  • 229e2de Pre-release
  • fb75b28 Chore: skip CI tests except on Python 3.8 and 3.13
  • 3a4c016 Stop publishing wheels for Python 3.6 and 3.7 (#2629)
  • 83e4f7f OSX: disable failing test
  • df0d4e2 Call GetExtended[Tcp|Udp]Table twice under free-threaded build (round 2) (#2627)
  • dcbfb81 [Windows] fix unicode issues around service APIs (#2626)
  • ef72dcd revert #2590 (Call GetExtended[Tcp|Udp]Table twice under free-threaded build)
  • 8773698 small refact around UTXENT_MUTEX_LOCK
  • 13b711f Lock around uses of getutent/setutent/endutent (#2615)
  • Additional commits viewable in compare view

Updates grpcio-health-checking from 1.71.0 to 1.75.0

Updates openfeature-provider-flagd from 0.2.3 to 0.2.6

Release notes

Sourced from openfeature-provider-flagd's releases.

openfeature-provider-flagd: v0.2.6

0.2.6 (2025-07-22)

🐛 Bug Fixes

  • flagd: Add upperbound to protobuf version to reduce potential conflict with other version (5ad2896)
  • flagd: adjust flagd to updated error codes (#285) (64d755b)
  • flagd: fix protobuf version for file generation to lowest 5.x version (#280) (5ad2896)

openfeature-provider-flagd: v0.2.5

0.2.5 (2025-07-08)

🐛 Bug Fixes

  • flagd: reduce loglevel of expected logs (#277) (cca865f)

openfeature-provider-flagd: v0.2.4

0.2.4 (2025-06-10)

🐛 Bug Fixes

🧹 Chore

  • deps: update dependency grpcio-health-checking to v1.72.1 (#258) (e087353)
  • deps: update dependency grpcio-health-checking to v1.73.0 (#259) (7a080b0)
  • deps: update dependency providers/openfeature-provider-flagd/openfeature/test-harness to v2.7.4 (#237) (65f70d2)
  • deps: update dependency providers/openfeature-provider-flagd/openfeature/test-harness to v2.8.0 (#239) (709ed25)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to 18cde17 (#233) (bf9ef82)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to 36944c6 (#240) (030c6ed)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to bb2dc2c (#256) (34979b6)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to cbfa0a9 (#260) (d0ec36f)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to d27e000 (#242) (fd97b35)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to edf0deb (#248) (1771423)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to f014806 (#253) (067f19f)
Commits
  • d89b5b8 chore(main): release openfeature-provider-flagd 0.2.6 (#284)
  • 64d755b fix(flagd): adjust flagd to updated error codes (#285)
  • abd39e4 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.4 (#286)
  • 5ad2896 fix(flagd): fix protobuf version for file generation to lowest 5.x version (#...
  • 72e6bd3 feat: Add basic env var provider (#276)
  • 144c725 chore(main): release openfeature-provider-flagd 0.2.5 (#264)
  • cca865f fix(flagd): reduce loglevel of expected logs (#277)
  • be40f24 chore: reduce release please noise
  • fd5ee15 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.2 (#275)
  • 5da2af5 chore(deps): update providers/openfeature-provider-flagd/openfeature/spec dig...
  • Additional commits viewable in compare view

Updates psutil from 7.0.0 to 7.1.0

Changelog

Sourced from psutil's changelog.

7.1.0

2025-09-17

Enhancements

  • 2581_, [Windows]: publish ARM64 wheels. (patch by Matthieu Darbois)
  • 2571_, [FreeBSD]: Dropped support for FreeBSD 8 and earlier. FreeBSD 8 was maintained from 2009 to 2013.
  • 2575_: introduced dprint CLI tool to format .yml and .md files.

Bug fixes

  • 2473_, [macOS]: Fix build issue on macOS 11 and lower.
  • 2494_, [Windows]: All APIs dealing with paths, such as Process.memory_maps(), Process.exe() and Process.open_files()_ does not properly handle UNC paths. Paths such as \\??\\C:\\Windows\\Temp and '\\Device\\HarddiskVolume1\\Windows\\Temp' are now converted to C:\\Windows\\Temp. (patch by Ben Peddell)
  • 2506_, [Windows]: Windows service APIs had issues with unicode services using special characters in their name.
  • 2514_, [Linux]: Process.cwd()_ sometimes fail with FileNotFoundError due to a race condition.
  • 2526_, [Linux]: Process.create_time(), which is used to univocally identify a process over time, is subject to system clock updates, and as such can lead to Process.is_running() returning a wrong result. A monotonic creation time is now used instead. (patch by Jonathan Kohler)
  • 2528_, [Linux]: Process.children()_ may raise PermissionError. It will now raise AccessDenied_ instead.
  • 2540_, [macOS]: boot_time()_ is off by 45 seconds (C precision issue).
  • 2541_, 2570_, 2578_ [Linux], [macOS], [NetBSD]: Process.create_time()_ does not reflect system clock updates.
  • 2542_: if system clock is updated Process.children()_ and Process.parent()_ may not be able to return the right information.
  • 2545_: [Illumos]: Fix handling of MIB2_UDP_ENTRY in net_connections()_.
  • 2552_, [Windows]: boot_time()_ didn't take into account the time spent during suspend / hibernation.
  • 2560_, [Linux]: Process.memory_maps()_ may crash with IndexError on RISCV64 due to a malformed /proc/{PID}/smaps file. (patch by Julien Stephan)
  • 2586_, [macOS], [CRITICAL]: fixed different places in C code which can trigger a segfault.
  • 2604_, [Linux]: virtual_memory()_ "used" memory does not match recent versions of free CLI utility. (patch by Isaac K. Ko)
  • 2605_, [Linux]: psutil.sensors_battery() reports a negative amount for seconds left.
  • 2607_, [Windows]: WindowsService.description() method may fail with ERROR_NOT_FOUND. Now it returns an empty string instead.
  • 2610:, [macOS], [CRITICAL]: fix cpu_freq()_ segfault on ARM architectures.

... (truncated)

Commits
  • 0d18187 Revert HISTORY notes about #2629. We still do publish 3.6 and 3.7 wheels.
  • 229e2de Pre-release
  • fb75b28 Chore: skip CI tests except on Python 3.8 and 3.13
  • 3a4c016 Stop publishing wheels for Python 3.6 and 3.7 (#2629)
  • 83e4f7f OSX: disable failing test
  • df0d4e2 Call GetExtended[Tcp|Udp]Table twice under free-threaded build (round 2) (#2627)
  • dcbfb81 [Windows] fix unicode issues around service APIs (#2626)
  • ef72dcd revert #2590 (Call GetExtended[Tcp|Udp]Table twice under free-threaded build)
  • 8773698 small refact around UTXENT_MUTEX_LOCK
  • 13b711f Lock around uses of getutent/setutent/endutent (#2615)
  • Additional commits viewable in compare view

Updates grpcio-health-checking from 1.71.0 to 1.75.0

Updates openfeature-provider-flagd from 0.2.3 to 0.2.6

Release notes

Sourced from openfeature-provider-flagd's releases.

openfeature-provider-flagd: v0.2.6

0.2.6 (2025-07-22)

🐛 Bug Fixes

  • flagd: Add upperbound to protobuf version to reduce potential conflict with other version (5ad2896)
  • flagd: adjust flagd to updated error codes (#285) (64d755b)
  • flagd: fix protobuf version for file generation to lowest 5.x version (#280) (5ad2896)

openfeature-provider-flagd: v0.2.5

0.2.5 (2025-07-08)

🐛 Bug Fixes

  • flagd: reduce loglevel of expected logs (#277) (cca865f)

openfeature-provider-flagd: v0.2.4

0.2.4 (2025-06-10)

🐛 Bug Fixes

🧹 Chore

  • deps: update dependency grpcio-health-checking to v1.72.1 (#258) (e087353)
  • deps: update dependency grpcio-health-checking to v1.73.0 (#259) (7a080b0)
  • deps: update dependency providers/openfeature-provider-flagd/openfeature/test-harness to v2.7.4 (#237) (65f70d2)
  • deps: update dependency providers/openfeature-provider-flagd/openfeature/test-harness to v2.8.0 (#239) (709ed25)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to 18cde17 (#233) (bf9ef82)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to 36944c6 (#240) (030c6ed)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to bb2dc2c (#256) (34979b6)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to cbfa0a9 (#260) (d0ec36f)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to d27e000 (#242) (fd97b35)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to edf0deb (#248) (1771423)
  • deps: update providers/openfeature-provider-flagd/openfeature/spec digest to f014806 (#253) (067f19f)
Commits
  • d89b5b8 chore(main): release openfeature-provider-flagd 0.2.6 (#284)
  • 64d755b fix(flagd): adjust flagd to updated error codes (#285)
  • abd39e4 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.4 (#286)
  • 5ad2896 fix(flagd): fix protobuf version for file generation to lowest 5.x version (#...
  • 72e6bd3 feat: Add basic env var provider (#276)
  • 144c725 chore(main): release openfeature-provider-flagd 0.2.5 (#264)
  • cca865f fix(flagd): reduce loglevel of expected logs (#277)
  • be40f24 chore: reduce release please noise
  • fd5ee15 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.12.2 (#275)
  • 5da2af5 chore(deps): update providers/openfeature-provider-flagd/openfeature/spec dig...
  • Additional commits viewable in compare view

Updates psutil from 7.0.0 to 7.1.0

Changelog

Sourced from psutil's changelog.

7.1.0

2025-09-17

Enhancements

  • 2581_, [Windows]: publish ARM64 wheels. (patch by Matthieu Darbois)
  • 2571_, [FreeBSD]: Dropped support for FreeBSD 8 and earlier. FreeBSD 8 was maintained from 2009 to 2013.
  • 2575_: introduced dprint CLI tool to format .yml and .md files.

Bug fixes

  • 2473_, [macOS]: Fix build issue on macOS 11 and lower.
  • 2494_, [Windows]: All APIs dealing with paths, such as Process.memory_maps(), Process.exe() and Process.open_files()_ does not properly handle UNC paths. Paths such as \\??\\C:\\Windows\\Temp and '\\Device\\HarddiskVolume1\\Windows\\Temp' are now converted to C:\\Windows\\Temp. (patch by Ben Peddell)
  • 2506_, [Windows]: Windows service APIs had issues with unicode services using special characters in their name.
  • 2514_, [Linux]: Process.cwd()_ sometimes fail with FileNotFoundError due to a race condition.
  • 2526_, [Linux]: Process.create_time(), which is used to univocally identify a process over time, is subject to system clock updates, and as such can lead to Process.is_running() returning a wrong result. A monotonic creation time is now used instead. (patch by Jonathan Kohler)
  • 2528_, [Linux]: Process.children()_ may raise PermissionError. It will now raise AccessDenied_ instead.
  • 2540_, [macOS]: boot_time()_ is off by 45 seconds (C precision issue).
  • 2541_, 2570_, 2578_ [Linux], [macOS], [NetBSD]: Process.create_time()_ does not reflect system clock updates.
  • 2542_: if system clock is updated Process.children()_ and Process.parent()_ may not be able to return the right information.
  • 2545_: [Illumos]: Fix handling of MIB2_UDP_ENTRY in net_connections()_.
  • 2552_, [Windows]: boot_time()_ didn't take into account the time spent during suspend / hibernation.
  • 2560_, [Linux]: Process.memory_maps()_ may crash with IndexError on RISCV64 due to a malformed /proc/{PID}/smaps file. (patch by Julien Stephan)
  • 2586_, [macOS], [CRITICAL]: fixed different places in C code which can trigger a segfault.
  • 2604_, [Linux]: virtual_memory()_ "used" memory does not match recent versions of free CLI utility. (patch by Isaac K. Ko)
  • 2605_, [Linux]: psutil.sensors_battery() reports a negative amount for seconds left.
  • 2607_, [Windows]: WindowsService.description() method may fail with ERROR_NOT_FOUND. Now it returns an empty string instead.
  • 2610:, [macOS], [CRITICAL]: fix cpu_freq()_ segfault on ARM architectures.

... (truncated)

Commits
  • 0d18187 Revert HISTORY notes about #2629. We still do publish 3.6 and 3.7 wheels.
  • 229e2de Pre-release
  • fb75b28 Chore: skip CI tests except on Python 3.8 and 3.13
  • 3a4c016 Stop publishing wheels for Python 3.6 and 3.7 (#2629)
  • 83e4f7f OSX: disable failing test
  • df0d4e2 Call GetExtended[Tcp|Udp]Table twice under free-threaded build (round 2) (#2627)
  • dcbfb81 [Windows] fix unicode issues around service APIs (#2626)
  • ef72dcd revert #2590 (Call GetExtended[Tcp|Udp]Table twice under free-threaded build)
  • 8773698 small refact around UTXENT_MUTEX_LOCK
  • 13b711f Lock around uses of getutent/setutent/endutent (#2615)
  • 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 <de...

Description has been truncated

…ctories with 4 updates

Bumps the pip-production-dependencies group with 4 updates in the /src directory: [grpcio-health-checking](https://grpc.io), [openfeature-provider-flagd](https://github.com/open-feature/python-sdk-contrib), [psutil](https://github.com/giampaolo/psutil) and [openfeature-provider-ofrep](https://github.com/open-feature/python-sdk-contrib).
Bumps the pip-production-dependencies group with 3 updates in the /src/recommendation directory: [grpcio-health-checking](https://grpc.io), [openfeature-provider-flagd](https://github.com/open-feature/python-sdk-contrib) and [psutil](https://github.com/giampaolo/psutil).


Updates `grpcio-health-checking` from 1.71.0 to 1.75.0

Updates `openfeature-provider-flagd` from 0.2.3 to 0.2.6
- [Release notes](https://github.com/open-feature/python-sdk-contrib/releases)
- [Changelog](https://github.com/open-feature/python-sdk-contrib/blob/main/release-please-config.json)
- [Commits](open-feature/python-sdk-contrib@openfeature-provider-flagd/v0.2.3...openfeature-provider-flagd/v0.2.6)

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

Updates `openfeature-provider-ofrep` from 0.1.1 to 0.2.0
- [Release notes](https://github.com/open-feature/python-sdk-contrib/releases)
- [Changelog](https://github.com/open-feature/python-sdk-contrib/blob/main/release-please-config.json)
- [Commits](open-feature/python-sdk-contrib@openfeature-provider-ofrep/v0.1.1...openfeature-provider-ofrep/v0.2.0)

Updates `grpcio-health-checking` from 1.71.0 to 1.75.0

Updates `openfeature-provider-flagd` from 0.2.3 to 0.2.6
- [Release notes](https://github.com/open-feature/python-sdk-contrib/releases)
- [Changelog](https://github.com/open-feature/python-sdk-contrib/blob/main/release-please-config.json)
- [Commits](open-feature/python-sdk-contrib@openfeature-provider-flagd/v0.2.3...openfeature-provider-flagd/v0.2.6)

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

Updates `grpcio-health-checking` from 1.71.0 to 1.75.0

Updates `openfeature-provider-flagd` from 0.2.3 to 0.2.6
- [Release notes](https://github.com/open-feature/python-sdk-contrib/releases)
- [Changelog](https://github.com/open-feature/python-sdk-contrib/blob/main/release-please-config.json)
- [Commits](open-feature/python-sdk-contrib@openfeature-provider-flagd/v0.2.3...openfeature-provider-flagd/v0.2.6)

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

Updates `grpcio-health-checking` from 1.71.0 to 1.75.0

Updates `openfeature-provider-flagd` from 0.2.3 to 0.2.6
- [Release notes](https://github.com/open-feature/python-sdk-contrib/releases)
- [Changelog](https://github.com/open-feature/python-sdk-contrib/blob/main/release-please-config.json)
- [Commits](open-feature/python-sdk-contrib@openfeature-provider-flagd/v0.2.3...openfeature-provider-flagd/v0.2.6)

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

---
updated-dependencies:
- dependency-name: grpcio-health-checking
  dependency-version: 1.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-provider-flagd
  dependency-version: 0.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: psutil
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-provider-ofrep
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: grpcio-health-checking
  dependency-version: 1.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-provider-flagd
  dependency-version: 0.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: psutil
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: grpcio-health-checking
  dependency-version: 1.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-provider-flagd
  dependency-version: 0.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: psutil
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: grpcio-health-checking
  dependency-version: 1.75.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
- dependency-name: openfeature-provider-flagd
  dependency-version: 0.2.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-production-dependencies
- dependency-name: psutil
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Sep 26, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2025

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

@dependabot dependabot bot closed this Oct 7, 2025
@dependabot dependabot bot deleted the dependabot/pip/src/pip-production-dependencies-461dfb057c branch October 7, 2025 03:39
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.

0 participants