Skip to content

Commit

Permalink
Merge pull request #14 from philipphomberger/master
Browse files Browse the repository at this point in the history
Update gitpython 3.0.0 to 3.1.40
  • Loading branch information
arm4b authored Nov 2, 2023
2 parents 2024415 + b976f1e commit 3dc1c3f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
enable-common-libs: true
#apt-cache-version: v0
#py-cache-version: v0
python-version: "3.8"
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
enable-common-libs: true
#apt-cache-version: v0
#py-cache-version: v0
python-version: "3.8"

tag_release:
needs: build_and_test
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.0.0

* Update GitPython to 3.1.40 (security).
* Change Python version for CI Test from 3.6 to 3.8.
* Drop Python 3.6 support.

## 1.0.0

* Drop Python 2.7 support
Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description : Git SCM
keywords:
- git
- scm
version: 1.0.0
version: 2.0.0
author: StackStorm, Inc.
email: [email protected]
python_versions:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gitpython<3.0.0
gitpython==3.1.40

0 comments on commit 3dc1c3f

Please sign in to comment.