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 48d4850 commit cf9ec46Copy full SHA for cf9ec46
.github/workflows/sonar.yaml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: actions/[email protected]
20
with:
21
- python-version: 3.9
+ python-version: 3.13
22
23
- run: pip install -r requirements.txt
24
.github/workflows/tests.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
- python-version: 3.12
46
47
- name: Upgrade pip and install dependencies
48
run: |
requirements.txt
@@ -8,13 +8,13 @@ asn1==2.2.0
8
# via -r requirements.in
9
certifi==2018.11.29
10
# via requests
11
-cffi==1.16.0
+cffi==1.15.0
12
# via
13
# -r requirements.in
14
# cryptography
15
chardet==3.0.4
16
17
-cryptography==40.0.0
+cryptography==41.0.7
# pyopenssl
0 commit comments