Skip to content

Commit

Permalink
Bump requests to 2.32.x (#600)
Browse files Browse the repository at this point in the history
* Bump requests to 2.32.x

* update changelog
  • Loading branch information
michaelnchin committed May 22, 2024
1 parent 5fad60d commit f8ab121
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Starting with v1.31.6, this file will contain a record of major features and upd
- Added KMS encryption support to NeptuneDB Notebook CloudFormation template ([Link to PR](https://github.com/aws/graph-notebook/pull/590))
- Added warnings for usage of `%%oc` with incompatible Neptune Analytics parameters ([Link to PR](https://github.com/aws/graph-notebook/pull/599))
- Improved handling of mixed type Gremlin results ([Link to PR](https://github.com/aws/graph-notebook/pull/592))
- Updated to `rdflib==7.0.0` and `SPARQLWrapper==2.0.0` ([Link to PR](https://github.com/aws/graph-notebook/pull/596))
- Upgraded `rdflib` to 7.0.0 and `SPARQLWrapper` to 2.0.0 ([Link to PR](https://github.com/aws/graph-notebook/pull/596))
- Upgraded `requests` to 2.32.x ([Link to PR](https://github.com/aws/graph-notebook/pull/600))
- Fixed formatting of query magic `--help` entries listing valid inputs ([Link to PR](https://github.com/aws/graph-notebook/pull/593))
- Fixed endpoint creation bug in People-Analytics-using-Neptune-ML sample ([Link to PR](https://github.com/aws/graph-notebook/pull/595))
- Fixed deprecated usage of Pandas `DataFrameGroupBy.mean` in NeptuneML SPARQL utils ([Link to PR](https://github.com/aws/graph-notebook/pull/596))
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nbclient<=0.7.0
jupyter-contrib-nbextensions<=0.7.0
widgetsnbextension<=3.6.1
gremlinpython>=3.5.1,<=3.6.2
requests>=2.27.0,<=2.31.0
requests>=2.32.0,<=2.32.2
ipython>=7.16.1,<=8.10.0
ipykernel==5.3.4
ipyfilechooser==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def get_version():
install_requires=[
'gremlinpython>=3.5.1,<=3.6.2',
'SPARQLWrapper==2.0.0',
'requests>=2.27.0,<=2.31.0',
'requests>=2.32.0,<=2.32.2',
'ipywidgets==7.7.2',
'jupyterlab_widgets>=1.0.0,<3.0.0',
'networkx==2.4',
Expand Down

0 comments on commit f8ab121

Please sign in to comment.