Skip to content

Commit

Permalink
update deps to address security issues
Browse files Browse the repository at this point in the history
This not only updates security specific deps, but does a broad update of
all deps. The only problem areas:

- awscli: This requires an old colorama, but awscli isn't actually a
dep, so remove it. It was only included to make running the AWSCLI
easier at a point earlier in the projects life

- pytest-lazyfixtures: This pytest plugin relies on deprecated
functionality and has not been updated in >2 years, so likely will not
be fixed soon. The only tests that relied on lazy fixutres were able to
be pretty quickly fixed by using the pytest request.getfixturevalue
method
  • Loading branch information
ephur committed May 28, 2024
1 parent 67be231 commit c46da12
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 229 deletions.
Loading

0 comments on commit c46da12

Please sign in to comment.