Skip to content

Commit 5b91a2e

Browse files
authored
Bump nest_asyncio to 1.6.0 (#698)
* Bump nest_asyncio to 1.6.0 * update changelog
1 parent 3c8b6f9 commit 5b91a2e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Starting with v1.31.6, this file will contain a record of major features and upd
66

77
- Deprecated Python 3.8 support ([Link to PR](https://github.com/aws/graph-notebook/pull/683))
88
- Upgraded Neo4j Bolt driver to v5.x ([Link to PR](https://github.com/aws/graph-notebook/pull/682))
9+
- Upgraded nest_asyncio to 1.6.0 ([Link to PR](https://github.com/aws/graph-notebook/pull/698))
910
- Added `%get_import_task` line magic ([Link to PR](https://github.com/aws/graph-notebook/pull/668))
1011
- Added `--export-to` JSON file option to `%%graph_notebook_config` ([Link to PR](https://github.com/aws/graph-notebook/pull/684))
1112
- Improved iPython config directory retrieval logic ([Link to PR](https://github.com/aws/graph-notebook/pull/687))

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ markupsafe<2.1.0
2222
itables>=2.0.0,<=2.1.0
2323
pandas>=2.1.0,<=2.2.2
2424
numpy<1.24.0
25-
nest_asyncio>=1.5.5,<=1.5.6
25+
nest_asyncio>=1.5.5,<=1.6.0
2626
async-timeout>=4.0,<5.0
2727
json-repair==0.29.2
2828

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def get_version():
9090
'itables>=2.0.0,<=2.1.0',
9191
'pandas>=2.1.0,<=2.2.2',
9292
'numpy<1.24.0',
93-
'nest_asyncio>=1.5.5,<=1.5.6',
93+
'nest_asyncio>=1.5.5,<=1.6.0',
9494
'async-timeout>=4.0,<5.0',
9595
'json-repair==0.29.2'
9696
],

0 commit comments

Comments
 (0)