Skip to content

Commit

Permalink
Bump zope-interface from 6.3 to 6.4 in /dependabot in the all group (#95
Browse files Browse the repository at this point in the history
)

* Bump zope-interface from 6.3 to 6.4 in /dependabot in the all group

Bumps the all group in /dependabot with 1 update: [zope-interface](https://github.com/zopefoundation/zope.interface).


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

---
updated-dependencies:
- dependency-name: zope-interface
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] committed May 24, 2024
1 parent 3204861 commit 856e595
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os:
- ["ubuntu", "ubuntu-20.04"]
- ["ubuntu", "ubuntu-latest"]
config:
# [Python version, tox env]
- ["3.9", "release-check"]
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/toolkit
[meta]
template = "toolkit"
commit-id = "17113b94"
commit-id = "fedb644f"

[python]
with-sphinx-doctests = false
Expand Down
2 changes: 1 addition & 1 deletion dependabot/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ zope.hookable==6.0
zope.i18n==5.1
zope.i18nmessageid==6.1.0
zope.index==6.1
zope.interface==6.3
zope.interface==6.4.post2
zope.intid==5.0
zope.keyreference==6.0
zope.lifecycleevent==5.0
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/toolkit
[bdist_wheel]
universal = 0

[flake8]
doctests = 1
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ envlist =
[testenv]
skip_install = true
deps =
setuptools < 69
zc.buildout >= 3.0.1
wheel > 0.37
setenv =
Expand Down
2 changes: 1 addition & 1 deletion ztk-versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ zope.hookable = 6.0
zope.i18n = 5.1
zope.i18nmessageid = 6.1.0
zope.index = 6.1
zope.interface = 6.3
zope.interface = 6.4.post2
zope.intid = 5.0
zope.keyreference = 6.0
zope.lifecycleevent = 5.0
Expand Down

0 comments on commit 856e595

Please sign in to comment.