From ea1a333e86e688dbcb5f722ca838529eda2b33fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 14:36:10 +0000 Subject: [PATCH] Bump nodeenv from 1.6.0 to 1.7.0 Bumps [nodeenv](https://github.com/ekalinin/nodeenv) from 1.6.0 to 1.7.0. - [Release notes](https://github.com/ekalinin/nodeenv/releases) - [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES) - [Commits](https://github.com/ekalinin/nodeenv/compare/1.6.0...1.7.0) --- updated-dependencies: - dependency-name: nodeenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0f8966..6555e60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ httpx==0.22.0; python_version >= "3.6" identify==2.5.0; python_version >= "3.7" idna==3.3; python_full_version >= "3.6.2" and python_version >= "3.6" lxml==4.8.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0") -nodeenv==1.6.0; python_version >= "3.7" +nodeenv==1.7.0; python_version >= "3.7" passlib==1.7.4 platformdirs==2.5.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7" pre-commit==2.20.0; python_version >= "3.7"