Skip to content

Commit

Permalink
Merge pull request #416 from wri/bump_deps_for_security
Browse files Browse the repository at this point in the history
Update packages for security
  • Loading branch information
dmannarino authored Nov 10, 2023
2 parents 946b778 + 9d910b8 commit a89360d
Show file tree
Hide file tree
Showing 6 changed files with 1,886 additions and 1,677 deletions.
17 changes: 14 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,29 @@
*__pycache__*
*.idea*

#MyPy
# MyPy
.mypy_cache/*

# Docker Files
docker-compose.dev.yml
docker-compose.prod.yml
docker-compose.test.yml

# GIT
.git

# Ignore Files
.gitignore

# Terraform
# Mac stuff
*.DS_Store

# Test stuff
tests/cobertura.xml
tests_v2/cobertura.xml

# Terraform stuff
*terraform*

# Virtual Environments
.venv*
.venv*
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@

# Environment Files
/.env
.python-version

# Mac stuff
*.DS_Store

# Test stuff
tests/cobertura.xml
tests_v2/cobertura.xml

# TF stuff
# Terraform stuff
terraform/*

# Virtualenvs
.venv*
# Virtual Environments
.venv*
Loading

0 comments on commit a89360d

Please sign in to comment.