Skip to content

Commit 2f5eebe

Browse files
Update pytest requirement from <=8.0.1 to <=8.3.3
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@1.0.0b3...8.3.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent adc43ea commit 2f5eebe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ black==24.3.0
44
build
55

66
# lib
7-
pytest<=8.0.1
7+
pytest<=8.3.3
88
Appium-Python-Client~=4.0.0
99
opencv-python~=4.10.0.84
1010
geckodriver-autoinstaller==0.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
packages=find_packages(),
3838
python_requires=">=3.6, <4",
3939
install_requires=[
40-
"pytest<=8.0.1",
40+
"pytest<=8.3.3",
4141
"Appium-Python-Client~=3.1.1",
4242
"opencv-python~=4.8.1",
4343
"geckodriver-autoinstaller==0.1.0",

0 commit comments

Comments
 (0)