Skip to content

Commit

Permalink
Merge pull request #25 from maxipavlovic/bugfix/LITE-20265
Browse files Browse the repository at this point in the history
LITE-20265 Updated Dev and Test dependencies
  • Loading branch information
marcserrat authored Oct 13, 2021
2 parents 5686bec + 9ec0e6d commit 0852140
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lark-parser==0.8.2
lark-parser==0.11.0
Django>=2.2.19
42 changes: 21 additions & 21 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
coverage
flake8
pytest
pytest-cov
pytest-django
pytest-mock
pytest-deadfixtures
pytest-randomly
django-fsm>=2.7
django-model-utils>=3.2.0
djangorestframework>=3.11.1
pyyaml
uritemplate
flake8-bugbear
flake8-broken-line
flake8-commas
flake8-comprehensions
flake8-debugger
flake8-eradicate
flake8-import-order
flake8-string-format
coverage==6.0.2
flake8==3.9.2
pytest==6.2.5
pytest-cov==3.0.0
pytest-django==4.4.0
pytest-mock==3.6.1
pytest-deadfixtures==2.2.1
pytest-randomly==3.10.1
django-fsm==2.7.1
django-model-utils==4.1.1
djangorestframework==3.12.4
pyyaml==5.4.1
uritemplate==4.1.0
flake8-bugbear==21.9.2
flake8-broken-line==0.3.0
flake8-commas==2.0.0
flake8-comprehensions==3.7.0
flake8-debugger==4.0.0
flake8-eradicate==1.1.0
flake8-import-order==0.18.1
flake8-string-format==0.3.0

0 comments on commit 0852140

Please sign in to comment.