We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e536240 + b961cd3 commit a04f1b9Copy full SHA for a04f1b9
requirements.txt
@@ -1,8 +1,8 @@
1
-certifi==2023.7.22
+certifi==2024.2.2
2
charset-normalizer==3.3.2
3
-idna==3.4
+idna==3.6
4
Pillow==10.2.0
5
pystray==0.19.5
6
requests==2.31.0
7
six==1.16.0
8
-urllib3==2.1.0
+urllib3==2.2.1
setup.py
@@ -27,7 +27,7 @@
27
28
setup(
29
name='fritzbox-tray',
30
- version='1.0.67',
+ version='1.0.68',
31
packages=find_namespace_packages(where="src"),
32
package_dir={"": "src"},
33
package_data={
0 commit comments