File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- pytest == 6.1.2
1
+ pytest == 6.2.5
2
2
pytest-spark == 0.6.0
3
- testfixtures == 6.15.0
4
- PyYAML == 5.4
5
- importlib-resources == 3.3 .0
6
- dotmap == 1.3.23
3
+ testfixtures == 6.18.3
4
+ PyYAML == 6.0
5
+ importlib-resources == 5.4 .0
6
+ dotmap == 1.3.25
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = "pyspark-core-utils" ,
8
- version = "1.1.0 " ,
8
+ version = "1.1.1 " ,
9
9
author = "ImmobilienScout24" ,
10
10
description = "PySpark core utils library" ,
11
11
long_description = long_description ,
22
22
package_dir = {"" : "src" },
23
23
packages = setuptools .find_packages (where = "src" ),
24
24
python_requires = ">=3.7" ,
25
- install_requires = ["importlib-resources==3.3 .0" ,
26
- "PyYAML==5.4 " ,
27
- "dotmap==1.3.23 " ]
25
+ install_requires = ["importlib-resources==5.4 .0" ,
26
+ "PyYAML==6.0 " ,
27
+ "dotmap==1.3.25 " ]
28
28
)
You can’t perform that action at this time.
0 commit comments