Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
bbd9705b01 feat(deps): update dependency python to 3.14 2025-10-07 16:00:45 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v4
- uses: psf/black@stable - uses: psf/black@stable
with: with:
options: "-l 100 --exclude '/.venv/|/__init__.py'" options: "-l 100 --exclude '/.venv/|/__init__.py'"
@@ -27,7 +27,7 @@ jobs:
with: with:
no_commit: True no_commit: True
options: --in-place --remove-all-unused-imports -r --exclude **/__init__.py,**/db/models.py, options: --in-place --remove-all-unused-imports -r --exclude **/__init__.py,**/db/models.py,
- uses: stefanzweifel/git-auto-commit-action@v7 - uses: stefanzweifel/git-auto-commit-action@v5
with: with:
commit_message: Adjusted files for isort & autopep commit_message: Adjusted files for isort & autopep
@@ -35,10 +35,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: lint needs: lint
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v4
- uses: actions/setup-python@v6 - uses: actions/setup-python@v5
with: with:
python-version: '3.13' python-version: '3.14'
- run: python -m pip install --upgrade pip - run: python -m pip install --upgrade pip
- run: | - run: |
python -m pip install -r requirements.txt python -m pip install -r requirements.txt
@@ -55,7 +55,7 @@ jobs:
contents: write # for the tags contents: write # for the tags
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v4
with: with:
fetch-tags: true fetch-tags: true
ref: ${{ github.ref_name }} ref: ${{ github.ref_name }}
@@ -76,7 +76,7 @@ jobs:
fi fi
- name: Git Version - name: Git Version
uses: PaulHatch/semantic-version@v6.0.2 uses: PaulHatch/semantic-version@v5.4.0
id: git_version id: git_version
with: with:
tag_prefix: "" tag_prefix: ""
@@ -91,9 +91,9 @@ jobs:
git push origin ${{ steps.git_version.outputs.version }} git push origin ${{ steps.git_version.outputs.version }}
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v6 uses: actions/setup-python@v5
with: with:
python-version: '3.13' python-version: '3.14'
- name: Install dependencies - name: Install dependencies
run: | run: |

View File

@@ -1 +1 @@
stripe==15.2.0 # Stripe stripe==12.3.0 # Stripe