Skip to content

Commit

Permalink
Quality: Bump requirements to latest
Browse files Browse the repository at this point in the history
* No changes from that really.
  • Loading branch information
kayhayen committed Mar 26, 2021
1 parent f68310c commit 415fe93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ rstcheck == 3.3.1 ; python_version == '2.7' or python_version >= '3.6'
# Autoformat needs
black == 20.8b1 ; python_version >= '3.6'
toml >= 0.10.1 ; python_version >= '3.6'
isort == 5.7.0 ; python_version >= '3.6'
isort == 5.8.0 ; python_version >= '3.6'
redbaron == 0.9.2 ; python_version >= '2.7'
baron == 0.9 ; python_version >= '2.7'

# API doc, doxygen helper for Python
doxypypy == 0.8.8.6 ; python_version >= '2.7'

# Code and test generation tools
Jinja2 == 2.11.2 ; python_version >= '2.7'
Jinja2 == 2.11.3 ; python_version >= '2.7'

# For the progress bar to look nicely.
tqdm == 4.59.0 ; python_version >= '2.7'
Expand Down

0 comments on commit 415fe93

Please sign in to comment.