From 11949f2d2385dd8a6cbea3eb97f30a985d0c9768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 12:00:44 +0000 Subject: [PATCH] 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b738290..50b46d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ pytest-spark==0.6.0 testfixtures==6.18.3 PyYAML==6.0 importlib-resources==5.4.0 -dotmap==1.3.25 +dotmap==1.3.30 delta-spark==2.2.0 diff --git a/setup.py b/setup.py index 2457078..cfc3952 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,5 @@ python_requires=">=3.7", install_requires=["importlib-resources==5.4.0", "PyYAML==6.0", - "dotmap==1.3.25"] + "dotmap==1.3.30"] )