~aleteoryx/muditaos

724567929dd050f9d15814f1812d90af1f19d2fd — Mateusz Szczesny 1 year, 10 months ago 0aa0948
[BH-1842] Fix dependabot alerts

GitHub's dependabot suggests to stop using the py library and switch
to a new pytest version
3 files changed, 3 insertions(+), 5 deletions(-)

M docker/assets/requirements.txt
M test/harness
M test/requirements.txt
M docker/assets/requirements.txt => docker/assets/requirements.txt +1 -2
@@ 8,10 8,9 @@ iniconfig==1.1.1
inotify==0.2.10
packaging==20.4
pluggy==0.13.1
py<=1.11.0
pyparsing==2.4.7
pyserial==3.5
pytest==6.1.2
pytest>=7.2.0
six==1.15.0
toml==0.10.2
tqdm==4.62.2

M test/harness => test/harness +1 -1
@@ 1,1 1,1 @@
Subproject commit e64ff2a5c44a6f44bd9faab539c09699935c9c8c
Subproject commit 0f13d1e910998abace56eb01c03e4815219a4a39

M test/requirements.txt => test/requirements.txt +1 -2
@@ 2,10 2,9 @@ attrs==20.3.0
iniconfig==1.1.1
packaging==20.4
pluggy==0.13.1
py==1.10.0
pyparsing==2.4.7
pyserial==3.5
pytest==6.1.2
pytest>=7.2.0
six==1.15.0
toml==0.10.2
inotify==0.2.10