aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-07-08 15:23:05 -0400
committerTom Rini <trini@konsulko.com>2022-07-08 15:23:05 -0400
commit52686b87390791945eb05deaedac3c47f193a80f (patch)
treeb6d34e177c8ff28a0ae1261faafec56cf5b0b4ec /test
parent9ff4ce8abc627b8696c9bd6fd726dd1dbf4b9a5c (diff)
downloadu-boot-52686b87390791945eb05deaedac3c47f193a80f.zip
u-boot-52686b87390791945eb05deaedac3c47f193a80f.tar.gz
u-boot-52686b87390791945eb05deaedac3c47f193a80f.tar.bz2
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>
Diffstat (limited to 'test')
-rw-r--r--test/py/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index 33c5c0b..2d0fcc9 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