Skip to content

Commit

Permalink
Merge pull request #205 from uktrade/LTD-4083-Fix-Gitpython-security-…
Browse files Browse the repository at this point in the history
…advisory

LTD-4083: Upgrade Gitpython to address a security issue flagged by dependabot
  • Loading branch information
saruniitr authored Sep 6, 2023
2 parents d4020b6 + d4f6697 commit 222cb71
Show file tree
Hide file tree
Showing 5 changed files with 173 additions and 149 deletions.
2 changes: 0 additions & 2 deletions .bandit

This file was deleted.

2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- run:
name: Bandit
command: |
pipenv run bandit -r .
pipenv run bandit -c bandit.yaml -r .
check_background_tasks_up:
machine:
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
bandit = "==1.6.2"
bandit = "==1.6.3"
black = "==22.3.0"
coverage = "~=5.0"
parameterized = "==0.7.0"
Expand Down
Loading

0 comments on commit 222cb71

Please sign in to comment.