Skip to content

Commit 7db9d46

Browse files
authored
Merge branch 'master' into renovate/dash-core-components-1.x
2 parents 3a1b811 + fab99bd commit 7db9d46

File tree

3 files changed

+66
-37
lines changed

3 files changed

+66
-37
lines changed

poetry.lock

Lines changed: 62 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dash-renderer = "*"
2929
pandas = "*"
3030
python-dotenv = "*"
3131
uWSGI = "^2.0.19"
32-
ddtrace = "^0.44.0"
32+
ddtrace = "^0.46.0"
3333

3434
[tool.poetry.dev-dependencies]
3535
pytest = "*"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
brotli==1.0.9; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
22
click==7.1.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
33
dash-core-components==1.15.0
4-
dash-html-components==1.1.1
5-
dash-renderer==1.8.3
6-
dash-table==4.11.1
4+
dash-renderer==1.9.0
5+
dash-html-components==1.1.2
6+
dash-table==4.11.2
77
dash==1.18.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
88
ddtrace==0.44.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
99
flask-assets==2.0

0 commit comments

Comments
 (0)