chore: Update Python dependencies

This commit is contained in:
sebthom
2023-08-01 11:12:09 +02:00
parent d2f3ad43a1
commit 51ef9c8190
2 changed files with 411 additions and 611 deletions

1012
pdm.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -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",
] ]