Skip to content

Commit 9cccfce

Browse files
author
Lipka, Christoph
committed
update dependencies
1 parent c6e09eb commit 9cccfce

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
pytest==6.1.2
1+
pytest==6.2.5
22
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

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pyspark-core-utils",
8-
version="1.1.0",
8+
version="1.1.1",
99
author="ImmobilienScout24",
1010
description="PySpark core utils library",
1111
long_description=long_description,
@@ -22,7 +22,7 @@
2222
package_dir={"": "src"},
2323
packages=setuptools.find_packages(where="src"),
2424
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"]
2828
)

0 commit comments

Comments
 (0)