From 7d5f4bc3c3dafe0cc980ae6a0a7293f055c080ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jul 2021 04:24:36 +0000 Subject: [PATCH 1/2] Bump c2cciutils from 1.1.dev20210727151149 to 1.1.dev20210729075943 Bumps [c2cciutils](https://github.com/camptocamp/c2cciutils) from 1.1.dev20210727151149 to 1.1.dev20210729075943. - [Release notes](https://github.com/camptocamp/c2cciutils/releases) - [Commits](https://github.com/camptocamp/c2cciutils/commits) --- updated-dependencies: - dependency-name: c2cciutils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index de41fa9f..d1970319 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1 +1 @@ -c2cciutils==1.1.dev20210727151149 +c2cciutils==1.1.dev20210729075943 From bab513536bfaea649c8a3cb7fd2c2fc050c586fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Fri, 30 Jul 2021 09:21:14 +0200 Subject: [PATCH 2/2] Add Pipfile.lock to .prettierignore --- .prettierignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .prettierignore diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 00000000..8f4dc5cf --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +Pipfile.lock