We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d386964 commit 66cd653Copy full SHA for 66cd653
.github/workflows/analyze.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
- python-version: ['3.11']
+ python-version: ['3.12']
22
23
steps:
24
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
misc/.analysis-requirements.txt
@@ -38,14 +38,15 @@ pyparsing==3.0.9
38
pyproject_hooks==1.0.0
39
pyroma==4.2
40
python-lsp-jsonrpc==1.0.0
41
-PyYAML==6.0
+PyYAML==6.0.1
42
referencing==0.29.1
43
requests==2.31.0
44
rich==13.4.2
45
rpds-py==0.8.10
46
-ruamel.yaml==0.17.32
47
-ruamel.yaml.clib==0.2.7
+ruamel.yaml==0.17.35
+ruamel.yaml.clib==0.2.8
48
semgrep==1.31.1
49
+setuptools==68.2.2
50
six==1.16.0
51
smmap==5.0.0
52
stevedore==5.1.0
0 commit comments