Skip to content

Commit 171d2f1

Browse files
Bump the all group across 1 directory with 3 updates (#77)
* Bump the all group across 1 directory with 3 updates Bumps the all group with 3 updates in the /dependabot directory: [ipython](https://github.com/ipython/ipython), [zope-testbrowser](https://github.com/zopefoundation/zope.testbrowser) and [mock](https://github.com/testing-cabal/mock). Updates `ipython` from 8.32.0 to 9.0.1 - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@8.32.0...9.0.1) Updates `zope-testbrowser` from 7.0 to 7.0.1 - [Changelog](https://github.com/zopefoundation/zope.testbrowser/blob/master/CHANGES.rst) - [Commits](zopefoundation/zope.testbrowser@7.0...7.0.1) Updates `mock` from 5.1.0 to 5.2.0 - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](testing-cabal/mock@5.1.0...5.2.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: zope-testbrowser dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: mock dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> * Version synchronization * Configuring for toolkit --------- 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> Co-authored-by: Michael Howitz <icemac@gmx.net>
1 parent 766c795 commit 171d2f1

File tree

5 files changed

+24
-13
lines changed

5 files changed

+24
-13
lines changed

.meta.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://github.com/zopefoundation/meta/tree/master/config/toolkit
33
[meta]
44
template = "toolkit"
5-
commit-id = "0ce77409"
5+
commit-id = "7e7d00d8"
66

77
[python]
88
with-sphinx-doctests = false

dependabot/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ grokcore.traverser==4.0
1616
grokcore.view==4.0
1717
grokcore.viewlet==4.0
1818
grokui.base==0.8.2
19-
ipython==8.32.0
19+
ipython==9.0.1
2020
martian==2.1
2121
z3c.evalexception==4.0
2222
z3c.flashmessage==3.0
@@ -29,7 +29,7 @@ zope.app.publication==5.0
2929
zope.app.wsgi==5.3
3030
zope.errorview==2.0
3131
zope.generations==5.1.0
32-
zope.testbrowser==7.0
32+
zope.testbrowser==7.0.1
3333
appnope==0.1.4
3434
beautifulsoup4==4.13.3
3535
collective.recipe.omelette==2.0.0
@@ -38,7 +38,7 @@ decorator==5.2.1
3838
gnureadline==8.2.13
3939
ipython-genutils==0.2.0
4040
legacy-cgi==2.6.2
41-
mock==5.1.0
41+
mock==5.2.0
4242
Paste==3.10.1
4343
pexpect==4.9.0
4444
pickleshare==0.7.5

grok-versions.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ grokcore.traverser = 4.0
1818
grokcore.view = 4.0
1919
grokcore.viewlet = 4.0
2020
grokui.base = 0.8.2
21-
ipython = 8.32.0
21+
ipython = 9.0.1
2222
martian = 2.1
2323
z3c.evalexception = 4.0
2424
z3c.flashmessage = 3.0
@@ -31,7 +31,7 @@ zope.app.publication = 5.0
3131
zope.app.wsgi = 5.3
3232
zope.errorview = 2.0
3333
zope.generations = 5.1.0
34-
zope.testbrowser = 7.0
34+
zope.testbrowser = 7.0.1
3535

3636
# Tools and dependencies
3737
appnope = 0.1.4
@@ -42,7 +42,7 @@ decorator = 5.2.1
4242
gnureadline = 8.2.13
4343
ipython-genutils = 0.2.0
4444
legacy-cgi = 2.6.2
45-
mock = 5.1.0
45+
mock = 5.2.0
4646
Paste = 3.10.1
4747
pexpect = 4.9.0
4848
pickleshare = 0.7.5

pyproject.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
# https://github.com/zopefoundation/meta/tree/master/config/toolkit
44

55
[build-system]
6-
requires = ["setuptools <= 75.6.0"]
6+
requires = [
7+
"setuptools <= 75.8.2",
8+
]
79
build-backend = "setuptools.build_meta"
810

911
[tool.coverage.run]
@@ -15,7 +17,16 @@ fail_under = "not applicable"
1517
precision = 2
1618
ignore_errors = true
1719
show_missing = true
18-
exclude_lines = ["pragma: no cover", "pragma: nocover", "except ImportError:", "raise NotImplementedError", "if __name__ == '__main__':", "self.fail", "raise AssertionError", "raise unittest.Skip"]
20+
exclude_lines = [
21+
"pragma: no cover",
22+
"pragma: nocover",
23+
"except ImportError:",
24+
"raise NotImplementedError",
25+
"if __name__ == '__main__':",
26+
"self.fail",
27+
"raise AssertionError",
28+
"raise unittest.Skip",
29+
]
1930

2031
[tool.coverage.html]
2132
directory = "parts/htmlcov"

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ envlist =
1616
[testenv]
1717
skip_install = true
1818
deps =
19-
setuptools <= 75.6.0
20-
zc.buildout >= 3.1
19+
setuptools <= 75.8.2
20+
zc.buildout >= 4.1.3
2121
wheel > 0.37
2222
setenv =
2323
zope_i18n_compile_mo_files=True
@@ -36,15 +36,15 @@ commands =
3636
basepython = python3
3737
deps =
3838
git+https://github.com/pypa/setuptools.git\#egg=setuptools
39-
zc.buildout >= 3.1
39+
zc.buildout >= 4.1.3
4040
wheel > 0.37
4141

4242
[testenv:release-check]
4343
description = ensure that the distribution is ready to release
4444
basepython = python3
4545
skip_install = true
4646
deps =
47-
setuptools <= 75.6.0
47+
setuptools <= 75.8.2
4848
twine
4949
build
5050
check-manifest

0 commit comments

Comments
 (0)