Skip to content

Commit

Permalink
Bump py-cpuinfo from 8.0.0 to 9.0.0 in /tools/deps (#4892)
Browse files Browse the repository at this point in the history
* Bump py-cpuinfo from 8.0.0 to 9.0.0 in /tools/deps

Bumps [py-cpuinfo](https://github.com/workhorsy/py-cpuinfo) from 8.0.0 to 9.0.0.
- [Changelog](https://github.com/workhorsy/py-cpuinfo/blob/master/ChangeLog)
- [Commits](workhorsy/py-cpuinfo@v8.0.0...v9.0.0)

---
updated-dependencies:
- dependency-name: py-cpuinfo
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pooja Ramkrishna Daine <Pooja.RamkrishnaDaine@hyland.com>
  • Loading branch information
dependabot[bot] and poojadaine committed Aug 9, 2024
1 parent c9fbfa6 commit 4b05bdd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/changes/5.5.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Release date: `2024-xx-xx`

- Upgraded `authlib` from 1.3.0 to 1.3.1
- Upgraded `black` from 23.12.1 to 24.8.0
- Upgraded `py-cpuinfo` from 8.0.0 to 9.0.0
- Upgraded `pytest-benchmark` from 3.4.1 to 4.0.0

## Technical Changes

Expand Down
11 changes: 6 additions & 5 deletions tools/deps/requirements-bench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# Modules needed by benchmarks.
# This file is independent to not pollute other test environments.
#
py-cpuinfo==8.0.0 \
--hash=sha256:5f269be0e08e33fd959de96b34cd4aeeeacac014dd8305f70eb28d06de2345c5
pytest-benchmark==3.4.1 \
--hash=sha256:36d2b08c4882f6f997fd3126a3d6dfd70f3249cde178ed8bbc0b73db7c20f809 \
--hash=sha256:40e263f912de5a81d891619032983557d62a3d85843f9a9f30b98baea0cd7b47
py-cpuinfo==9.0.0 \
--hash=sha256:3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690 \
--hash=sha256:859625bc251f64e21f077d099d4162689c762b5d6a4c3c97553d56241c9674d5
pytest-benchmark==4.0.0 \
--hash=sha256:fb0785b83efe599a6a956361c0691ae1dbb5318018561af10f3e915caa0048d1 \
--hash=sha256:fdb7db64e31c8b277dff9850d2a2556d8b60bcb0ea6524e36e28ffd7c87f71d6

0 comments on commit 4b05bdd

Please sign in to comment.