Skip to content

Commit

Permalink
chore(deps): bump dash from 2.15.0 to 2.16.0
Browse files Browse the repository at this point in the history
Bumps [dash](https://github.com/plotly/dash) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/plotly/dash/releases)
- [Changelog](https://github.com/plotly/dash/blob/dev/CHANGELOG.md)
- [Commits](plotly/dash@v2.15.0...v2.16.0)

---
updated-dependencies:
- dependency-name: dash
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 6, 2024
1 parent 3f284a5 commit 7cdf306
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -10,7 +10,7 @@ packages = [{include = "noplp"},{include = "pages"}]
[tool.poetry.dependencies]
python = "^3.10"
gunicorn = "^21.2.0"
dash = "^2.14.2"
dash = "^2.16.0"
dash-bootstrap-components = "^1.4.2"
pandas = "^2.1.4"
unidecode = "^1.3.8"
Expand All @@ -21,7 +21,7 @@ black = "^24.2.0"
flake8 = "^7.0.0"
pylint = "^3.1.0"
dateparser = "^1.1.8"
dash = {extras = ["testing"], version = "^2.14.2"}
dash = {extras = ["testing"], version = "^2.16.0"}
urllib3 = "^1.26.18"
aiohttp = "^3.9.1"
aiolimiter = "^1.1.0"
Expand Down

0 comments on commit 7cdf306

Please sign in to comment.