Skip to content

Commit 188045e

Browse files
Bump the all group in /dependabot with 7 updates (#101)
* Bump the all group in /dependabot with 7 updates Bumps the all group in /dependabot with 7 updates: | Package | From | To | | --- | --- | --- | | [zope-contentprovider](https://github.com/zopefoundation/zope.contentprovider) | `6.0` | `6.1` | | [zope-event](https://github.com/zopefoundation/zope.event) | `5.1` | `5.1.1` | | [zope-i18n](https://github.com/zopefoundation/zope.i18n) | `5.2` | `5.3` | | [multipart](https://github.com/defnull/multipart) | `1.2.1` | `1.3.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.9.2` | `7.10.2` | | [mr-developer](https://github.com/fschulze/mr.developer) | `2.0.3` | `2.0.4` | | [zdaemon](https://github.com/zopefoundation/zdaemon) | `5.2` | `5.2.1` | Updates `zope-contentprovider` from 6.0 to 6.1 - [Changelog](https://github.com/zopefoundation/zope.contentprovider/blob/master/CHANGES.rst) - [Commits](zopefoundation/zope.contentprovider@6.0...6.1) Updates `zope-event` from 5.1 to 5.1.1 - [Changelog](https://github.com/zopefoundation/zope.event/blob/master/CHANGES.rst) - [Commits](zopefoundation/zope.event@5.1...5.1.1) Updates `zope-i18n` from 5.2 to 5.3 - [Changelog](https://github.com/zopefoundation/zope.i18n/blob/master/CHANGES.rst) - [Commits](zopefoundation/zope.i18n@5.2...5.3) Updates `multipart` from 1.2.1 to 1.3.0 - [Release notes](https://github.com/defnull/multipart/releases) - [Changelog](https://github.com/defnull/multipart/blob/master/CHANGELOG.rst) - [Commits](defnull/multipart@v1.2.1...v1.3.0) Updates `coverage` from 7.9.2 to 7.10.2 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.9.2...7.10.2) Updates `mr-developer` from 2.0.3 to 2.0.4 - [Changelog](https://github.com/fschulze/mr.developer/blob/master/CHANGES.rst) - [Commits](fschulze/mr.developer@2.0.3...2.0.4) Updates `zdaemon` from 5.2 to 5.2.1 - [Changelog](https://github.com/zopefoundation/zdaemon/blob/master/CHANGES.rst) - [Commits](zopefoundation/zdaemon@5.2...5.2.1) --- updated-dependencies: - dependency-name: zope-contentprovider dependency-version: '6.1' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: zope-event dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: zope-i18n dependency-version: '5.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: multipart dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: coverage dependency-version: 7.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: mr-developer dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: zdaemon dependency-version: 5.2.1 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>
1 parent 3950fb4 commit 188045e

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

dependabot/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ zope.component==6.0
1111
zope.componentvocabulary==3.0
1212
zope.configuration==6.0
1313
zope.container==6.1
14-
zope.contentprovider==6.0
14+
zope.contentprovider==6.1
1515
zope.contenttype==5.2
1616
zope.copy==5.0
1717
zope.copypastemove==5.0
@@ -21,12 +21,12 @@ zope.deprecation==5.1
2121
zope.dottedname==6.0
2222
zope.dublincore==5.1
2323
zope.error==5.1
24-
zope.event==5.1
24+
zope.event==5.1.1
2525
zope.exceptions==5.2
2626
zope.filerepresentation==6.1
2727
zope.formlib==6.1
2828
zope.hookable==7.0
29-
zope.i18n==5.2
29+
zope.i18n==5.3
3030
zope.i18nmessageid==7.0
3131
zope.index==7.0
3232
zope.interface==7.2
@@ -68,7 +68,7 @@ ZConfig==4.2
6868
ZODB==6.0.1
6969
bcrypt==4.3.0
7070
cffi==1.17.1
71-
multipart==1.2.1
71+
multipart==1.3.0
7272
persistent==6.1.1
7373
pycparser==2.22
7474
python-gettext==5.0
@@ -77,10 +77,10 @@ transaction==5.0
7777
zc.lockfile==3.0.post1
7878
zodbpickle==4.2
7979
six==1.17.0
80-
coverage==7.9.2
80+
coverage==7.10.2
8181
manuel==1.13.0
8282
collective.recipe.cmd==0.11
83-
mr.developer==2.0.3
83+
mr.developer==2.0.4
8484
z3c.checkversions==3.0
8585
z3c.recipe.compattest==4.0
8686
zc.recipe.egg==3.0.0
@@ -142,4 +142,4 @@ WebOb==1.8.9
142142
WebTest==3.0.6
143143
WSGIProxy2==0.5.1
144144
zc.recipe.egg==3.0.0
145-
zdaemon==5.2
145+
zdaemon==5.2.1

grok-versions.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ zope.component = 6.0
1313
zope.componentvocabulary = 3.0
1414
zope.configuration = 6.0
1515
zope.container = 6.1
16-
zope.contentprovider = 6.0
16+
zope.contentprovider = 6.1
1717
zope.contenttype = 5.2
1818
zope.copy = 5.0
1919
zope.copypastemove = 5.0
@@ -23,12 +23,12 @@ zope.deprecation = 5.1
2323
zope.dottedname = 6.0
2424
zope.dublincore = 5.1
2525
zope.error = 5.1
26-
zope.event = 5.1
26+
zope.event = 5.1.1
2727
zope.exceptions = 5.2
2828
zope.filerepresentation = 6.1
2929
zope.formlib = 6.1
3030
zope.hookable = 7.0
31-
zope.i18n = 5.2
31+
zope.i18n = 5.3
3232
zope.i18nmessageid = 7.0
3333
zope.index = 7.0
3434
zope.interface = 7.2
@@ -72,7 +72,7 @@ ZConfig = 4.2
7272
ZODB = 6.0.1
7373
bcrypt = 4.3.0
7474
cffi = 1.17.1
75-
multipart = 1.2.1
75+
multipart = 1.3.0
7676
persistent = 6.1.1
7777
pycparser = 2.22
7878
python-gettext = 5.0
@@ -85,12 +85,12 @@ zodbpickle = 4.2
8585
six = 1.17.0
8686

8787
# ZTK Testing tools
88-
coverage = 7.9.2
88+
coverage = 7.10.2
8989
manuel = 1.13.0
9090

9191
# ZTK buildout dependencies
9292
collective.recipe.cmd = 0.11
93-
mr.developer = 2.0.3
93+
mr.developer = 2.0.4
9494
z3c.checkversions = 3.0
9595
z3c.recipe.compattest = 4.0
9696
zc.recipe.egg = 3.0.0
@@ -156,7 +156,7 @@ WebOb = 1.8.9
156156
WebTest = 3.0.6
157157
WSGIProxy2 = 0.5.1
158158
zc.recipe.egg = 3.0.0
159-
zdaemon = 5.2
159+
zdaemon = 5.2.1
160160

161161
[versions:python39]
162162
importlib-metadata = 7.0.0

0 commit comments

Comments
 (0)