Skip to content

Commit

Permalink
Merge pull request #476 from malachi-constant/security/resolve-gitpyt…
Browse files Browse the repository at this point in the history
…hon-vulnerability

chore: Resolve gitpython vulnerability
  • Loading branch information
dgraeber authored Jan 16, 2024
2 parents 9ccec3a + 9441ade commit a81bb83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ gitdb==4.0.10
# via gitpython
gitignore-parser==0.1.3
# via seed-farmer (setup.py)
gitpython==3.1.37
gitpython==3.1.41
# via seed-farmer (setup.py)
humanfriendly==10.0
# via
Expand Down
2 changes: 1 addition & 1 deletion seedfarmer/commands/_deployment_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import git
import yaml
from git import Repo # type: ignore
from git import Repo

import seedfarmer.checksum as checksum
import seedfarmer.errors
Expand Down

0 comments on commit a81bb83

Please sign in to comment.