Skip to content

Commit

Permalink
Update requirements for development and testing (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Feb 7, 2024
1 parent cc11803 commit f5f0e23
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
flake8 --exclude cast_channel_pb2.py,authority_keys_pb2.py,logging_pb2.py examples pychromecast
- name: Lint with mypy
run: |
mypy --install-types --non-interactive pychromecast
mypy pychromecast
- name: Lint with pylint
run: |
pylint examples pychromecast
6 changes: 6 additions & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
black==23.12.1
flake8==7.0.0
mypy==1.8.0
PlexAPI==4.15.7
pylint==3.0.3
types-beautifulsoup4==4.12.0.20240106
types-html5lib==1.1.11.20240106
types-protobuf==4.24.0.20240129
types-requests==2.31.0.20240106
yle-dl==20231214
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
protobuf>=4.25.1
zeroconf>=0.25.1
casttube>=0.2.0
casttube==0.2.1
protobuf==4.25.2
zeroconf==0.131.0

0 comments on commit f5f0e23

Please sign in to comment.