Skip to content

Commit 74b422d

Browse files
Bump the requirements group across 1 directory with 2 updates (#2987)
Bumps the requirements group with 2 updates in the / directory: [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) and [pymongo](https://github.com/mongodb/mongo-python-driver). Updates `ipywidgets` from 8.1.5 to 8.1.6 - [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases) - [Commits](jupyter-widgets/ipywidgets@8.1.5...8.1.6) Updates `pymongo` from 4.11.3 to 4.12.0 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.11.3...4.12.0) --- updated-dependencies: - dependency-name: ipywidgets dependency-version: 8.1.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements - dependency-name: pymongo dependency-version: 4.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3ad97b9 commit 74b422d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements_dev_optional.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
lmdb==1.6.2; sys_platform != 'win32'
44
# optional library requirements for Jupyter
55
ipytree==0.2.2
6-
ipywidgets==8.1.5
6+
ipywidgets==8.1.6
77
azure-storage-blob==12.24.1
88
redis==5.2.1
99
types-redis
1010
types-setuptools
11-
pymongo==4.11.3
11+
pymongo==4.12.0
1212
# optional test requirements
1313
coverage
1414
pytest-cov==6.1.1

0 commit comments

Comments
 (0)