Skip to content

Commit

Permalink
Merge pull request #47 from ArieLevs/dependabot/pip/gitpython-3.1.41
Browse files Browse the repository at this point in the history
Bump gitpython from 3.1.37 to 3.1.41
  • Loading branch information
ArieLevs authored Jan 14, 2024
2 parents 2c6adfe + 478622f commit e4bc609
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
python-version: ["3.9", "3.11"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -77,10 +77,10 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.9'
- name: Check distribution valid and test publish
run: |
pip install wheel twine
Expand All @@ -103,10 +103,10 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.9'
- name: Bump version using self app
id: app_version_bump
run: |
Expand Down Expand Up @@ -163,10 +163,10 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.9'
# currently there is no way of passing data between jobs except using artifact,
# this might be an option, but just do another bump for now,
# and anyway setup.py file will need to have some change since we checked out again
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ruamel.yaml==0.17.21
GitPython==3.1.37
GitPython==3.1.41

# currently not in use since patch-update support dropped
#requests==2.28.1

0 comments on commit e4bc609

Please sign in to comment.