Skip to content

Commit

Permalink
Adjust minimal required version of zope.security test dependency
Browse files Browse the repository at this point in the history
Fixes #72
  • Loading branch information
perrinjerome committed Oct 4, 2024
1 parent e3d2529 commit ed2be22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
6.2 (unreleased)
================

- Adjust minimal required version of ``zope.security`` test dependency to ``7.3``.


6.1 (2024-10-02)
================
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ def read(*rnames):
zip_safe=False,
extras_require={
'test': [
'zope.security', # We have a circular dependency for testing
# We have a circular dependency with zope.security for testing
'zope.security >= 7.3',
'zope.testrunner',
],
'docs': [
Expand Down

0 comments on commit ed2be22

Please sign in to comment.