Compare commits

...

2 Commits

Author SHA1 Message Date
5f14b1b343 Update dependency selenium to ~=4.6.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-15 13:34:29 +01:00
f136817705 „renovate.json“ ändern
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2022-11-15 13:33:03 +01:00
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": ["* 5 * * *"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

View File

@ -7,6 +7,6 @@ requests~=2.28.1
beautifulsoup4~=4.11.1
pandas~=1.5.0
PyVirtualDisplay~=3.0
selenium~=4.5.0
selenium~=4.6.0
plotly~=5.10.0
fuzzywuzzy~=0.18.0