From 85f83ee6846fe19417405a1b9b5eb8b16a7a6c77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:12:16 +0000 Subject: [PATCH] Bump pyhamcrest from 2.0.4 to 2.1.0 in /src/test/python_tests Bumps [pyhamcrest](https://github.com/hamcrest/PyHamcrest) from 2.0.4 to 2.1.0. - [Release notes](https://github.com/hamcrest/PyHamcrest/releases) - [Changelog](https://github.com/hamcrest/PyHamcrest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/hamcrest/PyHamcrest/compare/V2.0.4...V2.1.0) --- updated-dependencies: - dependency-name: pyhamcrest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/test/python_tests/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/python_tests/requirements.txt b/src/test/python_tests/requirements.txt index 8adab96..dbe862e 100644 --- a/src/test/python_tests/requirements.txt +++ b/src/test/python_tests/requirements.txt @@ -16,9 +16,9 @@ pluggy==1.2.0 \ --hash=sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849 \ --hash=sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3 # via pytest -pyhamcrest==2.0.4 \ - --hash=sha256:60a41d4783b9d56c9ec8586635d2301db5072b3ea8a51c32dd03c408ae2b0f79 \ - --hash=sha256:b5d9ce6b977696286cf232ce2adf8969b4d0b045975b0936ac9005e84e67e9c1 +pyhamcrest==2.1.0 \ + --hash=sha256:c6acbec0923d0cb7e72c22af1926f3e7c97b8e8d69fc7498eabacaf7c975bd9c \ + --hash=sha256:f6913d2f392e30e0375b3ecbd7aee79e5d1faa25d345c8f4ff597665dcac2587 # via -r requirements.in pytest==7.4.1 \ --hash=sha256:2f2301e797521b23e4d2585a0a3d7b5e50fdddaaf7e7d6773ea26ddb17c213ab \