Skip to content

Commit

Permalink
Update zope.interface
Browse files Browse the repository at this point in the history
This fixes an incompatibility with current versions of setuptools [1].
The same fix was previously made in h [2] by running:

```
make upgrade-package name='zope.interface'
```

[1] zopefoundation/zope.interface#30.
[2] hypothesis/h@beb140c
  • Loading branch information
robertknight committed Jun 30, 2020
1 parent 7e1881f commit d63b6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ wired==0.2.2 # via pyramid-services
xmltodict==0.12.0 # via -r requirements.in
zipp==3.1.0 # via importlib-metadata
zope.deprecation==4.3.0 # via pyramid, pyramid-jinja2
zope.interface==4.4.3 # via pyramid, pyramid-retry, pyramid-services, transaction, wired, zope.sqlalchemy
zope.interface==5.1.0 # via pyramid, pyramid-retry, pyramid-services, transaction, wired, zope.sqlalchemy
zope.sqlalchemy==0.7.7 # via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit d63b6b8

Please sign in to comment.