From 7c79676a18e65d7d84fe03475feea95a46613f98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 23:10:52 +0000 Subject: [PATCH] Update jmespath requirement from ~=0.9.0 to ~=1.0.0 Updates the requirements on [jmespath](https://github.com/jmespath/jmespath.py) to permit the latest version. - [Release notes](https://github.com/jmespath/jmespath.py/releases) - [Changelog](https://github.com/jmespath/jmespath.py/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/jmespath/jmespath.py/compare/0.9.0...1.0.0) --- updated-dependencies: - dependency-name: jmespath dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9f6d1f..4e0ffa3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ ionhash~=1.1.0 pytest~=4.6.3 pytest-cov~=2.7.1 pytest-subtests~=0.3.0 -jmespath~=0.9.0 +jmespath~=1.0.0 python-dateutil~=2.8.1 s3transfer~=0.3.7 six~=1.15.0