upgrade dependencies

- setuptools 69.1.1 -> 69.5.1
- pytest-rerunfailures 13.0 -> 14.0
- autopep8 2.0.4 -> 2.1.0
- typing-extensions 4.10.0 -> 4.11.0
- pyright 1.1.353 -> 1.1.359
- pyinstaller 6.5.0 -> 6.6.0
- pyinstaller-hooks-contrib 2024.3 -> 2024.4
- nodriver 0.27rc3 -> 0.27rc4
This commit is contained in:
sebthom
2024-04-17 17:49:11 +02:00
parent 12974285ad
commit 822d3b7e7c
2 changed files with 31 additions and 33 deletions

View File

@@ -34,7 +34,7 @@ requires-python = ">=3.10,<3.13" # <3.12 required for pyinstaller
dependencies = [
"colorama",
"coloredlogs",
"nodriver",
"nodriver @ git+https://github.com/ultrafunkamsterdam/nodriver.git",
"overrides",
"ruamel.yaml",
"psutil",