mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
chore: Update Python dependencies
This commit is contained in:
@@ -31,10 +31,10 @@ dependencies = [
|
|||||||
"overrides~=6.1",
|
"overrides~=6.1",
|
||||||
"ruamel.yaml~=0.17",
|
"ruamel.yaml~=0.17",
|
||||||
"pywin32==303; sys_platform == 'win32'",
|
"pywin32==303; sys_platform == 'win32'",
|
||||||
"selenium~=4.1",
|
"selenium~=4.10",
|
||||||
"selenium_stealth~=1.0",
|
"selenium_stealth~=1.0",
|
||||||
"wcmatch~=8.4",
|
"wcmatch~=8.4",
|
||||||
"webdriver_manager~=3.7"
|
"webdriver_manager~=3.8"
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
@@ -56,10 +56,10 @@ dev = [
|
|||||||
"bandit~=1.7",
|
"bandit~=1.7",
|
||||||
"toml", # required by bandit
|
"toml", # required by bandit
|
||||||
"tomli", # required by bandit
|
"tomli", # required by bandit
|
||||||
"pytest~=7.2",
|
"pytest~=7.4",
|
||||||
"pyinstaller~=5.6",
|
"pyinstaller~=5.13",
|
||||||
"psutil",
|
"psutil",
|
||||||
"pylint~=2.15",
|
"pylint~=2.17",
|
||||||
"mypy~=0.982",
|
"mypy~=0.982",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user