From df9cba7badfb56309ff82a6ab0db1fabd10ede87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 09:59:05 +0100 Subject: [PATCH] Bump the all group in /dependabot with 2 updates (#125) * Bump the all group in /dependabot with 2 updates Bumps the all group in /dependabot with 2 updates: [bcrypt](https://github.com/pyca/bcrypt) and [coverage](https://github.com/nedbat/coveragepy). Updates `bcrypt` from 4.2.0 to 4.2.1 - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.2.0...4.2.1) Updates `coverage` from 7.6.7 to 7.6.8 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.7...7.6.8) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: coverage dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] * Version synchronization --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- dependabot/requirements.txt | 4 ++-- ztk-versions.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependabot/requirements.txt b/dependabot/requirements.txt index 8c59988..5e7400c 100644 --- a/dependabot/requirements.txt +++ b/dependabot/requirements.txt @@ -66,7 +66,7 @@ BTrees==6.1 RestrictedPython==7.4 ZConfig==4.1 ZODB==6.0 -bcrypt==4.2.0 +bcrypt==4.2.1 cffi==1.17.1 multipart==1.1.0 persistent==6.1 @@ -77,7 +77,7 @@ transaction==5.0 zc.lockfile==3.0.post1 zodbpickle==4.1.1 six==1.16.0 -coverage==7.6.7 +coverage==7.6.8 manuel==1.13.0 collective.recipe.cmd==0.11 mr.developer==2.0.2 diff --git a/ztk-versions.cfg b/ztk-versions.cfg index c808d3d..57500f5 100644 --- a/ztk-versions.cfg +++ b/ztk-versions.cfg @@ -70,7 +70,7 @@ BTrees = 6.1 RestrictedPython = 7.4 ZConfig = 4.1 ZODB = 6.0 -bcrypt = 4.2.0 +bcrypt = 4.2.1 cffi = 1.17.1 multipart = 1.1.0 persistent = 6.1 @@ -85,7 +85,7 @@ zodbpickle = 4.1.1 six = 1.16.0 # Testing tools -coverage = 7.6.7 +coverage = 7.6.8 manuel = 1.13.0 # ZTK buildout dependencies