Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump websocket-client from 1.5.1 to 1.6.2 #264

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump websocket-client from 1.5.1 to 1.6.2
Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.5.1 to 1.6.2.
- [Release notes](https://github.com/websocket-client/websocket-client/releases)
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog)
- [Commits](websocket-client/websocket-client@v1.5.1...v1.6.2)

---
updated-dependencies:
- dependency-name: websocket-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 23, 2023
commit f6adcffbbe163d433d55f7a55a35c72e8e012c0f
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tqdm = "==4.65.0"
url-normalize = {version="==1.4.3", python_version=">='3.6'"}
urllib3 = "==2.0.2"
wcwidth = "==0.2.6"
websocket-client = "==1.5.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.

35 changes: 14 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.org/simple/
-i https://pypi.org/simple
attrs==23.1.0
backports.cached-property==1.0.2; python_version <= '3.7'
cattrs==22.2.0; python_version >= '3.7'
backports.cached-property==1.0.2
cattrs==22.2.0
certifi==2023.5.7
charset-normalizer==3.1.0
click==8.1.3
deprecated==1.2.13
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.5.0; python_version >= '3.7'
pfzy==0.3.4
platformdirs==3.5.0
plexapi==4.13.4
prompt-toolkit==3.0.38
pygments==2.15.1
Expand All @@ -28,14 +21,14 @@ python-git-info==0.8.3
pytimeparse==1.1.8
pytrakt==3.4.23
pyyaml==6.0
requests-cache==1.0.0b1
requests-oauthlib==1.3.1; python_version >= '3.4'
requests==2.30.0
requests-cache==1.0.0b1
requests-oauthlib==1.3.1
rich==13.3.5
six==1.16.0; python_version >= '3.4'
six==1.16.0
tqdm==4.65.0
url-normalize==1.4.3; python_version >= '3.6'
url-normalize==1.4.3
urllib3==2.0.2
wcwidth==0.2.6
websocket-client==1.5.1
wrapt==1.15.0; python_version >= '3.5'
websocket-client==1.6.2
wrapt==1.15.0
Loading