Skip to content

Commit

Permalink
chore: update requirements.txt (#2)
Browse files Browse the repository at this point in the history
* chore: update requirements.txt

* Update version.py

* Update skill-tests.yaml
  • Loading branch information
mikejgray authored Sep 16, 2024
1 parent 0a4f52d commit 786cbe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/skill-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ jobs:
uses: neongeckocom/.github/.github/workflows/python_build_tests.yml@master
skill_unit_tests:
uses: neongeckocom/.github/.github/workflows/skill_tests.yml@master
skill_install_tests:
uses: neongeckocom/.github/.github/workflows/skill_test_installation.yml@master
license_tests:
uses: neongeckocom/.github/.github/workflows/license_tests.yml@master
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ovos-utils>=0.0.36,<0.2.0
ovos-workshop~=0.0.16a48
plexapi~=4.13
ovos-utils>=0.0.36,<1.0.0
ovos-workshop<1.0.0
plexapi~=4.13
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit 786cbe1

Please sign in to comment.