Compare commits

..

2 Commits

Author SHA1 Message Date
dgtlmoon
bc20ac2685 Add test 2025-07-30 13:44:31 +02:00
dgtlmoon
0ae1b76d20 Fix set conditions by API re #3348 2025-07-30 13:39:01 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- build
steps:
- name: Download all the dists
uses: actions/download-artifact@v5
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
@@ -72,7 +72,7 @@ jobs:
steps:
- name: Download all the dists
uses: actions/download-artifact@v5
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/

View File

@@ -45,7 +45,7 @@ apprise==1.9.3
paho-mqtt!=2.0.*
# Requires extra wheel for rPi
#cryptography~=42.0.8
cryptography~=42.0.8
# Used for CSS filtering
beautifulsoup4>=4.0.0