Skip to content

Commit 385dc91

Browse files
authored
Merge pull request #109 from NetherlandsForensicInstitute/setuptools
Update Setuptools dependency
2 parents e7407e4 + f219b5d commit 385dc91

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

RELEASE_NOTES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Version 2.8.0
22
-------------
3+
108. Update setuptools dependency
34
96. Add tutorial
45

56
Version 2.7.1
@@ -82,4 +83,4 @@ Version 1.1.0
8283
8. Make Snapchat tests more robusth
8384
9. Install transitive dependencies
8485
5. Fix links between README files
85-
1. Publish initial version to GitHub, supporting Android apps WhatsApp v2.24.11.79, Telegram v10.13.4 and Snapchat v12.90.0.46
86+
1. Publish initial version to GitHub, supporting Android apps WhatsApp v2.24.11.79, Telegram v10.13.4 and Snapchat v12.90.0.46

puma/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "2.7.1"
1+
version = "2.8.0"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ appium-python-client~=4.3.0
22
Pillow==10.4.0
33
pytesseract==0.3.10
44
geopy~=2.4.1
5-
setuptools~=75.1.0
5+
setuptools~=80.9.0
66
gpxpy~=1.6.2
7-
adb_pywrapper~=1.0.3
7+
adb_pywrapper~=1.0.4
88
requests~=2.32.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Pillow==10.4.0",
2121
"pytesseract==0.3.10",
2222
"geopy~=2.4.1",
23-
"setuptools~=75.1.0",
23+
"setuptools~=80.9.0",
2424
"gpxpy~=1.6.2",
2525
"adb_pywrapper~=1.0.3",
2626
"requests~=2.32.3"

0 commit comments

Comments
 (0)