mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-31 22:23:12 +08:00
upgrade pymongo to avoid CWE-125 vulnerability issue (#2497)
Signed-off-by: Yang, Robin <Robin.Yang@fmr.com>
This commit is contained in:
@ -8,7 +8,7 @@ packaging==23.2
|
|||||||
pluggy==1.4.0
|
pluggy==1.4.0
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
py-cpuinfo==9.0.0
|
py-cpuinfo==9.0.0
|
||||||
pymongo==4.6.2
|
pymongo==4.6.3
|
||||||
pytest==7.1.3
|
pytest==7.1.3
|
||||||
pytest-benchmark==4.0.0
|
pytest-benchmark==4.0.0
|
||||||
tomli==2.0.1
|
tomli==2.0.1
|
||||||
|
2
tox.ini
2
tox.ini
@ -1250,7 +1250,7 @@ deps =
|
|||||||
psycopg2==2.9.9
|
psycopg2==2.9.9
|
||||||
psycopg2-binary==2.9.9
|
psycopg2-binary==2.9.9
|
||||||
pycparser==2.21
|
pycparser==2.21
|
||||||
pymongo==4.6.2
|
pymongo==4.6.3
|
||||||
PyMySQL==0.10.1
|
PyMySQL==0.10.1
|
||||||
PyNaCl==1.5.0
|
PyNaCl==1.5.0
|
||||||
# prerequisite: install unixodbc
|
# prerequisite: install unixodbc
|
||||||
|
Reference in New Issue
Block a user