浏览代码

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

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.18.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
master
dependabot-preview[bot] 5 年前
父节点
当前提交
dfa1e4503a
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      requirements.txt

+ 1
- 1
requirements.txt 查看文件

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

正在加载...
取消
保存