Skip to content

Commit

Permalink
Python(deps): Bump dotmap from 1.3.25 to 1.3.30
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2023
1 parent bb38b49 commit 11949f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
)

0 comments on commit 11949f2

Please sign in to comment.