Skip to content

Commit 8689983

Browse files
authored
Merge pull request #889 from netenglabs/update-ipython-lib
Update ipython version due to sec update
2 parents 2165a68 + 274bcf7 commit 8689983

File tree

3 files changed

+110
-19
lines changed

3 files changed

+110
-19
lines changed

build/requirements.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ appnope==0.1.3 ; python_full_version > "3.8.1" and python_version < "3.10" and p
55
argon2-cffi-bindings==21.2.0 ; python_full_version > "3.8.1" and python_version < "3.10"
66
argon2-cffi==21.3.0 ; python_full_version > "3.8.1" and python_version < "3.10"
77
asgiref==3.6.0 ; python_full_version > "3.8.1" and python_version < "3.10"
8+
asttokens==2.2.1 ; python_full_version > "3.8.1" and python_version < "3.10"
89
async-timeout==3.0.1 ; python_full_version > "3.8.1" and python_version < "3.10"
910
asyncssh==2.11.0 ; python_full_version > "3.8.1" and python_version < "3.10"
1011
attrs==22.2.0 ; python_full_version > "3.8.1" and python_version < "3.10"
@@ -31,6 +32,7 @@ defusedxml==0.7.1 ; python_full_version > "3.8.1" and python_version < "3.10"
3132
deprecat==2.1.1 ; python_full_version > "3.8.1" and python_version < "3.10"
3233
dnspython==2.3.0 ; python_full_version > "3.8.1" and python_version < "3.10"
3334
entrypoints==0.4 ; python_full_version > "3.8.1" and python_version < "3.10"
35+
executing==1.2.0 ; python_full_version > "3.8.1" and python_version < "3.10"
3436
faker==4.18.0 ; python_full_version > "3.8.1" and python_version < "3.10"
3537
fastapi==0.65.3 ; python_full_version > "3.8.1" and python_version < "3.10"
3638
fastjsonschema==2.16.3 ; python_full_version > "3.8.1" and python_version < "3.10"
@@ -46,9 +48,9 @@ importlib-resources==5.12.0 ; python_full_version > "3.8.1" and python_version <
4648
ipaddress==1.0.23 ; python_full_version > "3.8.1" and python_version < "3.10"
4749
ipykernel==5.5.6 ; python_full_version > "3.8.1" and python_version < "3.10"
4850
ipython-genutils==0.2.0 ; python_full_version > "3.8.1" and python_version < "3.10"
49-
ipython==7.16.3 ; python_full_version > "3.8.1" and python_version < "3.10"
51+
ipython==8.12.2 ; python_full_version > "3.8.1" and python_version < "3.10"
5052
jedi==0.17.2 ; python_full_version > "3.8.1" and python_version < "3.10"
51-
jellyfish==0.11.0 ; python_full_version > "3.8.1" and python_version < "3.10"
53+
jellyfish==0.10.0 ; python_full_version > "3.8.1" and python_version < "3.10"
5254
jinja2==3.1.2 ; python_full_version > "3.8.1" and python_version < "3.10"
5355
jsonpath-ng==1.5.3 ; python_full_version > "3.8.1" and python_version < "3.10"
5456
jsonschema==4.17.3 ; python_full_version > "3.8.1" and python_version < "3.10"
@@ -59,6 +61,7 @@ kiwisolver==1.4.4 ; python_full_version > "3.8.1" and python_version < "3.10"
5961
loguru==0.6.0 ; python_full_version > "3.8.1" and python_version < "3.10"
6062
markdown-it-py==2.2.0 ; python_full_version > "3.8.1" and python_version < "3.10"
6163
markupsafe==2.1.2 ; python_full_version > "3.8.1" and python_version < "3.10"
64+
matplotlib-inline==0.1.6 ; python_full_version > "3.8.1" and python_version < "3.10"
6265
matplotlib==3.7.1 ; python_full_version > "3.8.1" and python_version < "3.10"
6366
mdurl==0.1.2 ; python_full_version > "3.8.1" and python_version < "3.10"
6467
mistune==2.0.5 ; python_full_version > "3.8.1" and python_version < "3.10"
@@ -90,6 +93,7 @@ prompt-toolkit==3.0.38 ; python_full_version > "3.8.1" and python_version < "3.1
9093
protobuf==3.20.3 ; python_full_version > "3.8.1" and python_version < "3.10"
9194
psutil==5.9.4 ; python_full_version > "3.8.1" and python_version < "3.10"
9295
ptyprocess==0.7.0 ; python_full_version > "3.8.1" and python_version < "3.10" and os_name != "nt" or python_full_version > "3.8.1" and python_version < "3.10" and sys_platform != "win32"
96+
pure-eval==0.2.2 ; python_full_version > "3.8.1" and python_version < "3.10"
9397
pyarrow==11.0.0 ; python_full_version > "3.8.1" and python_version < "3.10"
9498
pycparser==2.21 ; python_full_version > "3.8.1" and python_version < "3.10"
9599
pydantic==1.10.7 ; python_full_version > "3.8.1" and python_version < "3.10"
@@ -111,11 +115,11 @@ requests==2.28.2 ; python_full_version > "3.8.1" and python_version < "3.10"
111115
rich==13.3.3 ; python_full_version > "3.8.1" and python_version < "3.10"
112116
semver==2.13.0 ; python_full_version > "3.8.1" and python_version < "3.10"
113117
send2trash==1.8.0 ; python_full_version > "3.8.1" and python_version < "3.10"
114-
setuptools==67.6.0 ; python_full_version > "3.8.1" and python_version < "3.10"
115118
simplejson==3.18.4 ; python_full_version > "3.8.1" and python_version < "3.10"
116119
six==1.16.0 ; python_full_version > "3.8.1" and python_version < "3.10"
117120
smmap==5.0.0 ; python_full_version > "3.8.1" and python_version < "3.10"
118121
soupsieve==2.4 ; python_full_version > "3.8.1" and python_version < "3.10"
122+
stack-data==0.6.2 ; python_full_version > "3.8.1" and python_version < "3.10"
119123
starlette==0.14.2 ; python_full_version > "3.8.1" and python_version < "3.10"
120124
streamlit-aggrid==0.2.3.post2 ; python_full_version > "3.8.1" and python_version < "3.10"
121125
streamlit==1.11.1 ; python_full_version > "3.8.1" and python_version < "3.10"

poetry.lock

Lines changed: 102 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ mock = "*"
6969
pytest-depends = "^1.0.1"
7070
bandit = "^1.6.2"
7171
pytest-icdiff = "~0.6"
72-
ipython = "~=7.16.3"
72+
ipython = "~=8.10"
7373
requests = "^2.24.0"
7474
sphinx-autodoc-typehints = "^1.11.1"
7575
filelock = "^3.0.12"

0 commit comments

Comments
 (0)