From 3bf3fb2bd57a0a5ea300c8498fb9bfc91ee3ecfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 06:01:27 +0000 Subject: [PATCH 1/2] build(deps): bump virtualenv from 20.8.0 to 20.8.1 in /.github/workflows Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.8.0 to 20.8.1. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.8.0...20.8.1) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index 41a06bf0..d9f731dd 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -2,4 +2,4 @@ pip==21.2.4 nox==2021.6.12 nox-poetry==0.8.6 poetry==1.1.8 -virtualenv==20.8.0 +virtualenv==20.8.1 From 1cde49d73d494e321832721a480961a0a6f15d0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 27 Sep 2021 06:03:40 +0000 Subject: [PATCH 2/2] Update Changelog for PR --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a606813..75531bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ - build\(deps-dev\): bump pytest from 6.2.4 to 6.2.5 [\#480](https://github.com/jmuelbert/jmopenorders/pull/480) - build\(deps-dev\): bump pre-commit from 2.14.0 to 2.14.1 [\#479](https://github.com/jmuelbert/jmopenorders/pull/479) - build\(deps-dev\): bump black from 21.7b0 to 21.8b0 [\#477](https://github.com/jmuelbert/jmopenorders/pull/477) +- build\(deps\): bump david-a-wheeler/flawfinder from 2.0.19.pre.alpha1 to 2.0.19 [\#476](https://github.com/jmuelbert/jmopenorders/pull/476) ## [v0.2.10](https://github.com/jmuelbert/jmopenorders/tree/v0.2.10) (2021-08-27) @@ -38,7 +39,6 @@ **Merged pull requests:** -- build\(deps\): bump david-a-wheeler/flawfinder from 2.0.19.pre.alpha1 to 2.0.19 [\#476](https://github.com/jmuelbert/jmopenorders/pull/476) - Bump peter-evans/create-pull-request from 3.10.0 to 3.10.1 [\#474](https://github.com/jmuelbert/jmopenorders/pull/474) - Fix typos by misspell-fixer for refs/heads/update-workflows [\#473](https://github.com/jmuelbert/jmopenorders/pull/473) - Bump codecov/codecov-action from 2.0.2 to 2.0.3 [\#472](https://github.com/jmuelbert/jmopenorders/pull/472)