Skip to content

Commit a1ae0a9

Browse files
authored
Bump setuptools to 70.x (#649)
* Bump setuptools to 70.x * update changelog
1 parent 345ac94 commit a1ae0a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Starting with v1.31.6, this file will contain a record of major features and updates made in each release of graph-notebook.
44

55
## Upcoming
6+
- Upgraded `setuptools` dependency to 70.x ([Link to PR](https://github.com/aws/graph-notebook/pull/649))
67

78
## Release 4.5.0 (July 15, 2024)
89

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ipykernel==5.3.4
1515
ipyfilechooser==0.6.0
1616
neo4j>=4.4.9,<5.0.0
1717
rdflib==7.0.0
18-
setuptools>=65.5.1,<=66.0.0
18+
setuptools>=70.0.0,<=70.0.3
1919
nbconvert>=6.3.0,<=7.2.8
2020
jedi>=0.18.1,<=0.18.2
2121
markupsafe<2.1.0

0 commit comments

Comments
 (0)