Skip to content

Commit

Permalink
chore(deps): bump the production-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 2 updates: [gitpython](https://github.com/gitpython-developers/GitPython) and [plotly](https://github.com/plotly/plotly.py).


Updates `gitpython` from 3.1.41 to 3.1.42
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.41...3.1.42)

Updates `plotly` from 5.18.0 to 5.19.0
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](plotly/plotly.py@v5.18.0...v5.19.0)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: plotly
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 20428a1 commit 0083c06
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ license = "MPL-2.0"

[tool.poetry.dependencies]
python = "^3.8"
GitPython = "^3.1.41"
plotly = "^5.18.0"
GitPython = "^3.1.42"
plotly = "^5.19.0"

[tool.poetry.group.dev.dependencies]
black = "^24.1.1"
Expand Down

0 comments on commit 0083c06

Please sign in to comment.