Skip to content

Commit 8128783

Browse files
authored
Merge branch 'master' into dependabot/github_actions/softprops/action-gh-release-3.0.1
2 parents 171d05b + c0fb1f1 commit 8128783

5 files changed

Lines changed: 21 additions & 21 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333

3434
- name: Initialize CodeQL
3535
uses: github/codeql-action/init@v4

.github/workflows/python-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6.0.2
22+
uses: actions/checkout@v7
2323

2424
- name: Set up Python
2525
uses: actions/setup-python@v6.2.0
@@ -51,7 +51,7 @@ jobs:
5151
attestations: write
5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@v6.0.2
54+
uses: actions/checkout@v7
5555
with:
5656
fetch-depth: 0
5757

.github/workflows/python-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: read
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020

2121
- name: Lint commit messages
2222
uses: wagoid/commitlint-github-action@v6.2.1
@@ -51,7 +51,7 @@ jobs:
5151
contents: read
5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v7
5555

5656
- name: Set up uv
5757
uses: astral-sh/setup-uv@v8.2.0
@@ -92,7 +92,7 @@ jobs:
9292
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
9393
steps:
9494
- name: Checkout repository
95-
uses: actions/checkout@v6
95+
uses: actions/checkout@v7
9696

9797
- name: Download coverage report artifact
9898
uses: actions/download-artifact@v8.0.1

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ readme = "README.md"
66
requires-python = ">=3.13.3"
77
authors = [{name = "nanotaboada", email = "hello@example.com"}]
88
dependencies = [
9-
"fastapi[standard]==0.136.3",
10-
"SQLAlchemy==2.0.50",
9+
"fastapi[standard]==0.137.0",
10+
"SQLAlchemy==2.0.51",
1111
"aiosqlite==0.22.1",
1212
"aiocache==0.12.3",
1313
"alembic==1.18.4",
@@ -17,7 +17,7 @@ dependencies = [
1717

1818
[dependency-groups]
1919
test = [
20-
"pytest==9.0.3",
20+
"pytest==9.1.0",
2121
"pytest-cov==7.1.0",
2222
"pytest-sugar==1.1.1",
2323
"gevent==26.5.0",

uv.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)