dj-plotly-dash icon indicating copy to clipboard operation
dj-plotly-dash copied to clipboard

Analytical Django Apps. No JavaScript Required.

Results 212 dj-plotly-dash issues
Sort by recently updated
recently updated
newest added

This PR updates [pylint](https://pypi.org/project/pylint) from **1.9.4** to **2.7.2**. Changelog ### 2.7.2 ``` =========================== Release date: 2021-02-28 * Fix False Positive on `Enum.__members__.items()`, `Enum.__members__.values`, and `Enum.__members__.keys` Closes 4123 * Properly strip...

This PR updates [pylint](https://pypi.org/project/pylint) from **1.9.4** to **2.7.1**. Changelog ### 2.7.1 ``` =========================== * Expose `UnittestLinter` in pylint.testutils * Don't check directories starting with '.' when using register_plugins Closes 4119...

This PR updates [pylint](https://pypi.org/project/pylint) from **1.9.4** to **2.7.0**. Changelog ### 2.7.0 ``` =========================== Release date: 2021-02-21 * Introduce DeprecationMixin for reusable deprecation checks. Closes 4049 * Fix false positive for...

This PR updates [pylint](https://pypi.org/project/pylint) from **1.9.4** to **2.6.2**. Changelog ### 2.6.1 ``` =========================== * Astroid version has been set as < 2.5 Close 4093 ``` ### 2.6.0 ``` =========================== Release...

This PR pins [fire](https://pypi.org/project/fire) to the latest release **0.4.0**. Changelog ### 0.4.0 ``` Changelist - Support for Python 3.8 and Python 3.9 - Argument types and defaults appear in help...

This PR pins [coloredlogs](https://pypi.org/project/coloredlogs) to the latest release **15.0**. Changelog ### 15.0 ``` ---------------------------- Don't enable system logging on MacOS and Windows anymore. This is backwards incompatible (which is why...

This PR pins [fire](https://pypi.org/project/fire) to the latest release **0.3.1**. Changelog ### 0.3.1 ``` Removes preexec_fn from pager subprocess call. Resolves 236. ``` ### 0.3.0 ``` Assorted Improvements in Python Fire...

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() See full...

dependencies

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. Changelog Sourced from yargs-parser's changelog. 15.0.0 (2019-10-07) Features rework collect-unknown-options into unknown-options-as-args, providing more comprehensive functionality (ef771ca) BREAKING CHANGES rework collect-unknown-options into unknown-options-as-args, providing...

dependencies

This PR pins [mock](https://pypi.org/project/mock) to the latest release **4.0.3**. Changelog ### 4.0.3 ``` ----- - Issue 42532: Remove unexpected call of ``__bool__`` when passing a ``spec_arg`` argument to a Mock....