We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edb15d commit abb98aeCopy full SHA for abb98ae
requirements.txt
@@ -3,5 +3,5 @@ pytest-spark==0.6.0
3
testfixtures==6.18.3
4
PyYAML==6.0
5
importlib-resources==5.4.0
6
-dotmap==1.3.25
+dotmap==1.3.30
7
delta-spark==2.0.0
setup.py
@@ -24,5 +24,5 @@
24
python_requires=">=3.7",
25
install_requires=["importlib-resources==5.4.0",
26
"PyYAML==6.0",
27
- "dotmap==1.3.25"]
+ "dotmap==1.3.30"]
28
)
0 commit comments