Skip to content

Commit

Permalink
Bump the all group in /dependabot with 3 updates (#117)
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-interface](https://github.com/zopefoundation/zope.interface), [restrictedpython](https://github.com/zopefoundation/RestrictedPython) and [coverage](https://github.com/nedbat/coveragepy).


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

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

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

---
updated-dependencies:
- dependency-name: zope-interface
  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] <[email protected]>

* Version synchronization

* Fix dependencies.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Howitz <[email protected]>
  • Loading branch information
3 people authored Oct 16, 2024
1 parent 5945e7b commit cd85e3f
Show file tree
Hide file tree
Showing 2 changed files with 20 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 @@ -29,7 +29,7 @@ zope.hookable==7.0
zope.i18n==5.2
zope.i18nmessageid==7.0
zope.index==7.0
zope.interface==7.0.3
zope.interface==7.1.0
zope.intid==5.0
zope.keyreference==6.0
zope.lifecycleevent==5.0
Expand Down Expand Up @@ -63,7 +63,7 @@ zope.traversing==5.0
zope.untrustedpython==6.1
zope.viewlet==5.0
BTrees==6.1
RestrictedPython==7.3
RestrictedPython==7.4
ZConfig==4.1
ZODB==6.0
bcrypt==4.2.0
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.1
coverage==7.6.3
manuel==1.12.4
collective.recipe.cmd==0.11
mr.developer==2.0.2
Expand Down
20 changes: 17 additions & 3 deletions ztk-versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ zope.hookable = 7.0
zope.i18n = 5.2
zope.i18nmessageid = 7.0
zope.index = 7.0
zope.interface = 7.0.3
zope.interface = 7.1.0
zope.intid = 5.0
zope.keyreference = 6.0
zope.lifecycleevent = 5.0
Expand Down Expand Up @@ -67,7 +67,7 @@ zope.viewlet = 5.0

# Direct dependencies
BTrees = 6.1
RestrictedPython = 7.3
RestrictedPython = 7.4
ZConfig = 4.1
ZODB = 6.0
bcrypt = 4.2.0
Expand All @@ -85,7 +85,7 @@ zodbpickle = 4.1.1
six = 1.16.0

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

# ZTK buildout dependencies
Expand All @@ -95,3 +95,17 @@ z3c.checkversions = 2.1
z3c.recipe.compattest = 2.0
zc.recipe.egg = 2.0.7
zc.recipe.testrunner = 3.1

[versions:python38]
# Newer versions require Python 3.9+
coverage = 7.6.1
# Newer versions use Pythons integreated toml support in coverage
tomli = 2.0.2

[versions:python39]
# Newer versions use Pythons integreated toml support in coverage
tomli = 2.0.2

[versions:python310]
# Newer versions use Pythons integreated toml support in coverage
tomli = 2.0.2

0 comments on commit cd85e3f

Please sign in to comment.