File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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.
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
6767 # make release
6868
6969 - name : Perform CodeQL Analysis
70- uses : github/codeql-action/analyze@v3
70+ uses : github/codeql-action/analyze@v4
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ formatting = [
3535 " isort==6.0.1"
3636]
3737linting = [
38- " pylint==3.3.6 "
38+ " pylint==3.3.7 "
3939]
4040packaging = [
4141 " build==1.2.2.post1" ,
@@ -47,7 +47,7 @@ spellcheck = [
4747tests = [
4848 " pytest==8.3.5" ,
4949 " pytest-asyncio==0.26.0" ,
50- " testcontainers==4.10.0 "
50+ " testcontainers==4.13.2 "
5151]
5252type_check = [
5353 " mypy[pydantic]==1.15.0" ,
Original file line number Diff line number Diff 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
7070yarl == 1.20.0
7171 # via aiohttp
You can’t perform that action at this time.
0 commit comments