Skip to content

Commit b649929

Browse files
authored
Merge branch 'master' into renovate/dash-renderer-1.x
2 parents de1969c + c19bf50 commit b649929

File tree

3 files changed

+65
-36
lines changed

3 files changed

+65
-36
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: 2 additions & 2 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.14.0
4-
dash-html-components==1.1.1
54
dash-renderer==1.9.0
6-
dash-table==4.11.1
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)