[PATCH] requirements: Move to atomicwrites==1.4.1

As explained upstream: https://github.com/untitaker/python-atomicwrites/issues/61 there is no longer a 1.3.0 version but the API is unchanged. Move to 1.4.1.
Signed-off-by: Tom Rini trini@konsulko.com --- test/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/py/requirements.txt b/test/py/requirements.txt index 33c5c0bbc41b..2d0fcc965cf7 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -1,4 +1,4 @@ -atomicwrites==1.3.0 +atomicwrites==1.4.1 attrs==19.3.0 coverage==4.5.4 extras==1.0.0

On Fri, Jul 08, 2022 at 03:43:04PM -0400, Tom Rini wrote:
As explained upstream: https://github.com/untitaker/python-atomicwrites/issues/61 there is no longer a 1.3.0 version but the API is unchanged. Move to 1.4.1.
Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
participants (1)
-
Tom Rini