From 1d2910a5cda7f865f7f220b71b76882d8b46dd9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:20:41 +0000 Subject: [PATCH] Bump dockerfile-parse from 2.0.0 to 2.0.1 Bumps [dockerfile-parse](https://github.com/containerbuildsystem/dockerfile-parse) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/containerbuildsystem/dockerfile-parse/releases) - [Commits](https://github.com/containerbuildsystem/dockerfile-parse/compare/2.0.0...2.0.1) --- updated-dependencies: - dependency-name: dockerfile-parse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a76778b..bf2d1d4 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -dockerfile-parse==2.0.0 +dockerfile-parse==2.0.1 jupyter-repo2docker==2022.10.0 pre-commit==2.21.0 pytest==7.2.1