From 4bd4c87be93bdad3c99ab7831b0b9c50dd5ba7c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 02:12:00 +0000 Subject: [PATCH 1/2] Bump flake8 from 6.0.0 to 6.1.0 in /requirements Bumps [flake8](https://github.com/pycqa/flake8) from 6.0.0 to 6.1.0. - [Commits](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/lint.txt b/requirements/lint.txt index 7f49825..11a3c85 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -1,3 +1,3 @@ black==23.3.0 -flake8==6.0.0 +flake8==6.1.0 mypy==1.4.1 From f138bbfc020ff03263a231da1405acf01f921ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 02:12:04 +0000 Subject: [PATCH 2/2] Bump piccolo-theme from 0.16.0 to 0.16.1 in /requirements Bumps [piccolo-theme](https://github.com/piccolo-orm/piccolo_theme) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/piccolo-orm/piccolo_theme/releases) - [Commits](https://github.com/piccolo-orm/piccolo_theme/compare/0.16.0...0.16.1) --- updated-dependencies: - dependency-name: piccolo-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/docs.txt b/requirements/docs.txt index 865b57d..9d2143e 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,5 +1,5 @@ demesdraw==0.4.0 jupyter-book==0.15.1 -piccolo_theme==0.16.0 +piccolo_theme==0.16.1 sphinx_issues==3.0.1 sphinxcontrib-programoutput==0.17