Skip to content

Commit 66cd653

Browse files
committed
[actions] Analyze using 3.12
1 parent d386964 commit 66cd653

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
python-version: ['3.11']
21+
python-version: ['3.12']
2222

2323
steps:
2424
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

misc/.analysis-requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,15 @@ pyparsing==3.0.9
3838
pyproject_hooks==1.0.0
3939
pyroma==4.2
4040
python-lsp-jsonrpc==1.0.0
41-
PyYAML==6.0
41+
PyYAML==6.0.1
4242
referencing==0.29.1
4343
requests==2.31.0
4444
rich==13.4.2
4545
rpds-py==0.8.10
46-
ruamel.yaml==0.17.32
47-
ruamel.yaml.clib==0.2.7
46+
ruamel.yaml==0.17.35
47+
ruamel.yaml.clib==0.2.8
4848
semgrep==1.31.1
49+
setuptools==68.2.2
4950
six==1.16.0
5051
smmap==5.0.0
5152
stevedore==5.1.0

0 commit comments

Comments
 (0)