Skip to content

Update dependencies

Philipp Harlos requested to merge update_dependencies into main

Changelog:

python:
Faker: 18.9.0 -> 19.2.0 https://github.com/joke2k/faker/blob/refs/tags/v19.2.0/CHANGELOG.md

  • New language features
  • Dropped support for Python 3.7. and 32-bit systems

jsonschema: 4.17.3 -> 4.18.4 https://github.com/python-jsonschema/jsonschema/releases

  • Majorly rehauls the way in which JSON Schema reference resolution is configured. It does so in a way that should be backwards compatible, preserving old behavior whilst emitting deprecation warnings.
    Comment: Unit test did not trigger deprecation warnings

phonenumberslite: 8.13.13 -> 8.13.17 https://github.com/daviddrysdale/python-phonenumbers
Comment: no significant changes found after code inspection

json:
eslint: 8.42.0 -> 8.46.0 https://github.com/eslint/eslint/releases/tag/v8.46.0

  • Implemented feature requests and bugfixes

bootstrap: 5.3.0 -> 5.3.1 https://github.com/twbs/bootstrap/releases/tag/v5.3.1

  • Increased color contrast for darkmode
  • Improved disabled styling for all .nav-links, providing .disabled and :disabled for use with anchors and buttons
  • Add support for Home and End keys for navigating tabs by keyboard
  • Added some basic styling to toggle buttons when no modifier class is present
  • Fixed carousel colors in dark mode

Merge request reports