Skip to content

Commit

Permalink
Bump the all group in /dependabot with 2 updates (#125)
Browse files Browse the repository at this point in the history
* 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](pyca/bcrypt@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](nedbat/coveragepy@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] <support@github.com>

* Version synchronization

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Nov 25, 2024
1 parent d2eb2e5 commit df9cba7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dependabot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ztk-versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit df9cba7

Please sign in to comment.