Skip to content

Commit

Permalink
Merge pull request #5 from simonsobs/dependabot/pip/ci/minimum/black-…
Browse files Browse the repository at this point in the history
…24.3.0

Bump black from 23.10.0 to 24.3.0 in /ci/minimum
  • Loading branch information
TaiSakuma authored Oct 1, 2024
2 parents c9e3741 + 1082fd7 commit 0c54e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/minimum/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is used in a GitHub Actions workflow to test the compatibility.
# This file needs to be manually updated to be consistent with `pyproject.toml`.
hypothesis==6.88.0
black==23.10.0
black==24.3.0
graphql-core==3.2.0
typing-extensions==4.8.0
pytest-asyncio==0.18.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies = [
"hypothesis>=6.88",
"black>=23.10",
"black>=24.3",
"graphql-core>=3.2",
"typing-extensions>=4.8",
]
Expand Down

0 comments on commit 0c54e6a

Please sign in to comment.