Skip to content

Commit 7226df2

Browse files
authored
Merge branch 'main' into dependabot/github_actions/lewagon/wait-on-check-action-1.4.1
2 parents b0e6cb0 + 6a165bd commit 7226df2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v3
45+
uses: github/codeql-action/init@v4
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@v3
56+
uses: github/codeql-action/autobuild@v4
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v3
70+
uses: github/codeql-action/analyze@v4

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ formatting = [
3535
"isort==6.0.1"
3636
]
3737
linting = [
38-
"pylint==3.3.6"
38+
"pylint==3.3.7"
3939
]
4040
packaging = [
4141
"build==1.2.2.post1",
@@ -47,7 +47,7 @@ spellcheck = [
4747
tests = [
4848
"pytest==8.3.5",
4949
"pytest-asyncio==0.26.0",
50-
"testcontainers==4.10.0"
50+
"testcontainers==4.13.2"
5151
]
5252
type_check = [
5353
"mypy[pydantic]==1.15.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ typing-extensions==4.13.2
6565
# pydantic
6666
# pydantic-core
6767
# typing-inspection
68-
typing-inspection==0.4.0
68+
typing-inspection==0.4.2
6969
# via pydantic
7070
yarl==1.20.0
7171
# via aiohttp

0 commit comments

Comments
 (0)