1
0
mirror of https://github.com/malarinv/jasper-asr.git synced 2026-06-13 12:32:08 +00:00

Bump pymongo from 3.10.1 to 4.6.3 (#5)

Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.10.1 to 4.6.3.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst)
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/3.10.1...4.6.3)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-version: 4.6.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-12 00:51:14 +05:30
committed by GitHub
parent 8c36f439cd
commit 3d459b9452

View File

@@ -17,7 +17,7 @@ extra_requirements = {
"pandas~=1.0.3", "pandas~=1.0.3",
"boto3~=1.12.35", "boto3~=1.12.35",
"ruamel.yaml==0.16.10", "ruamel.yaml==0.16.10",
"pymongo==3.10.1", "pymongo==4.6.3",
"librosa==0.7.2", "librosa==0.7.2",
"numba==0.48", "numba==0.48",
"matplotlib==3.2.1", "matplotlib==3.2.1",
@@ -32,7 +32,7 @@ extra_requirements = {
], ],
"validation": [ "validation": [
"rpyc~=4.1.4", "rpyc~=4.1.4",
"pymongo==3.10.1", "pymongo==4.6.3",
"typer[all]==0.1.1", "typer[all]==0.1.1",
"tqdm~=4.39.0", "tqdm~=4.39.0",
"librosa==0.7.2", "librosa==0.7.2",