Skip to content

Commit

Permalink
Bump the all group across 1 directory with 6 updates (#115)
Browse files Browse the repository at this point in the history
* Bump the all group across 1 directory with 6 updates

Bumps the all group with 6 updates in the /dependabot directory:

| Package | From | To |
| --- | --- | --- |
| [zope-proxy](https://github.com/zopefoundation/zope.proxy) | `6.0` | `6.1` |
| [zope-security](https://github.com/zopefoundation/zope.security) | `7.2` | `7.3` |
| [restrictedpython](https://github.com/zopefoundation/RestrictedPython) | `7.2` | `7.3` |
| [multipart](https://github.com/defnull/multipart) | `1.0.0` | `1.1.0` |
| [zodbpickle](https://github.com/zopefoundation/zodbpickle) | `4.1` | `4.1.1` |
| [zc-recipe-testrunner](https://github.com/zopefoundation/zc.recipe.testrunner) | `3.0` | `3.1` |



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

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

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

Updates `multipart` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/defnull/multipart/releases)
- [Commits](defnull/multipart@v1.0.0...1.1.0)

Updates `zodbpickle` from 4.1 to 4.1.1
- [Changelog](https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zodbpickle@4.1...4.1.1)

Updates `zc-recipe-testrunner` from 3.0 to 3.1
- [Changelog](https://github.com/zopefoundation/zc.recipe.testrunner/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zc.recipe.testrunner@3.0...3.1)

---
updated-dependencies:
- dependency-name: zope-proxy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zope-security
  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: multipart
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: zodbpickle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: zc-recipe-testrunner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>

* Version synchronization

---------

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>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Oct 7, 2024
1 parent 112e3e2 commit 3a8b437
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions dependabot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ zope.pluggableauth==3.0
zope.principalannotation==5.0
zope.principalregistry==5.0
zope.processlifetime==3.0
zope.proxy==6.0
zope.proxy==6.1
zope.ptresource==5.0
zope.publisher==7.1
zope.ramcache==3.0
zope.schema==7.0.1
zope.security==7.2
zope.security==7.3
zope.securitypolicy==5.0
zope.sendmail==6.2
zope.session==5.1
Expand All @@ -63,19 +63,19 @@ zope.traversing==5.0
zope.untrustedpython==6.1
zope.viewlet==5.0
BTrees==6.1
RestrictedPython==7.2
RestrictedPython==7.3
ZConfig==4.1
ZODB==6.0
bcrypt==4.2.0
cffi==1.17.1
multipart==1.0.0
multipart==1.1.0
persistent==6.1
pycparser==2.22
python-gettext==5.0
pytz==2024.2
transaction==5.0
zc.lockfile==3.0.post1
zodbpickle==4.1
zodbpickle==4.1.1
six==1.16.0
coverage==7.6.1
manuel==1.12.4
Expand All @@ -84,4 +84,4 @@ mr.developer==2.0.2
z3c.checkversions==2.1
z3c.recipe.compattest==2.0
zc.recipe.egg==2.0.7
zc.recipe.testrunner==3.0
zc.recipe.testrunner==3.1
12 changes: 6 additions & 6 deletions ztk-versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ zope.pluggableauth = 3.0
zope.principalannotation = 5.0
zope.principalregistry = 5.0
zope.processlifetime = 3.0
zope.proxy = 6.0
zope.proxy = 6.1
zope.ptresource = 5.0
zope.publisher = 7.1
zope.ramcache = 3.0
zope.schema = 7.0.1
zope.security = 7.2
zope.security = 7.3
zope.securitypolicy = 5.0
zope.sendmail = 6.2
zope.session = 5.1
Expand All @@ -67,19 +67,19 @@ zope.viewlet = 5.0

# Direct dependencies
BTrees = 6.1
RestrictedPython = 7.2
RestrictedPython = 7.3
ZConfig = 4.1
ZODB = 6.0
bcrypt = 4.2.0
cffi = 1.17.1
multipart = 1.0.0
multipart = 1.1.0
persistent = 6.1
pycparser = 2.22
python-gettext = 5.0
pytz = 2024.2
transaction = 5.0
zc.lockfile = 3.0.post1
zodbpickle = 4.1
zodbpickle = 4.1.1

# Hopefully we can get rid of it sometime:
six = 1.16.0
Expand All @@ -94,4 +94,4 @@ mr.developer = 2.0.2
z3c.checkversions = 2.1
z3c.recipe.compattest = 2.0
zc.recipe.egg = 2.0.7
zc.recipe.testrunner = 3.0
zc.recipe.testrunner = 3.1

0 comments on commit 3a8b437

Please sign in to comment.