Skip to content

Commit

Permalink
Update development dependencies to mitigate Snyk-reported vulnerabili…
Browse files Browse the repository at this point in the history
…ties.
  • Loading branch information
owenlittlejohns committed Nov 3, 2023
1 parent de47e5d commit 7de043d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
autopep8 ~= 2.0.1
coverage ~= 7.1.0
flake8 ~= 6.0
ipython ~= 7.32
isort ~= 5.5
moto ~= 1.3
pytest ~= 7.2.1
python-dotenv ~=0.21
safety ~= 1.10
autopep8 ~= 2.0.4
coverage ~= 7.3.2
flake8 ~= 6.1.0
ipython ~= 8.17.2
isort ~= 5.12.0
moto ~= 4.2.7
pytest ~= 7.4.3
python-dotenv ~=1.0.0
safety ~= 2.3.5

0 comments on commit 7de043d

Please sign in to comment.