Skip to content

Commit

Permalink
chore(requirements): update dev requirements (#47)
Browse files Browse the repository at this point in the history
* chore(requirements): update dev requirements
  • Loading branch information
acostapazo authored Oct 26, 2022
1 parent 925b429 commit 284e3ad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ steps:
- flake8 $PACKAGE_NAME
- isort .
check-requirements:
run: echo "Meiga does not need any requirements"
run: safety check -r requirements/requirements.txt
static-analysis:
run: mypy $PACKAGE_NAME
coverage:
Expand Down
4 changes: 3 additions & 1 deletion pytest.coverage.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ filterwarnings =
ignore::DeprecationWarning
python_files=test_*.py
python_classes=Test*
python_functions=test_* should_*
python_functions=test_* should_*

norecursedirs = output .mypy_cache .github .hypothesis meiga samples requirements *.egg-info .git
16 changes: 8 additions & 8 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
black==22.3.0
flake8==5.0.3
flake8==5.0.4
isort[colors]==5.10.1
pre-commit==2.20.0
mypy==0.971
safety==1.10.3
pytest==7.1.2
pytest-cov==3.0.0
pytest-mock==3.7.0
pytest-env==0.6.2
mypy==0.982
safety==2.3.1
pytest==7.2.0
pytest-cov==4.0.0
pytest-mock==3.10.0
pytest-env==0.8.1
pytest-variables[yaml]==2.0.0
pytest-clarity==1.0.1
hypothesis==6.54.1
hypothesis==6.56.3
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
typing-extensions; python_version < "3.10"
typing-extensions==4.4.0; python_version < "3.10"

0 comments on commit 284e3ad

Please sign in to comment.