GeneralKlipperScreen/scripts/KlipperScreen-requirements.txt
dependabot[bot] 2ab8d3f985
build(deps): bump jinja2 from 3.1.3 to 3.1.4 (#1356)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-08 06:14:33 -03:00

21 lines
586 B
Plaintext

jinja2==3.1.4;python_version>="3.6"
requests==2.31.0;python_version>="3.7"
netifaces==0.11.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.48.1;python_version>="3.8"
pycairo==1.26.0;python_version>="3.8"
websocket-client==1.8.0;python_version>="3.8"