Skip to content

Commit 047050b

Browse files
Bump asserts from 0.9.1 to 0.10.0
Bumps [asserts](https://github.com/srittau/python-asserts) from 0.9.1 to 0.10.0. - [Release notes](https://github.com/srittau/python-asserts/releases) - [Changelog](https://github.com/srittau/python-asserts/blob/master/NEWS.md) - [Commits](srittau/python-asserts@v0.9.1...v0.10.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6122a79 commit 047050b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
asserts==0.9.1
1+
asserts==0.10.0
22
mypy==0.720
33
wheel==0.33.6

setup.py

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
packages=["htmlgen", "test_htmlgen"],
1616
package_data={"htmlgen": ["*.pyi", "py.typed"]},
1717
python_requires=">=3.5",
18-
tests_require=["asserts >= 0.8.0, < 0.10"],
18+
tests_require=["asserts >= 0.8.0, < 0.11"],
1919
license="MIT",
2020
classifiers=[
2121
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)