Skip to content

Commit

Permalink
Merge 5723cdf into 3315430
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 1, 2022
2 parents 3315430 + 5723cdf commit 328b4cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements/DEV_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
black~=21.4b0
black~=22.1 ; python_version >= '3.7'
black~=21.4b0 ; python_version == '3.6'
coveralls~=3.3
coverage~=6.1
isort~=5.10
Expand All @@ -7,4 +8,4 @@ pydoc-markdown~=4.3 ; python_version >= '3.7'
pydoc-markdown~=3.13 ; python_version == '3.6'
pytest~=6.2
pytest-cov~=3.0
pylint~=2.11
pylint~=2.11

0 comments on commit 328b4cf

Please sign in to comment.