This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 8e573bd74 Bump notebook from 6.0.0 to 6.4.12 in /python (#634)
8e573bd74 is described below
commit 8e573bd749814caa9914f6ed56938e5dc2f93d47
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 3 23:54:03 2024 -0700
Bump notebook from 6.0.0 to 6.4.12 in /python (#634)
Bumps [notebook](http://jupyter.org) from 6.0.0 to 6.4.12.
---
updated-dependencies:
- dependency-name: notebook
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
python/Pipfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/Pipfile b/python/Pipfile
index 64058d73f..f889e87e3 100644
--- a/python/Pipfile
+++ b/python/Pipfile
@@ -5,7 +5,7 @@ verify_ssl = true
[dev-packages]
pytest="*"
-notebook="==6.0.0"
+notebook="==6.4.12"
jupyter="*"
mkdocs="*"
pytest-cov = "*"