Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
7a8d28051d feat(deps): update dependency python to 3.14 2026-05-22 16:29:09 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ jobs:
with:
no_commit: True
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:
commit_message: Adjusted files for isort & autopep
@@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- run: python -m pip install --upgrade pip
- run: |
python -m pip install -r requirements.txt
@@ -76,7 +76,7 @@ jobs:
fi
- name: Git Version
uses: PaulHatch/semantic-version@v6.0.2
uses: PaulHatch/semantic-version@v5.4.0
id: git_version
with:
tag_prefix: ""
@@ -93,7 +93,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.13'
python-version: '3.14'
- name: Install dependencies
run: |

View File

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