Skip to content

Commit abb98ae

Browse files
Python(deps): Bump dotmap from 1.3.25 to 1.3.30
Bumps [dotmap](https://github.com/drgrib/dotmap) from 1.3.25 to 1.3.30. - [Release notes](https://github.com/drgrib/dotmap/releases) - [Commits](https://github.com/drgrib/dotmap/commits) --- updated-dependencies: - dependency-name: dotmap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5edb15d commit abb98ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ pytest-spark==0.6.0
33
testfixtures==6.18.3
44
PyYAML==6.0
55
importlib-resources==5.4.0
6-
dotmap==1.3.25
6+
dotmap==1.3.30
77
delta-spark==2.0.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
python_requires=">=3.7",
2525
install_requires=["importlib-resources==5.4.0",
2626
"PyYAML==6.0",
27-
"dotmap==1.3.25"]
27+
"dotmap==1.3.30"]
2828
)

0 commit comments

Comments
 (0)