Skip to content

Commit

Permalink
Bump ws4py from 0.5.1 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [ws4py](https://github.com/Lawouach/WebSocket-for-Python) from 0.5.1 to 0.6.0.
- [Changelog](https://github.com/Lawouach/WebSocket-for-Python/blob/master/CHANGELOG.md)
- [Commits](Lawouach/WebSocket-for-Python@0.5.1...0.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent eb5f835 commit b282bc8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ wired==0.3
# via
# -r requirements/prod.txt
# pyramid-services
ws4py==0.5.1
ws4py==0.6.0
# via -r requirements/prod.txt
wsaccel==0.6.7
# via -r requirements/prod.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ wired==0.3
# via
# -r requirements/prod.txt
# pyramid-services
ws4py==0.5.1
ws4py==0.6.0
# via -r requirements/prod.txt
wsaccel==0.6.7
# via -r requirements/prod.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ wired==0.3
# -r requirements/functests.txt
# -r requirements/tests.txt
# pyramid-services
ws4py==0.5.1
ws4py==0.6.0
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ webob==1.8.8
# via pyramid
wired==0.3
# via pyramid-services
ws4py==0.5.1
ws4py==0.6.0
# via -r requirements/prod.in
wsaccel==0.6.7
# via -r requirements/prod.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ wired==0.3
# via
# -r requirements/prod.txt
# pyramid-services
ws4py==0.5.1
ws4py==0.6.0
# via -r requirements/prod.txt
wsaccel==0.6.7
# via -r requirements/prod.txt
Expand Down

0 comments on commit b282bc8

Please sign in to comment.