upgrade dev deps (#6158)

Signed-off-by: Ye Sijun <junnplus@gmail.com>
This commit is contained in:
Jun
2023-07-10 16:46:41 +09:00
committed by GitHub
parent 5b3e47dc0f
commit 5af8764c10

View File

@@ -1,15 +1,8 @@
pytest==5.2.1
pytest-cov==2.8.1
coverage==4.5.4
mock==3.0.5
# PyMongo and Athena dependencies are needed for some of the unit tests:
# (this is not perfect and we should resolve this in a different way)
pymongo[srv,tls]==4.3.3
boto3>=1.10.0,<1.11.0
botocore>=1.13,<1.14.0
PyAthena>=1.5.0,<=1.11.5
pytest==7.4.0
pytest-cov==4.1.0
coverage==7.2.7
mock==5.0.2
ptvsd==4.3.2
freezegun==0.3.12
freezegun==1.2.1
watchdog==0.9.0
ptpython==3.0.23