Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix generated requirements files to ensure hashes are includes in all #4378

Merged
merged 5 commits into from
Feb 6, 2025

Conversation

theskumar
Copy link
Member

@theskumar theskumar commented Feb 5, 2025

Because of the presence of find-index some of packages which are present in both the indexes weren't getting hashes.

Removed the pytorch index and pinned universal version of torch.

The requirements/translate.txt is renamed to requirements/translate-cpu.txt as a specific requirement file for linux and cpu. The requirements/translate.txt contains the universal install of translate dependencies.

This PR also upgrade python packages, by using uv lock --upgrade, and remove the qrcodes as a direct dependency, it's a dependency of the two-factor package

  • Updated django v4.2.18 -> v4.2.19
  • Updated boto3 v1.35.98 -> v1.35.99
  • Updated botocore v1.35.98 -> v1.35.99
  • Updated certifi v2024.12.14 -> v2025.1.31
  • Removed django-appconf v1.0.6
  • Updated factory-boy v3.3.1 -> v3.3.3
  • Updated faker v33.3.1 -> v35.2.0
  • Updated filelock v3.16.1 -> v3.17.0
  • Updated fsspec v2024.12.0 -> v2025.2.0
  • Updated griffe v1.5.4 -> v1.5.6
  • Updated identify v2.6.5 -> v2.6.6
  • Updated marshmallow v3.25.1 -> v3.26.1
  • Updated mkdocs-material v9.5.49 -> v9.6.2
  • Updated mkdocstrings v0.27.0 -> v0.28.0
  • Updated mkdocstrings-python v1.13.0 -> v1.14.4
  • Updated mypy v1.14.1 -> v1.15.0
  • Updated numpy v2.2.1 -> v2.2.2
  • Updated phonenumbers v8.13.52 -> v8.13.54
  • Updated pre-commit v4.0.1 -> v4.1.0
  • Updated prompt-toolkit v3.0.48 -> v3.0.50
  • Updated psycopg v3.2.3 -> v3.2.4
  • Updated psycopg-binary v3.2.3 -> v3.2.4
  • Updated pymdown-extensions v10.14 -> v10.14.3
  • Updated pypdf v5.1.0 -> v5.2.0
  • Updated pytz v2024.2 -> v2025.1
  • Updated ruff v0.9.1 -> v0.9.4
  • Updated types-pytz v2024.2.0.20241221 -> v2025.1.0.20250204
  • Updated tzdata v2024.2 -> v2025.1
  • Updated virtualenv v20.28.1 -> v20.29.1

Fixes #4339

Updated boto3 v1.35.98 -> v1.35.99
Updated botocore v1.35.98 -> v1.35.99
Updated certifi v2024.12.14 -> v2025.1.31
Removed django-appconf v1.0.6
Updated factory-boy v3.3.1 -> v3.3.3
Updated faker v33.3.1 -> v35.2.0
Updated filelock v3.16.1 -> v3.17.0
Updated fsspec v2024.12.0 -> v2025.2.0
Updated griffe v1.5.4 -> v1.5.6
Updated identify v2.6.5 -> v2.6.6
Updated marshmallow v3.25.1 -> v3.26.1
Updated mkdocs-material v9.5.49 -> v9.6.2
Updated mkdocstrings v0.27.0 -> v0.28.0
Updated mkdocstrings-python v1.13.0 -> v1.14.4
Updated mypy v1.14.1 -> v1.15.0
Updated numpy v2.2.1 -> v2.2.2
Updated phonenumbers v8.13.52 -> v8.13.54
Updated pre-commit v4.0.1 -> v4.1.0
Updated prompt-toolkit v3.0.48 -> v3.0.50
Updated psycopg v3.2.3 -> v3.2.4
Updated psycopg-binary v3.2.3 -> v3.2.4
Updated pymdown-extensions v10.14 -> v10.14.3
Updated pypdf v5.1.0 -> v5.2.0
Updated pytz v2024.2 -> v2025.1
Updated ruff v0.9.1 -> v0.9.4
Updated types-pytz v2024.2.0.20241221 -> v2025.1.0.20250204
Updated tzdata v2024.2 -> v2025.1
Updated virtualenv v20.28.1 -> v20.29.1
@theskumar theskumar self-assigned this Feb 5, 2025
@frjo frjo added Type: Maintenance Type: Patch Mini change, used in release drafter Status: Needs testing Tickets that need testing/qa Status: Needs dev testing 🧑‍💻 Tasks that should be tested by the dev team labels Feb 5, 2025
@wes-otf wes-otf added Status: Tested - approved for live ✅ and removed Status: Needs testing Tickets that need testing/qa Status: Needs dev testing 🧑‍💻 Tasks that should be tested by the dev team labels Feb 6, 2025
@frjo frjo merged commit 8c9018c into main Feb 6, 2025
7 checks passed
@theskumar theskumar deleted the requirement-files branch March 11, 2025 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The colorama python package has no hash added so gives issues when installing with pip
3 participants