Skip to content

Commit 256692c

Browse files
Bump the all group in /dependabot with 2 updates (#118)
* Bump the all group in /dependabot with 2 updates Bumps the all group in /dependabot with 2 updates: [restrictedpython](https://github.com/zopefoundation/RestrictedPython) and [coverage](https://github.com/nedbat/coveragepy). Updates `restrictedpython` from 8.0 to 8.1 - [Changelog](https://github.com/zopefoundation/RestrictedPython/blob/master/CHANGES.rst) - [Commits](zopefoundation/RestrictedPython@8.0...8.1) Updates `coverage` from 7.10.7 to 7.11.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.10.7...7.11.0) --- updated-dependencies: - dependency-name: restrictedpython dependency-version: '8.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: coverage dependency-version: 7.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> * Version synchronization * Use older version for Python 3.9. --------- 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]>
1 parent 2f2fdc3 commit 256692c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

dependabot/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ zope.traversing==6.0
6363
zope.untrustedpython==7.0
6464
zope.viewlet==6.0
6565
BTrees==6.1
66-
RestrictedPython==8.0
66+
RestrictedPython==8.1
6767
ZConfig==4.2
6868
ZODB==6.1
6969
bcrypt==5.0.0
@@ -77,7 +77,7 @@ transaction==5.0
7777
zc.lockfile==4.0
7878
zodbpickle==4.2
7979
six==1.17.0
80-
coverage==7.10.7
80+
coverage==7.11.0
8181
manuel==1.13.0
8282
collective.recipe.cmd==0.11
8383
mr.developer==2.0.4

grok-versions.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ zope.viewlet = 6.0
6767

6868
# ZTK Direct dependencies
6969
BTrees = 6.1
70-
RestrictedPython = 8.0
70+
RestrictedPython = 8.1
7171
ZConfig = 4.2
7272
ZODB = 6.1
7373
bcrypt = 5.0.0
@@ -85,7 +85,7 @@ zodbpickle = 4.2
8585
six = 1.17.0
8686

8787
# ZTK Testing tools
88-
coverage = 7.10.7
88+
coverage = 7.11.0
8989
manuel = 1.13.0
9090

9191
# ZTK buildout dependencies
@@ -162,6 +162,8 @@ importlib-metadata = 7.0.0
162162
zipp = 3.17.0
163163
# Newer versions use Python's integrated toml support in coverage
164164
tomli = 2.0.2
165+
# Newer versions of coverage have dropped support for Python 3.9
166+
coverage = 7.10.7
165167

166168
[versions:python310]
167169
# Newer versions use Python's integrated toml support in coverage

0 commit comments

Comments
 (0)