Skip to content

Commit

Permalink
build(deps): update websockets requirement from ~=13.0 to ~=14.1
Browse files Browse the repository at this point in the history
Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version.
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@13.0...14.1)

---
updated-dependencies:
- dependency-name: websockets
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2024
1 parent f6bd68f commit a016005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
requests~=2.32.3
python-decouple~=3.8
websockets~=13.0
websockets~=14.1
xmltodict~=0.13
unidecode~=1.3

0 comments on commit a016005

Please sign in to comment.