Skip to content

Commit aa1f991

Browse files
authored
Bump python requirements (#230)
* Bump python requirements * Python 3.5 was EOL Sept 5, 2020
1 parent 2b793e6 commit aa1f991

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/github-ci.yml

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

1616
strategy:
1717
matrix:
18-
python-version: [3.5, 3.6, 3.7, 3.8]
18+
python-version: [3.6, 3.7, 3.8, 3.9]
1919

2020
steps:
2121
- uses: act10ns/slack@v1

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mypy
2-
pre-commit
1+
mypy==0.790
2+
pre-commit==2.8.2
33
pylint==2.6.0
44
pytest-cov
55
pytest>=5.4.3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Click==7.1.2
2-
pytz==2020.1
2+
pytz==2020.4
33
PyYAML==5.3.1
44
requests==2.24.0
55
requests-hawk==1.0.1

0 commit comments

Comments
 (0)