diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-08 15:23:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-08 15:43:23 -0400 |
commit | b960d654cbad172ba43229b3990f0b8d3a134f7a (patch) | |
tree | 31e0f50c2cbf1b7c12e64ab047cdd80cd9603a41 | |
parent | c519b82e7ce5dd8869c9de631dacd69f90a8c943 (diff) | |
download | u-boot-b960d654cbad172ba43229b3990f0b8d3a134f7a.tar.gz u-boot-b960d654cbad172ba43229b3990f0b8d3a134f7a.tar.bz2 u-boot-b960d654cbad172ba43229b3990f0b8d3a134f7a.zip |
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>
-rw-r--r-- | test/py/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt index 33c5c0bbc4..2d0fcc965c 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 |