Merge c850bc03a78991f5aa170f4b70a76927ee00f2f9 into df129c7ba30aaa9ffffb81a48f53aa7253b0b4e6

This commit is contained in:
dependabot[bot] 2022-07-29 09:24:25 +09:00 committed by GitHub
commit 2e8f19580a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ importlib-metadata==0.17
Jinja2==2.10.1
MarkupSafe==1.1.1
more-itertools==7.0.0
numpy==1.16.4
numpy==1.21.0
packaging==19.0
pluggy==0.12.0
py==1.8.0

View File

@ -72,7 +72,7 @@ setup(
extras_require={
'dev': [
'future==0.17.1',
'numpy==1.16.4',
'numpy==1.21.0',
'pytest-mock==1.10.4',
'pytest==4.6.1',
'Sphinx==2.1.0',