Skip to content

Commit

Permalink
Minor: Fixed rotated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Aug 17, 2023
1 parent 56a89c8 commit 827489f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions providers/certification-client/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ setenv=
[testenv:py36]
deps =
flake8
coverage == 7.3.0
coverage == 5.5
natsort == 4.0.3
requests == 2.18.4
urwid == 2.0.1
Expand Down Expand Up @@ -68,7 +68,7 @@ deps =
[testenv:py310]
deps =
flake8
coverage == 5.5
coverage == 7.3.0
natsort == 8.0.2
requests == 2.25.1
urwid == 2.1.2
Expand Down
4 changes: 2 additions & 2 deletions providers/certification-server/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ setenv=
[testenv:py36]
deps =
flake8
coverage == 7.3.0
coverage == 5.5
natsort == 4.0.3
requests == 2.18.4
urwid == 2.0.1
Expand Down Expand Up @@ -68,7 +68,7 @@ deps =
[testenv:py310]
deps =
flake8
coverage == 5.5
coverage == 7.3.0
natsort == 8.0.2
requests == 2.25.1
urwid == 2.1.2
Expand Down
4 changes: 2 additions & 2 deletions providers/gpgpu/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ setenv=
[testenv:py36]
deps =
flake8
coverage == 7.3.0
coverage == 5.5
natsort == 4.0.3
requests == 2.18.4
urwid == 2.0.1
Expand Down Expand Up @@ -68,7 +68,7 @@ deps =
[testenv:py310]
deps =
flake8
coverage == 5.5
coverage == 7.3.0
natsort == 8.0.2
requests == 2.25.1
urwid == 2.1.2
Expand Down

0 comments on commit 827489f

Please sign in to comment.