GeneralKlipperScreen/scripts/KlipperScreen-requirements.txt
dependabot[bot] 9f828665b3
build(deps): bump websocket-client from 1.6.1 to 1.7.0 (#1188)
Bumps [websocket-client](https://github.com/websocket-client/websocket-client) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/websocket-client/websocket-client/releases)
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog)
- [Commits](https://github.com/websocket-client/websocket-client/compare/v1.6.1...v1.7.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-24 12:04:34 -03:00

21 lines
542 B
Plaintext

jinja2==3.1.2
netifaces==0.11.0
requests==2.31.0
six==1.16.0
dbus-python==1.3.2
# libmpv-dev 0.33 is required for 1.0
python-mpv==0.5.2;python_version<"3.10"
python-mpv==1.0.5;python_version>="3.10"
backports.zoneinfo;python_version<"3.9"
# Python 3.7 (For Buster until June 2024)
PyGObject==3.44.1; python_version == '3.7'
pycairo==1.23.0; python_version == '3.7'
websocket-client==1.6.1; python_version == '3.7'
PyGObject==3.46.0;python_version>="3.8"
pycairo==1.25.1;python_version>="3.8"
websocket-client==1.7.0;python_version>="3.8"