Skip to content

Commit

Permalink
dependency updates and stuff, no features added
Browse files Browse the repository at this point in the history
  • Loading branch information
ozankaraali committed Jun 25, 2024
1 parent a0248cb commit 931e416
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Check OpenSSL Version
run: python -c "import ssl; print(ssl.OPENSSL_VERSION)"
- name: Install VLC
run: sudo apt-get update && sudo apt-get install -y vlc
- name: Install dependencies
Expand All @@ -38,6 +40,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Check OpenSSL Version
run: python -c "import ssl; print(ssl.OPENSSL_VERSION)"
# - name: Install VLC
# run: choco install vlc -y
- name: Install VLC
Expand Down Expand Up @@ -87,6 +91,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Check OpenSSL Version
run: python -c "import ssl; print(ssl.OPENSSL_VERSION)"
- name: Install VLC
run: brew install --cask vlc
- name: Install dependencies
Expand Down Expand Up @@ -122,6 +128,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Check OpenSSL Version
run: python -c "import ssl; print(ssl.OPENSSL_VERSION)"
- name: Install VLC
run: brew install --cask vlc
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion config_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


class ConfigManager:
CURRENT_VERSION = "1.4.3" # Set your current version here
CURRENT_VERSION = "1.4.4" # Set your current version here

def __init__(self):
self.config = {}
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
python-vlc==3.0.20123
requests==2.31.0
urllib3==1.26.6
requests==2.32.3
urllib3==2.2.2
URLObject~=2.4.3
m3u-parser
pyqtdarktheme==2.1.0
Expand Down

0 comments on commit 931e416

Please sign in to comment.