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

Bump Python dependencies #15235

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repos:
- --comment-style
- "|#|"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.8
hooks:
- id: ruff
- id: ruff-format
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ braceexpand==0.1.7
factory-boy==3.3.1
freezegun==1.5.1
markdown-it-py>=2.2.0
pipdeptree==2.23.3
pipdeptree==2.23.4
py==1.11.0
Pygments>=2.15.0 # to bring it up to a secure version
PyPOM==2.2.4
pyquery==2.0.1
pytest==7.4.4 # Included because we use it directly, but also a subdep of pytest-selenium's subdeps
pytest-cov==5.0.0
pytest-datadir==1.5.0
pytest-django==4.8.0
pytest-django==4.9.0
pytest-mock==3.14.0
pytest-parallel==0.1.1
pytest-rerunfailures==14.0
pytest-selenium==4.0.1
responses==0.25.3
ruff==0.6.3
ruff==0.6.8
selenium==4.9.1 # Pinned to 4.9.1 until https://github.com/pytest-dev/pytest-selenium/issues/315 is resolved
translate-toolkit==3.13.3
translate-toolkit==3.13.4
wagtail-factories==4.2.1
# Related to moz-l10n-lint, used in CI
cl-ext.lang==0.1.0
Expand Down
Loading