Skip to content

Commit 75b70bf

Browse files
authored
Merge pull request #3 from srittau/dependabot/pip/asserts-0.10.0
Bump asserts from 0.9.1 to 0.10.0
2 parents 6122a79 + 047050b commit 75b70bf

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)