Skip to content

Commit f456233

Browse files
authored
Merge pull request #215 from kneasle/dependabot/pip/certifi-2022.12.7
Bump certifi from 2020.4.5.2 to 2022.12.7
2 parents 707d46a + 1042d7b commit f456233

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-latest, windows-latest]
21+
os: [ubuntu-20.04, windows-latest]
2222
python-version: [3.6, 3.9]
2323

2424
steps:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
certifi==2020.4.5.2
1+
certifi==2022.12.7
22
chardet==3.0.4
33
idna==2.9
44
numpy==1.23.4; python_version >= '3.8'

0 commit comments

Comments
 (0)