Skip to content

Commit cf9ec46

Browse files
committed
github actions test
1 parent 48d4850 commit cf9ec46

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/[email protected]
2020
with:
21-
python-version: 3.9
21+
python-version: 3.13
2222

2323
- run: pip install -r requirements.txt
2424

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
- uses: actions/[email protected]
4444
with:
45-
python-version: 3.12
45+
python-version: 3.13
4646

4747
- name: Upgrade pip and install dependencies
4848
run: |

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ asn1==2.2.0
88
# via -r requirements.in
99
certifi==2018.11.29
1010
# via requests
11-
cffi==1.16.0
11+
cffi==1.15.0
1212
# via
1313
# -r requirements.in
1414
# cryptography
1515
chardet==3.0.4
1616
# via requests
17-
cryptography==40.0.0
17+
cryptography==41.0.7
1818
# via
1919
# -r requirements.in
2020
# pyopenssl

0 commit comments

Comments
 (0)