Skip to content

Commit

Permalink
Bump the all group in /dependabot with 3 updates (#104)
Browse files Browse the repository at this point in the history
* Bump the all group in /dependabot with 3 updates

Bumps the all group in /dependabot with 3 updates: [zope-untrustedpython](https://github.com/zopefoundation/zope.untrustedpython), [restrictedpython](https://github.com/zopefoundation/RestrictedPython) and [coverage](https://github.com/nedbat/coveragepy).


Updates `zope-untrustedpython` from 6.0 to 6.1
- [Changelog](https://github.com/zopefoundation/zope.untrustedpython/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zope.untrustedpython@6.0...6.1)

Updates `restrictedpython` from 7.1 to 7.2
- [Changelog](https://github.com/zopefoundation/RestrictedPython/blob/master/CHANGES.rst)
- [Commits](zopefoundation/RestrictedPython@7.1...7.2)

Updates `coverage` from 7.6.0 to 7.6.1
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.0...7.6.1)

---
updated-dependencies:
- dependency-name: zope-untrustedpython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: restrictedpython
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Aug 5, 2024
1 parent ec2d21a commit 365aee1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dependabot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ zope.tales==6.0
zope.testing==5.0.1
zope.testrunner==6.4
zope.traversing==5.0
zope.untrustedpython==6.0
zope.untrustedpython==6.1
zope.viewlet==5.0
BTrees==6.0
RestrictedPython==7.1
RestrictedPython==7.2
ZConfig==4.1
ZODB==6.0
bcrypt==4.2.0
Expand All @@ -77,7 +77,7 @@ transaction==4.0
zc.lockfile==3.0.post1
zodbpickle==4.0
six==1.16.0
coverage==7.6.0
coverage==7.6.1
manuel==1.12.4
collective.recipe.cmd==0.11
mr.developer==2.0.2
Expand Down
6 changes: 3 additions & 3 deletions ztk-versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ zope.tales = 6.0
zope.testing = 5.0.1
zope.testrunner = 6.4
zope.traversing = 5.0
zope.untrustedpython = 6.0
zope.untrustedpython = 6.1
zope.viewlet = 5.0

# Direct dependencies
BTrees = 6.0
RestrictedPython = 7.1
RestrictedPython = 7.2
ZConfig = 4.1
ZODB = 6.0
bcrypt = 4.2.0
Expand All @@ -85,7 +85,7 @@ zodbpickle = 4.0
six = 1.16.0

# Testing tools
coverage = 7.6.0
coverage = 7.6.1
manuel = 1.12.4

# ZTK buildout dependencies
Expand Down

0 comments on commit 365aee1

Please sign in to comment.