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:
4
setup.py
4
setup.py
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user