lower-constraints: update to mock 3.0

The main motivation here is that mock.call becomes a namedtuple and you
can say `m.call_args_list[0].args` instead of `m.call_args_list[0][0]`

Change-Id: Ibb1a64ef0bfdebf06d26636cdb6ea191c10705f7
This commit is contained in:
Clay Gerrard 2024-04-04 10:36:36 -05:00
parent 0e5aeb5045
commit 6387949a54
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ keystonemiddleware==4.17.0
linecache2==1.0.0
lxml==3.4.1
MarkupSafe==1.0
mock==2.0
mock==3.0
monotonic==1.4
msgpack==0.5.6
netaddr==0.7.19

View File

@ -8,7 +8,7 @@ coverage>=5.0.4 # Apache-2.0
pytest>=4.6.11 # MIT
pytest-cov>=2.12.1 # MIT
stestr>=2.0.0 # Apache-2.0
mock>=2.0 # BSD
mock>=3.0 # BSD
python-swiftclient>=3.2.0
python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
boto>=2.32.1