summaryrefslogtreecommitdiff
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:43:23 -0400
commitb960d654cbad172ba43229b3990f0b8d3a134f7a (patch)
tree31e0f50c2cbf1b7c12e64ab047cdd80cd9603a41 /test
parentc519b82e7ce5dd8869c9de631dacd69f90a8c943 (diff)
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 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