Skip to content

Commit fec4df5

Browse files
Merge branch 'master' into ci/add-cc-pr-analyzer
2 parents 96cbe2c + 7d1357a commit fec4df5

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939
uses: actions/checkout@v5
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@v3
42+
uses: github/codeql-action/init@v4
4343
with:
4444
languages: ${{ matrix.language }}
4545
queries: +security-and-quality
4646

4747
- name: Autobuild
48-
uses: github/codeql-action/autobuild@v3
48+
uses: github/codeql-action/autobuild@v4
4949

5050
- name: Perform CodeQL Analysis
51-
uses: github/codeql-action/analyze@v3
51+
uses: github/codeql-action/analyze@v4
5252
with:
5353
category: "/language:${{ matrix.language }}"

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
with:
3636
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3737

38-
- uses: snyk/actions/python@b98d498629f1c368650224d6d212bf7dfa89e4bf # pin@0.4.0
38+
- uses: snyk/actions/python@9adf32b1121593767fc3c057af55b55db032dc04 # pin@1.0.0
3939
env:
4040
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ asynctest==0.13.0 ; python_version >= "3.7" and python_version < "3.8"
77
attrs==23.1.0 ; python_version >= "3.7" and python_version < "4.0"
88
certifi==2025.8.3 ; python_version >= "3.7" and python_version < "4.0"
99
cffi==1.17.1 ; python_version >= "3.7" and python_version < "4.0"
10-
charset-normalizer==3.4.2 ; python_version >= "3.7" and python_version < "4.0"
10+
charset-normalizer==3.4.3 ; python_version >= "3.7" and python_version < "4.0"
1111
click==8.1.8 ; python_version >= "3.7" and python_version < "4.0"
1212
colorama==0.4.6 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows"
13-
coverage[toml]==7.2.7 ; python_version >= "3.7" and python_version < "4.0"
13+
coverage[toml]==7.9.2 ; python_version >= "3.7" and python_version < "4.0"
1414
cryptography==44.0.1 ; python_version >= "3.7" and python_version < "4.0"
15-
exceptiongroup==1.1.3 ; python_version >= "3.7" and python_version < "3.11"
15+
exceptiongroup==1.3.0 ; python_version >= "3.7" and python_version < "3.11"
1616
frozenlist==1.7.0 ; python_version >= "3.7" and python_version < "4.0"
1717
idna==3.10 ; python_version >= "3.7" and python_version < "4.0"
1818
importlib-metadata==6.7.0 ; python_version >= "3.7" and python_version < "3.8"
@@ -21,7 +21,7 @@ mock==5.2.0 ; python_version >= "3.7" and python_version < "4.0"
2121
multidict==6.0.4 ; python_version >= "3.7" and python_version < "4.0"
2222
packaging==23.2 ; python_version >= "3.7" and python_version < "4.0"
2323
pipx==1.2.0 ; python_version >= "3.7" and python_version < "4.0"
24-
pluggy==1.2.0 ; python_version >= "3.7" and python_version < "4.0"
24+
pluggy==1.6.0 ; python_version >= "3.7" and python_version < "4.0"
2525
pycparser==2.23 ; python_version >= "3.7" and python_version < "4.0"
2626
pyjwt==2.9.0 ; python_version >= "3.7" and python_version < "4.0"
2727
pyopenssl==25.2.0 ; python_version >= "3.7" and python_version < "4.0"
@@ -33,7 +33,7 @@ pyyaml==6.0.2 ; python_version >= "3.7" and python_version < "4.0"
3333
requests==2.32.4 ; python_version >= "3.7" and python_version < "4.0"
3434
responses==0.23.3 ; python_version >= "3.7" and python_version < "4.0"
3535
tomli==2.2.1 ; python_version >= "3.7" and python_full_version <= "3.11.0a6"
36-
types-pyyaml==6.0.12.11 ; python_version >= "3.7" and python_version < "4.0"
36+
types-pyyaml==6.0.12.20250915 ; python_version >= "3.7" and python_version < "4.0"
3737
typing-extensions==4.7.1 ; python_version >= "3.7" and python_version < "3.8"
3838
urllib3==2.5.0 ; python_version >= "3.7" and python_version < "4.0"
3939
userpath==1.9.2 ; python_version >= "3.7" and python_version < "4.0"

0 commit comments

Comments
 (0)