Skip to content

Commit

Permalink
Update dependencies, unpinning all subdeps so that they get auto-upda…
Browse files Browse the repository at this point in the history
…ted too based on parent-dep specs (mozilla#13989)
  • Loading branch information
stevejalim authored Dec 7, 2023
1 parent d61db71 commit 0eb294b
Show file tree
Hide file tree
Showing 5 changed files with 1,406 additions and 955 deletions.
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/charliermarsh/ruff-pre-commit
rev: v0.1.3
rev: v0.1.6
hooks:
- id: ruff
- repo: https://github.com/psf/black-pre-commit-mirror
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r prod.txt

black==23.9.1
black==23.11.0
bpython==0.24
braceexpand==0.1.7
factory-boy==3.3.0
Expand All @@ -19,7 +19,7 @@ pytest-parallel==0.1.1
pytest-rerunfailures==12.0
pytest-selenium==4.0.1
responses==0.23.3
ruff==0.1.3
ruff==0.1.6
selenium==4.9.1 # Pinned to 4.9.1 until https://github.com/pytest-dev/pytest-selenium/issues/315 is resolved
translate-toolkit==3.10.1
# Related to moz-l10n-lint, used in CI
Expand Down
Loading

0 comments on commit 0eb294b

Please sign in to comment.