Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 2 updates in the /llvm/utils/git directory: [requests](https://github.com/psf/requests) and [black](https://github.com/psf/black).


Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `black` from 23.12.1 to 24.3.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...24.3.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: black
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 4d86f34 commit c275782
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions llvm/utils/git/requirements_formatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=llvm/utils/git/requirements_formatting.txt llvm/utils/git/requirements_formatting.txt.in
#
black==23.12.1
black==24.3.0
# via
# -r llvm/utils/git/requirements_formatting.txt.in
# darker
Expand Down Expand Up @@ -42,7 +42,7 @@ pyjwt[crypto]==2.8.0
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.31.0
requests==2.32.2
# via pygithub
toml==0.10.2
# via darker
Expand Down
2 changes: 1 addition & 1 deletion llvm/utils/git/requirements_formatting.txt.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
black~=23.0
black~=24.3
darker==1.7.2
PyGithub==1.59.1

0 comments on commit c275782

Please sign in to comment.