Skip to content

Commit

Permalink
revert packages to support 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed May 19, 2022
1 parent dae9325 commit 07ed83d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Cython==0.29.28;sys_platform!='win32'
devtools==0.8.0
email-validator==1.2.1
dataclasses==0.6; python_version < '3.7'
typing-extensions==4.2.0
typing-extensions==4.1.0
python-dotenv==0.20.0
6 changes: 3 additions & 3 deletions tests/requirements-linting.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
black==22.3.0
flake8==4.0.1
flake8-quotes==3.3.1
hypothesis==6.46.3
hypothesis==6.31.6
isort==5.10.1
mypy==0.950
pre-commit==2.19.0
pre-commit==2.17.0
pycodestyle==2.8.0
pyflakes==2.4.0
twine==4.0.0
twine==3.8.0
8 changes: 4 additions & 4 deletions tests/requirements-testing.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
coverage==6.3.2
hypothesis==6.46.3
coverage==6.2
hypothesis==6.31.6
# pin importlib-metadata as upper versions need typing-extensions to work if on python < 3.8
importlib-metadata==3.1.0;python_version<"3.8"
mypy==0.950
pytest==7.1.2
pytest==7.0.1
pytest-cov==3.0.0
pytest-mock==3.7.0
pytest-mock==3.6.1
pytest-sugar==0.9.4

0 comments on commit 07ed83d

Please sign in to comment.