Skip to content

Commit 1f99c1b

Browse files
authored
Merge pull request #69 from regulaforensics/update-dependencies
Update dependencies
2 parents e1ecfd4 + 2b24244 commit 1f99c1b

File tree

4 files changed

+267
-287
lines changed

4 files changed

+267
-287
lines changed

.github/workflows/run-smoke-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v2
1818
with:
19-
python-version: 3.5
19+
python-version: 3.8
2020
- name: Install pipenv
2121
run: |
2222
python -m pip install --upgrade pip

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
certifi = ">=14.05.14"
7+
certifi = "==2022.6.15.1"
88
future = "*"
99
six = ">=1.10"
1010
python-dateutil = ">=2.5.3"

0 commit comments

Comments
 (0)