From 403693f47f2e1c9c73a9bb5d14e8af8d86630b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 00:01:40 +0000 Subject: [PATCH] Bump the uv group across 6 directories with 12 updates Bumps the uv group with 1 update in the /mpcontribs-api/requirements directory: [flask](https://github.com/pallets/flask). Bumps the uv group with 8 updates in the /mpcontribs-lux directory: | Package | From | To | | --- | --- | --- | | [orjson](https://github.com/ijl/orjson) | `3.11.5` | `3.11.6` | | [pillow](https://github.com/python-pillow/Pillow) | `12.0.0` | `12.2.0` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.1` | `2.6.3` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.1` | `9.0.3` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.20.0` | `3.20.3` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.35.4` | `20.36.1` | Bumps the uv group with 8 updates in the /mpcontribs-lux/requirements directory: | Package | From | To | | --- | --- | --- | | [orjson](https://github.com/ijl/orjson) | `3.11.5` | `3.11.6` | | [pillow](https://github.com/python-pillow/Pillow) | `12.0.0` | `12.2.0` | | [requests](https://github.com/psf/requests) | `2.32.5` | `2.33.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.6.1` | `2.6.3` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.0.3` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.20.0` | `3.20.3` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.2.1` | `1.2.2` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.35.4` | `20.36.1` | Bumps the uv group with 1 update in the /mpcontribs-portal directory: [django](https://github.com/django/django). Bumps the uv group with 1 update in the /mpcontribs-portal/requirements directory: [django](https://github.com/django/django). Bumps the uv group with 5 updates in the /mpcontribs-serverless/dependencies directory: | Package | From | To | | --- | --- | --- | | [fonttools](https://github.com/fonttools/fonttools) | `4.43.0` | `4.60.2` | | [pillow](https://github.com/python-pillow/Pillow) | `10.3.0` | `12.2.0` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.33.0` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.19` | `2.6.3` | | [ujson](https://github.com/ultrajson/ultrajson) | `5.5.0` | `5.12.0` | Updates `flask` from 2.2.5 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.2.5...3.1.3) Updates `orjson` from 3.11.5 to 3.11.6 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.5...3.11.6) Updates `pillow` from 12.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `pytest` from 9.0.1 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.3) Updates `filelock` from 3.20.0 to 3.20.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.20.0...3.20.3) Updates `orjson` from 3.11.5 to 3.11.6 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.5...3.11.6) Updates `pillow` from 12.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `python-dotenv` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.1...v1.2.2) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `virtualenv` from 20.35.4 to 20.36.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.35.4...20.36.1) Updates `filelock` from 3.20.0 to 3.20.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.20.0...3.20.3) Updates `orjson` from 3.11.5 to 3.11.6 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.5...3.11.6) Updates `pillow` from 12.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `pytest` from 9.0.1 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.3) Updates `python-dotenv` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.1...v1.2.2) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `virtualenv` from 20.35.4 to 20.36.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.35.4...20.36.1) Updates `pytest` from 9.0.1 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.3) Updates `orjson` from 3.11.5 to 3.11.6 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.5...3.11.6) Updates `pillow` from 12.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `orjson` from 3.11.5 to 3.11.6 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.5...3.11.6) Updates `pillow` from 12.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `pillow` from 12.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `orjson` from 3.11.5 to 3.11.6 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.5...3.11.6) Updates `pillow` from 12.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.3) Updates `filelock` from 3.20.0 to 3.20.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.20.0...3.20.3) Updates `orjson` from 3.11.5 to 3.11.6 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.5...3.11.6) Updates `pillow` from 12.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `python-dotenv` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.1...v1.2.2) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `virtualenv` from 20.35.4 to 20.36.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.35.4...20.36.1) Updates `filelock` from 3.20.0 to 3.20.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.20.0...3.20.3) Updates `orjson` from 3.11.5 to 3.11.6 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.5...3.11.6) Updates `pillow` from 12.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.3) Updates `python-dotenv` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.1...v1.2.2) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `virtualenv` from 20.35.4 to 20.36.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.35.4...20.36.1) Updates `pytest` from 9.0.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.3) Updates `orjson` from 3.11.5 to 3.11.6 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.5...3.11.6) Updates `pillow` from 12.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `orjson` from 3.11.5 to 3.11.6 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.11.5...3.11.6) Updates `pillow` from 12.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `pillow` from 12.0.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.5 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 2.6.1 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `django` from 3.2.25 to 4.2.30 - [Commits](https://github.com/django/django/compare/3.2.25...4.2.30) Updates `django` from 3.2.25 to 4.2.30 - [Commits](https://github.com/django/django/compare/3.2.25...4.2.30) Updates `django` from 3.2.25 to 4.2.30 - [Commits](https://github.com/django/django/compare/3.2.25...4.2.30) Updates `django` from 3.2.25 to 4.2.30 - [Commits](https://github.com/django/django/compare/3.2.25...4.2.30) Updates `fonttools` from 4.43.0 to 4.60.2 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.43.0...4.60.2) Updates `pillow` from 10.3.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.3 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 1.26.19 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `fonttools` from 4.43.0 to 4.60.2 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.43.0...4.60.2) Updates `pillow` from 10.3.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.3 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 1.26.19 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `fonttools` from 4.43.0 to 4.60.2 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.43.0...4.60.2) Updates `pillow` from 10.3.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.3 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `urllib3` from 1.26.19 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `fonttools` from 4.43.0 to 4.60.2 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.43.0...4.60.2) Updates `pillow` from 10.3.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.3 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `ujson` from 5.5.0 to 5.12.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.5.0...5.12.0) Updates `urllib3` from 1.26.19 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `fonttools` from 4.43.0 to 4.60.2 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.43.0...4.60.2) Updates `pillow` from 10.3.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.3 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `ujson` from 5.5.0 to 5.12.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.5.0...5.12.0) Updates `urllib3` from 1.26.19 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) Updates `fonttools` from 4.43.0 to 4.60.2 - [Release notes](https://github.com/fonttools/fonttools/releases) - [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst) - [Commits](https://github.com/fonttools/fonttools/compare/4.43.0...4.60.2) Updates `pillow` from 10.3.0 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/12.0.0...12.2.0) Updates `requests` from 2.32.3 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) Updates `ujson` from 5.5.0 to 5.12.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/5.5.0...5.12.0) Updates `urllib3` from 1.26.19 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.6.1...2.6.3) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.30 dependency-type: direct:production - dependency-name: django dependency-version: 4.2.30 dependency-type: direct:production - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:production - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:production - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production - dependency-name: fonttools dependency-version: 4.60.2 dependency-type: indirect - dependency-name: orjson dependency-version: 3.11.6 dependency-type: direct:production - dependency-name: orjson dependency-version: 3.11.6 dependency-type: direct:production - dependency-name: pillow dependency-version: 12.2.0 dependency-type: indirect - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production - dependency-name: requests dependency-version: 2.33.0 dependency-type: indirect - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production - dependency-name: ujson dependency-version: 5.12.0 dependency-type: indirect - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: direct:production - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mpcontribs-api/requirements/deployment.txt | 2 +- .../requirements/ubuntu-latest_py3.11.txt | 2 +- .../requirements/ubuntu-latest_py3.12.txt | 2 +- .../requirements-ubuntu-latest_py3.11.txt | 12 ++-- ...quirements-ubuntu-latest_py3.11_extras.txt | 18 +++--- .../requirements-ubuntu-latest_py3.12.txt | 12 ++-- ...quirements-ubuntu-latest_py3.12_extras.txt | 18 +++--- mpcontribs-lux/uv.lock | 62 +++++++++++++++++-- mpcontribs-portal/pyproject.toml | 2 +- mpcontribs-portal/requirements/deployment.txt | 2 +- .../requirements/ubuntu-latest_py3.11.txt | 2 +- .../ubuntu-latest_py3.11_extras.txt | 2 +- .../requirements/ubuntu-latest_py3.12.txt | 2 +- .../ubuntu-latest_py3.12_extras.txt | 2 +- .../dependencies/requirements.txt | 59 +++++++----------- 15 files changed, 118 insertions(+), 81 deletions(-) diff --git a/mpcontribs-api/requirements/deployment.txt b/mpcontribs-api/requirements/deployment.txt index ba7205f06..75f031088 100644 --- a/mpcontribs-api/requirements/deployment.txt +++ b/mpcontribs-api/requirements/deployment.txt @@ -102,7 +102,7 @@ filetype==1.2.0 # via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml) flasgger-tschaume==0.9.7 # via mpcontribs-api (MPContribs/mpcontribs-api/pyproject.toml) -flask==2.2.5 +flask==3.1.3 # via # flasgger-tschaume # flask-compress diff --git a/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt b/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt index 410d891c7..175acf177 100644 --- a/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt +++ b/mpcontribs-api/requirements/ubuntu-latest_py3.11.txt @@ -102,7 +102,7 @@ filetype==1.2.0 # via mpcontribs-api (pyproject.toml) flasgger-tschaume==0.9.7 # via mpcontribs-api (pyproject.toml) -flask==2.2.5 +flask==3.1.3 # via # flasgger-tschaume # flask-compress diff --git a/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt b/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt index e631233f9..1c5210e1d 100644 --- a/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt +++ b/mpcontribs-api/requirements/ubuntu-latest_py3.12.txt @@ -102,7 +102,7 @@ filetype==1.2.0 # via mpcontribs-api (pyproject.toml) flasgger-tschaume==0.9.7 # via mpcontribs-api (pyproject.toml) -flask==2.2.5 +flask==3.1.3 # via # flasgger-tschaume # flask-compress diff --git a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11.txt b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11.txt index bb73ebe8a..aeb87d63c 100644 --- a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11.txt +++ b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11.txt @@ -20,7 +20,7 @@ cycler==0.12.1 # via matplotlib emmet-core==0.86.2 # via mpcontribs-lux (pyproject.toml) -fonttools==4.61.0 +fonttools==4.62.1 # via matplotlib idna==3.11 # via requests @@ -52,7 +52,7 @@ numpy==2.3.5 # pymatgen-io-validation # scipy # spglib -orjson==3.11.5 +orjson==3.11.6 # via pymatgen packaging==25.0 # via @@ -64,7 +64,7 @@ pandas==2.3.3 # via # mpcontribs-lux (pyproject.toml) # pymatgen -pillow==12.0.0 +pillow==12.2.0 # via matplotlib plotly==6.5.0 # via pymatgen @@ -97,13 +97,13 @@ python-dateutil==2.9.0.post0 # via # matplotlib # pandas -python-dotenv==1.2.1 +python-dotenv==1.2.2 # via pydantic-settings pytz==2025.2 # via pandas pyyaml==6.0.3 # via pybtex -requests==2.32.5 +requests==2.33.0 # via # pymatgen # pymatgen-io-validation @@ -140,5 +140,5 @@ tzdata==2025.2 # via pandas uncertainties==3.2.3 # via pymatgen -urllib3==2.6.1 +urllib3==2.6.3 # via requests diff --git a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11_extras.txt b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11_extras.txt index cb109503c..79cfe812f 100644 --- a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11_extras.txt +++ b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.11_extras.txt @@ -28,11 +28,11 @@ emmet-core==0.86.2 # via mpcontribs-lux (pyproject.toml) execnet==2.1.2 # via pytest-xdist -filelock==3.20.0 +filelock==3.20.3 # via virtualenv flake8==7.3.0 # via mpcontribs-lux (pyproject.toml) -fonttools==4.61.0 +fonttools==4.62.1 # via matplotlib identify==2.6.15 # via pre-commit @@ -80,7 +80,7 @@ numpy==2.3.5 # pymatgen-io-validation # scipy # spglib -orjson==3.11.5 +orjson==3.11.6 # via pymatgen packaging==25.0 # via @@ -95,7 +95,7 @@ pandas==2.3.3 # pymatgen pathspec==0.12.1 # via mypy -pillow==12.0.0 +pillow==12.2.0 # via matplotlib platformdirs==4.5.1 # via virtualenv @@ -142,7 +142,7 @@ pyparsing==3.2.5 # via # bibtexparser # matplotlib -pytest==9.0.2 +pytest==9.0.3 # via # mpcontribs-lux (pyproject.toml) # pytest-cov @@ -155,7 +155,7 @@ python-dateutil==2.9.0.post0 # via # matplotlib # pandas -python-dotenv==1.2.1 +python-dotenv==1.2.2 # via pydantic-settings pytz==2025.2 # via pandas @@ -163,7 +163,7 @@ pyyaml==6.0.3 # via # pre-commit # pybtex -requests==2.32.5 +requests==2.33.0 # via # pymatgen # pymatgen-io-validation @@ -203,7 +203,7 @@ tzdata==2025.2 # via pandas uncertainties==3.2.3 # via pymatgen -urllib3==2.6.1 +urllib3==2.6.3 # via requests -virtualenv==20.35.4 +virtualenv==20.36.1 # via pre-commit diff --git a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12.txt b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12.txt index bb73ebe8a..aeb87d63c 100644 --- a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12.txt +++ b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12.txt @@ -20,7 +20,7 @@ cycler==0.12.1 # via matplotlib emmet-core==0.86.2 # via mpcontribs-lux (pyproject.toml) -fonttools==4.61.0 +fonttools==4.62.1 # via matplotlib idna==3.11 # via requests @@ -52,7 +52,7 @@ numpy==2.3.5 # pymatgen-io-validation # scipy # spglib -orjson==3.11.5 +orjson==3.11.6 # via pymatgen packaging==25.0 # via @@ -64,7 +64,7 @@ pandas==2.3.3 # via # mpcontribs-lux (pyproject.toml) # pymatgen -pillow==12.0.0 +pillow==12.2.0 # via matplotlib plotly==6.5.0 # via pymatgen @@ -97,13 +97,13 @@ python-dateutil==2.9.0.post0 # via # matplotlib # pandas -python-dotenv==1.2.1 +python-dotenv==1.2.2 # via pydantic-settings pytz==2025.2 # via pandas pyyaml==6.0.3 # via pybtex -requests==2.32.5 +requests==2.33.0 # via # pymatgen # pymatgen-io-validation @@ -140,5 +140,5 @@ tzdata==2025.2 # via pandas uncertainties==3.2.3 # via pymatgen -urllib3==2.6.1 +urllib3==2.6.3 # via requests diff --git a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12_extras.txt b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12_extras.txt index cb109503c..79cfe812f 100644 --- a/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12_extras.txt +++ b/mpcontribs-lux/requirements/requirements-ubuntu-latest_py3.12_extras.txt @@ -28,11 +28,11 @@ emmet-core==0.86.2 # via mpcontribs-lux (pyproject.toml) execnet==2.1.2 # via pytest-xdist -filelock==3.20.0 +filelock==3.20.3 # via virtualenv flake8==7.3.0 # via mpcontribs-lux (pyproject.toml) -fonttools==4.61.0 +fonttools==4.62.1 # via matplotlib identify==2.6.15 # via pre-commit @@ -80,7 +80,7 @@ numpy==2.3.5 # pymatgen-io-validation # scipy # spglib -orjson==3.11.5 +orjson==3.11.6 # via pymatgen packaging==25.0 # via @@ -95,7 +95,7 @@ pandas==2.3.3 # pymatgen pathspec==0.12.1 # via mypy -pillow==12.0.0 +pillow==12.2.0 # via matplotlib platformdirs==4.5.1 # via virtualenv @@ -142,7 +142,7 @@ pyparsing==3.2.5 # via # bibtexparser # matplotlib -pytest==9.0.2 +pytest==9.0.3 # via # mpcontribs-lux (pyproject.toml) # pytest-cov @@ -155,7 +155,7 @@ python-dateutil==2.9.0.post0 # via # matplotlib # pandas -python-dotenv==1.2.1 +python-dotenv==1.2.2 # via pydantic-settings pytz==2025.2 # via pandas @@ -163,7 +163,7 @@ pyyaml==6.0.3 # via # pre-commit # pybtex -requests==2.32.5 +requests==2.33.0 # via # pymatgen # pymatgen-io-validation @@ -203,7 +203,7 @@ tzdata==2025.2 # via pandas uncertainties==3.2.3 # via pymatgen -urllib3==2.6.1 +urllib3==2.6.3 # via requests -virtualenv==20.35.4 +virtualenv==20.36.1 # via pre-commit diff --git a/mpcontribs-lux/uv.lock b/mpcontribs-lux/uv.lock index 0fdf7d441..2e4269265 100644 --- a/mpcontribs-lux/uv.lock +++ b/mpcontribs-lux/uv.lock @@ -200,6 +200,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/0a/4c/925909008ed5a988ccbb72dcc897407e5d6d3bd72410d69e051fc0c14647/charset_normalizer-3.4.4-py3-none-any.whl", hash = "sha256:7a32c560861a02ff789ad905a2fe94e3f840803362c84fecf1851cb4cf3dc37f", size = 53402, upload-time = "2025-10-14T04:42:31.76Z" }, ] +[[package]] +name = "click" +version = "8.3.3" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "colorama", marker = "sys_platform == 'win32'" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/bb/63/f9e1ea081ce35720d8b92acde70daaedace594dc93b693c869e0d5910718/click-8.3.3.tar.gz", hash = "sha256:398329ad4837b2ff7cbe1dd166a4c0f8900c3ca3a218de04466f38f6497f18a2", size = 328061, upload-time = "2026-04-22T15:11:27.506Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/ae/44/c1221527f6a71a01ec6fbad7fa78f1d50dfa02217385cf0fa3eec7087d59/click-8.3.3-py3-none-any.whl", hash = "sha256:a2bf429bb3033c89fa4936ffb35d5cb471e3719e1f3c8a7c3fff0b8314305613", size = 110502, upload-time = "2026-04-22T15:11:25.044Z" }, +] + [[package]] name = "colorama" version = "0.4.6" @@ -699,6 +711,18 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/0e/3d/72cc9ec90bb80b5b1a65f0bb74a0f540195837baaf3b98c7fa4a7aa9718e/librt-0.6.3-cp314-cp314t-win_arm64.whl", hash = "sha256:afb39550205cc5e5c935762c6bf6a2bb34f7d21a68eadb25e2db7bf3593fecc0", size = 20246, upload-time = "2025-11-29T14:01:44.13Z" }, ] +[[package]] +name = "markdown-it-py" +version = "4.0.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "mdurl" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/5b/f5/4ec618ed16cc4f8fb3b701563655a69816155e79e24a17b651541804721d/markdown_it_py-4.0.0.tar.gz", hash = "sha256:cb0a2b4aa34f932c007117b194e945bd74e0ec24133ceb5bac59009cda1cb9f3", size = 73070, upload-time = "2025-08-11T12:57:52.854Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/94/54/e7d793b573f298e1c9013b8c4dade17d481164aa517d1d7148619c2cedbf/markdown_it_py-4.0.0-py3-none-any.whl", hash = "sha256:87327c59b172c5011896038353a81343b6754500a08cd7a4973bb48c6d578147", size = 87321, upload-time = "2025-08-11T12:57:51.923Z" }, +] + [[package]] name = "matplotlib" version = "3.10.7" @@ -772,6 +796,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/27/1a/1f68f9ba0c207934b35b86a8ca3aad8395a3d6dd7921c0686e23853ff5a9/mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e", size = 7350, upload-time = "2022-01-24T01:14:49.62Z" }, ] +[[package]] +name = "mdurl" +version = "0.1.2" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", size = 8729, upload-time = "2022-08-14T12:40:10.846Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", size = 9979, upload-time = "2022-08-14T12:40:09.779Z" }, +] + [[package]] name = "monty" version = "2025.3.3" @@ -795,6 +828,10 @@ dependencies = [ ] [package.optional-dependencies] +cli = [ + { name = "click" }, + { name = "rich" }, +] test = [ { name = "flake8" }, { name = "mypy" }, @@ -809,7 +846,8 @@ test = [ [package.metadata] requires-dist = [ - { name = "emmet-core", specifier = ">0.85.0" }, + { name = "click", marker = "extra == 'cli'" }, + { name = "emmet-core", specifier = ">0.86.0" }, { name = "flake8", marker = "extra == 'test'" }, { name = "mypy", marker = "extra == 'test'" }, { name = "mypy-extensions", marker = "extra == 'test'" }, @@ -821,8 +859,9 @@ requires-dist = [ { name = "pytest", marker = "extra == 'test'" }, { name = "pytest-cov", marker = "extra == 'test'" }, { name = "pytest-xdist", marker = "extra == 'test'" }, + { name = "rich", marker = "extra == 'cli'" }, ] -provides-extras = ["test"] +provides-extras = ["cli", "test"] [[package]] name = "mpmath" @@ -1573,7 +1612,7 @@ wheels = [ [[package]] name = "pytest" -version = "9.0.1" +version = "9.0.3" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, @@ -1582,9 +1621,9 @@ dependencies = [ { name = "pluggy" }, { name = "pygments" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/07/56/f013048ac4bc4c1d9be45afd4ab209ea62822fb1598f40687e6bf45dcea4/pytest-9.0.1.tar.gz", hash = "sha256:3e9c069ea73583e255c3b21cf46b8d3c56f6e3a1a8f6da94ccb0fcf57b9d73c8", size = 1564125, upload-time = "2025-11-12T13:05:09.333Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7d/0d/549bd94f1a0a402dc8cf64563a117c0f3765662e2e668477624baeec44d5/pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c", size = 1572165, upload-time = "2026-04-07T17:16:18.027Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/0b/8b/6300fb80f858cda1c51ffa17075df5d846757081d11ab4aa35cef9e6258b/pytest-9.0.1-py3-none-any.whl", hash = "sha256:67be0030d194df2dfa7b556f2e56fb3c3315bd5c8822c6951162b92b32ce7dad", size = 373668, upload-time = "2025-11-12T13:05:07.379Z" }, + { url = "https://files.pythonhosted.org/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9", size = 375249, upload-time = "2026-04-07T17:16:16.13Z" }, ] [[package]] @@ -1714,6 +1753,19 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6", size = 64738, upload-time = "2025-08-18T20:46:00.542Z" }, ] +[[package]] +name = "rich" +version = "15.0.0" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "markdown-it-py" }, + { name = "pygments" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/c0/8f/0722ca900cc807c13a6a0c696dacf35430f72e0ec571c4275d2371fca3e9/rich-15.0.0.tar.gz", hash = "sha256:edd07a4824c6b40189fb7ac9bc4c52536e9780fbbfbddf6f1e2502c31b068c36", size = 230680, upload-time = "2026-04-12T08:24:00.75Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/82/3b/64d4899d73f91ba49a8c18a8ff3f0ea8f1c1d75481760df8c68ef5235bf5/rich-15.0.0-py3-none-any.whl", hash = "sha256:33bd4ef74232fb73fe9279a257718407f169c09b78a87ad3d296f548e27de0bb", size = 310654, upload-time = "2026-04-12T08:24:02.83Z" }, +] + [[package]] name = "ruamel-yaml" version = "0.18.16" diff --git a/mpcontribs-portal/pyproject.toml b/mpcontribs-portal/pyproject.toml index 83e1f7aed..0efca4364 100644 --- a/mpcontribs-portal/pyproject.toml +++ b/mpcontribs-portal/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "boto3", "ddtrace==4.3.0", "Django>=3.2,<4.0", - "django-extensions", + "django>=4.2.30,<5.0", "django-settings-file", "django-webpack4-loader", "fastnumbers", diff --git a/mpcontribs-portal/requirements/deployment.txt b/mpcontribs-portal/requirements/deployment.txt index 0043c23c8..06ead2231 100644 --- a/mpcontribs-portal/requirements/deployment.txt +++ b/mpcontribs-portal/requirements/deployment.txt @@ -56,7 +56,7 @@ decorator==5.2.1 # via ipython defusedxml==0.7.1 # via nbconvert -django==3.2.25 +django==4.2.30 # via # django-extensions # django-settings-file diff --git a/mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt b/mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt index 57d49a8e7..654dfcb39 100644 --- a/mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt +++ b/mpcontribs-portal/requirements/ubuntu-latest_py3.11.txt @@ -56,7 +56,7 @@ decorator==5.2.1 # via ipython defusedxml==0.7.1 # via nbconvert -django==3.2.25 +django==4.2.30 # via # django-extensions # django-settings-file diff --git a/mpcontribs-portal/requirements/ubuntu-latest_py3.11_extras.txt b/mpcontribs-portal/requirements/ubuntu-latest_py3.11_extras.txt index e4ea1cb3c..0d7b07b8e 100644 --- a/mpcontribs-portal/requirements/ubuntu-latest_py3.11_extras.txt +++ b/mpcontribs-portal/requirements/ubuntu-latest_py3.11_extras.txt @@ -61,7 +61,7 @@ decorator==5.2.1 # via ipython defusedxml==0.7.1 # via nbconvert -django==3.2.25 +django==4.2.30 # via # django-extensions # django-settings-file diff --git a/mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt b/mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt index c5aeacca9..cf761e1e9 100644 --- a/mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt +++ b/mpcontribs-portal/requirements/ubuntu-latest_py3.12.txt @@ -56,7 +56,7 @@ decorator==5.2.1 # via ipython defusedxml==0.7.1 # via nbconvert -django==3.2.25 +django==4.2.30 # via # django-extensions # django-settings-file diff --git a/mpcontribs-portal/requirements/ubuntu-latest_py3.12_extras.txt b/mpcontribs-portal/requirements/ubuntu-latest_py3.12_extras.txt index 0db255aeb..fc63f2bd0 100644 --- a/mpcontribs-portal/requirements/ubuntu-latest_py3.12_extras.txt +++ b/mpcontribs-portal/requirements/ubuntu-latest_py3.12_extras.txt @@ -61,7 +61,7 @@ decorator==5.2.1 # via ipython defusedxml==0.7.1 # via nbconvert -django==3.2.25 +django==4.2.30 # via # django-extensions # django-settings-file diff --git a/mpcontribs-serverless/dependencies/requirements.txt b/mpcontribs-serverless/dependencies/requirements.txt index 92f1aa9e3..11fe4baba 100644 --- a/mpcontribs-serverless/dependencies/requirements.txt +++ b/mpcontribs-serverless/dependencies/requirements.txt @@ -9,10 +9,7 @@ asttokens==2.1.0 async-timeout==4.0.2 # via redis attrs==22.1.0 - # via - # cattrs - # ddtrace - # jsonschema + # via jsonschema backcall==0.2.0 # via ipython boltons==21.0.0 @@ -23,8 +20,6 @@ bravado-core==5.17.1 # via bravado bytecode==0.13.0 # via ddtrace -cattrs==22.2.0 - # via ddtrace certifi==2024.7.4 # via requests charset-normalizer==2.1.1 @@ -33,9 +28,7 @@ contourpy==1.0.6 # via matplotlib cycler==0.11.0 # via matplotlib -ddsketch==2.0.4 - # via ddtrace -ddtrace==1.5.3 +ddtrace==4.3.0 # via -r requirements.in decorator==5.1.1 # via ipython @@ -43,17 +36,15 @@ dnspython==2.6.1 # via # pyisemail # pymongo -envier==0.4.0 +envier==0.6.1 # via ddtrace -exceptiongroup==1.2.0 - # via cattrs executing==1.2.0 # via stack-data filetype==1.1.0 # via mpcontribs-client flatten-dict==0.4.2 # via mpcontribs-client -fonttools==4.43.0 +fonttools==4.60.2 # via matplotlib future==0.18.3 # via uncertainties @@ -61,6 +52,8 @@ idna==3.7 # via # jsonschema # requests +importlib-metadata==8.7.1 + # via opentelemetry-api ipython==8.10.0 # via mpcontribs-client jedi==0.18.1 @@ -73,10 +66,9 @@ jsonpointer==2.3 # via jsonschema jsonref==1.0.0.post1 # via bravado-core -jsonschema[format]==3.2.0 +jsonschema==3.2.0 # via # bravado-core - # ddtrace # mpcontribs-client # swagger-spec-validator kiwisolver==1.4.4 @@ -109,10 +101,10 @@ numpy==1.26.4 # pymatgen # scipy # spglib +opentelemetry-api==1.41.1 + # via ddtrace packaging==21.3 - # via - # ddtrace - # matplotlib + # via matplotlib palettable==3.3.0 # via pymatgen pandas==2.2.2 @@ -125,7 +117,7 @@ pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython -pillow==10.3.0 +pillow==12.2.0 # via matplotlib pint==0.19.2 # via mpcontribs-client @@ -135,10 +127,6 @@ plotly==5.11.0 # pymatgen prompt-toolkit==3.0.31 # via ipython -protobuf==4.21.9 - # via - # ddsketch - # ddtrace ptyprocess==0.7.0 # via pexpect pure-eval==0.2.2 @@ -177,7 +165,7 @@ pyyaml==6.0 # swagger-spec-validator redis==4.4.4 # via -r requirements.in -requests==2.32.3 +requests==2.33.0 # via # bravado # bravado-core @@ -195,6 +183,8 @@ scipy==1.14.0 # via pymatgen semantic-version==2.10.0 # via mpcontribs-client +setuptools==82.0.1 + # via jsonschema simplejson==3.17.6 # via # bravado @@ -204,8 +194,6 @@ six==1.16.0 # asttokens # bravado # bravado-core - # ddsketch - # ddtrace # flatten-dict # jsonschema # latexcodec @@ -227,9 +215,7 @@ sympy==1.11.1 tabulate==0.9.0 # via pymatgen tenacity==8.1.0 - # via - # ddtrace - # plotly + # via plotly tqdm==4.66.3 # via # mpcontribs-client @@ -238,24 +224,23 @@ traitlets==5.5.0 # via # ipython # matplotlib-inline -typing-extensions==4.4.0 +typing-extensions==4.15.0 # via # bravado - # ddtrace + # opentelemetry-api tzdata==2024.1 # via pandas -ujson==5.5.0 +ujson==5.12.0 # via mpcontribs-client uncertainties==3.1.7 # via pymatgen -urllib3==1.26.19 +urllib3==2.6.3 # via requests wcwidth==0.2.5 # via prompt-toolkit webcolors==1.12 # via jsonschema -xmltodict==0.13.0 +wrapt==2.1.2 # via ddtrace - -# The following packages are considered to be unsafe in a requirements file: -# setuptools +zipp==3.23.1 + # via importlib-metadata