Skip to content

Commit

Permalink
Loosen dep versions
Browse files Browse the repository at this point in the history
Since we updated our tooling environment to Python 3.8
  • Loading branch information
Zac-HD committed Sep 8, 2021
1 parent 07be56f commit 39dbada
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
3 changes: 1 addition & 2 deletions requirements/tools.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ flake8-bugbear
flake8-comprehensions
flake8-docstrings
flake8-mutable
ipython < 7.17 # drops support for Python 3.6
ipython
lark-parser
libcst
mypy
Expand All @@ -26,7 +26,6 @@ sphinx-rtd-theme
sphinx-selective-exclude
toml
tox
traitlets < 5.0 # drops support for Python 3.6
twine
types-click
types-pkg_resources
Expand Down
15 changes: 6 additions & 9 deletions requirements/tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ coverage==5.5
cryptography==3.4.8
# via secretstorage
decorator==5.0.9
# via
# ipython
# traitlets
# via ipython
distlib==0.3.2
# via virtualenv
django==3.2.7
Expand Down Expand Up @@ -111,10 +109,8 @@ importlib-metadata==4.8.1
# twine
iniconfig==1.1.1
# via pytest
ipython==7.16.1
ipython==7.27.0
# via -r requirements/tools.in
ipython-genutils==0.2.0
# via traitlets
isort==5.9.3
# via shed
jedi==0.18.0
Expand All @@ -136,6 +132,8 @@ libcst==0.3.20
# shed
markupsafe==2.0.1
# via jinja2
matplotlib-inline==0.1.3
# via ipython
mccabe==0.6.1
# via flake8
mypy==0.910
Expand Down Expand Up @@ -248,7 +246,6 @@ six==1.16.0
# python-dateutil
# readme-renderer
# tox
# traitlets
# virtualenv
smmap==4.0.0
# via gitdb
Expand Down Expand Up @@ -300,10 +297,10 @@ tox==3.24.3
# via -r requirements/tools.in
tqdm==4.62.2
# via twine
traitlets==4.3.3
traitlets==5.1.0
# via
# -r requirements/tools.in
# ipython
# matplotlib-inline
twine==3.4.2
# via -r requirements/tools.in
types-click==7.1.5
Expand Down

0 comments on commit 39dbada

Please sign in to comment.