Skip to content

Commit 6a1d101

Browse files
Bump websocket-client from 1.7.0 to 1.8.0
Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.7.0 to 1.8.0. - [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.7.0...v1.8.0) --- updated-dependencies: - dependency-name: websocket-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9054d71 commit 6a1d101

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ uvloop==0.20.0 ; sys_platform != "win32"
159159
# via appdaemon (pyproject.toml)
160160
virtualenv==20.26.3
161161
# via pre-commit
162-
websocket-client==1.7.0
162+
websocket-client==1.8.0
163163
# via appdaemon (pyproject.toml)
164164
wheel==0.44.0
165165
# via pip-tools

doc-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ uvloop==0.20.0 ; sys_platform != "win32"
174174
# via appdaemon (pyproject.toml)
175175
watchfiles==0.23.0
176176
# via sphinx-autobuild
177-
websocket-client==1.7.0
177+
websocket-client==1.8.0
178178
# via appdaemon (pyproject.toml)
179179
websockets==13.0
180180
# via sphinx-autobuild

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
'requests >= 2.28.2,< 2.33.0',
2828
'sockjs >= 0.11,< 0.14',
2929
'uvloop==0.20.0; sys_platform != "win32"',
30-
'websocket-client >= 1.5.1,< 1.8.0',
30+
'websocket-client >= 1.5.1,< 1.9.0',
3131
'tomli ~= 2.0.1',
3232
'tomli_w ~= 1.0.0'
3333
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ urllib3==2.2.2
8989
# via requests
9090
uvloop==0.20.0 ; sys_platform != "win32"
9191
# via appdaemon (pyproject.toml)
92-
websocket-client==1.7.0
92+
websocket-client==1.8.0
9393
# via appdaemon (pyproject.toml)
9494
wsproto==1.2.0
9595
# via simple-websocket

0 commit comments

Comments
 (0)