1 Commits

Author SHA1 Message Date
dependabot[bot]
960e5bf9be Update plotly requirement from ~=5.8.0 to ~=5.10.0
Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version.
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plotly/plotly.py/compare/v5.8.0...v5.10.0)

---
updated-dependencies:
- dependency-name: plotly
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-11 21:41:01 +00:00
2 changed files with 8 additions and 3 deletions

View File

@@ -10,4 +10,9 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"
open-pull-requests-limit: 100 assignees:
- "NormalParameter"
- "Rripped"
- "FlorianKellermann"
- "H4CK3R-01"
open-pull-requests-limit: 100

View File

@@ -1,12 +1,12 @@
pyTelegramBotAPI~=4.5.1 pyTelegramBotAPI~=4.5.1
python-dotenv~=0.20.0 python-dotenv~=0.20.0
APScheduler~=3.9.1 APScheduler~=3.9.1
SQLAlchemy~=1.4.41 SQLAlchemy~=1.4.37
pymysql==1.0.2 pymysql==1.0.2
requests~=2.27.1 requests~=2.27.1
beautifulsoup4~=4.11.1 beautifulsoup4~=4.11.1
pandas~=1.4.2 pandas~=1.4.2
PyVirtualDisplay~=3.0 PyVirtualDisplay~=3.0
selenium~=4.2.0 selenium~=4.2.0
plotly~=5.8.0 plotly~=5.10.0
fuzzywuzzy~=0.18.0 fuzzywuzzy~=0.18.0