We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1ecfd4 + 2b24244 commit 1f99c1bCopy full SHA for 1f99c1b
.github/workflows/run-smoke-test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python
17
uses: actions/setup-python@v2
18
with:
19
- python-version: 3.5
+ python-version: 3.8
20
- name: Install pipenv
21
run: |
22
python -m pip install --upgrade pip
Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
4
name = "pypi"
5
6
[packages]
7
-certifi = ">=14.05.14"
+certifi = "==2022.6.15.1"
8
future = "*"
9
six = ">=1.10"
10
python-dateutil = ">=2.5.3"
0 commit comments