Skip to content

Commit

Permalink
NXDRIVE-2949: Fix dependabot for the multiple PRs getting opened for …
Browse files Browse the repository at this point in the history
…the same dependency (#5087)
  • Loading branch information
poojadaine committed Jul 16, 2024
1 parent 10c9eba commit fc23415
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/changes/5.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Release date: `2024-xx-xx`
## Tests

- [NXDRIVE-2933](https://jira.nuxeo.com/browse/NXDRIVE-2933): Fix redos in py library when used with subversion
- [NXDRIVE-2949](https://jira.nuxeo.com/browse/NXDRIVE-2949): Fix dependabot for the multiple PRs getting opened for the same dependency


## Docs

Expand All @@ -49,8 +51,6 @@ Release date: `2024-xx-xx`
- Upgraded `platformdirs` from 4.2.0 to 4.2.2
- Upgraded `pluggy` from 1.4.0 to 1.5.0
- Upgraded `pytest` from 7.4.4 to 8.2.1
- Upgraded `py-cpuinfo` from 8.0.0 to 9.0.0
- Upgraded `pytest-benchmark` from 3.4.1 to 4.0.0
- Upgraded `pytest-cov` from 4.1.0 to 5.0.0
- Upgraded `pytest-timeout` from 2.2.0 to 2.3.1
- Upgraded `requests` from 2.31.0 to 2.32.2
Expand Down
11 changes: 5 additions & 6 deletions tools/deps/requirements-bench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
# Modules needed by benchmarks.
# This file is independent to not pollute other test environments.
#
pytest-benchmark==4.0.0 \
--hash=sha256:fb0785b83efe599a6a956361c0691ae1dbb5318018561af10f3e915caa0048d1 \
--hash=sha256:fdb7db64e31c8b277dff9850d2a2556d8b60bcb0ea6524e36e28ffd7c87f71d6
py-cpuinfo==9.0.0 \
--hash=sha256:3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690 \
--hash=sha256:859625bc251f64e21f077d099d4162689c762b5d6a4c3c97553d56241c9674d5
py-cpuinfo==8.0.0 \
--hash=sha256:5f269be0e08e33fd959de96b34cd4aeeeacac014dd8305f70eb28d06de2345c5
pytest-benchmark==3.4.1 \
--hash=sha256:36d2b08c4882f6f997fd3126a3d6dfd70f3249cde178ed8bbc0b73db7c20f809 \
--hash=sha256:40e263f912de5a81d891619032983557d62a3d85843f9a9f30b98baea0cd7b47

0 comments on commit fc23415

Please sign in to comment.