Skip to content

Commit

Permalink
Merge pull request #100 from SEL-Columbia/0.3.8-dev
Browse files Browse the repository at this point in the history
fix minimist security vulnerability
  • Loading branch information
jmbott authored Apr 7, 2020
2 parents f95c219 + e090ea0 commit c3fedf2
Show file tree
Hide file tree
Showing 7 changed files with 1,560 additions and 1,138 deletions.
1 change: 1 addition & 0 deletions dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ services:
image: postgres:9.6
environment:
POSTGRES_DB: minigrid
POSTGRES_HOST_AUTH_METHOD: "trust"
redis:
image: redis:5.0
10 changes: 5 additions & 5 deletions dev/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
codecov==2.0.15
fakeredis==1.0.5
codecov==2.0.22
fakeredis==1.4.0
flake8==3.7.9
pyflakes==2.1.1 # temporary requirement to make flake8 happy
pydocstyle==4.0.1
coverage==4.5.4
beautifulsoup4==4.8.1
pydocstyle==5.0.2
coverage==5.0.4
beautifulsoup4==4.9.0
selenium==3.141.0
Loading

0 comments on commit c3fedf2

Please sign in to comment.