Skip to content

Commit

Permalink
Merge pull request #1558 from Taxel/dependabot/pip/websocket-client-1…
Browse files Browse the repository at this point in the history
….6.2
  • Loading branch information
glensc authored Aug 23, 2023
2 parents b5cac6d + 180d0a6 commit 53be5b8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ tqdm = "==4.66.1"
url-normalize = {version="==1.4.3", python_version=">='3.6'"}
urllib3 = "==2.0.4"
wcwidth = "==0.2.6"
websocket-client = "==1.6.1"
websocket-client = "==1.6.2"
wrapt = {version="==1.15.0", python_version=">='3.5'"}

[requires]
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 12 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.org/simple
attrs==23.1.0
cattrs==23.1.2; python_version >= '3.7'
cattrs==23.1.2
certifi==2023.7.22
charset-normalizer==3.2.0
click==8.1.6
deprecated==1.2.14
idna==3.4; python_version >= '3.5'
idna==3.4
inquirerpy==0.3.4
markdown-it-py==2.2.0; python_version >= '3.7'
mdurl==0.1.2; python_version >= '3.7'
markdown-it-py==2.2.0
mdurl==0.1.2
oauthlib==3.2.2
pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0'
platformdirs==3.10.0; python_version >= '3.7'
pfzy==0.3.4
platformdirs==3.10.0
plexapi==4.14.0
prompt-toolkit==3.0.39
pygments==2.16.1
Expand All @@ -27,14 +20,14 @@ python-git-info==0.8.3
pytimeparse==1.1.8
pytrakt==3.4.23
pyyaml==6.0.1
requests-cache==1.0.0b1
requests-oauthlib==1.3.1; python_version >= '3.4'
requests==2.31.0
requests-cache==1.0.0b1
requests-oauthlib==1.3.1
rich==13.5.2
six==1.16.0; python_version >= '3.4'
six==1.16.0
tqdm==4.66.1
url-normalize==1.4.3; python_version >= '3.6'
url-normalize==1.4.3
urllib3==2.0.4
wcwidth==0.2.6
websocket-client==1.6.1
wrapt==1.15.0; python_version >= '3.5'
websocket-client==1.6.2
wrapt==1.15.0

0 comments on commit 53be5b8

Please sign in to comment.