Browse Source

Update ipython requirement from <7.19,>=7.12 to >=7.12,<7.20

Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/7.12.0...7.19.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
master
dependabot-preview[bot] 5 years ago
parent
commit
ef0e6cdcdc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      requirements.txt

+ 1
- 1
requirements.txt View File

@@ -26,7 +26,7 @@ isort==5.6.4
26 26
 # Helpers
27 27
 pyprof2calltree==1.4.5
28 28
 ipdb==0.13.4
29
-ipython>=7.12,<7.19
29
+ipython>=7.12,<7.20
30 30
 
31 31
 # Country data
32 32
 pycountry>=19.8,<20.8

Loading…
Cancel
Save