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

build: bump pre-commit from 3.3.1 to 3.3.2 #1275

Merged
merged 1 commit into from
May 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps pre-commit from 3.3.1 to 3.3.2.

Release notes

Sourced from pre-commit's releases.

pre-commit v3.3.2

Fixes

Changelog

Sourced from pre-commit's changelog.

3.3.2 - 2023-05-17

Fixes

Commits
  • a0a7347 v3.3.2
  • bcd8274 Merge pull request #2885 from lorenzwalthert/avoid-quote-write-to-tempfile
  • cd09c35 avoid quoting and escaping while installing R hooks by writing code to tempfi...
  • c389ac0 Merge pull request #2886 from pre-commit/pre-commit-ci-update-config
  • 64985bd [pre-commit.ci] pre-commit autoupdate
  • f5a98eb Merge pull request #2883 from pre-commit/install-swift-not-needed
  • 08b670f swift is included in github actions
  • 72b7b53 Merge pull request #2884 from pre-commit/typo
  • 9c2a011 fix typo in testing/languages
  • ee49d42 Merge pull request #2882 from pre-commit/languages-always-run
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Issue or PR is related to RAMSTK dependencies. priority: low Issue or PR is low priority. status: inprogress Issue or PR is open, milestoned, and assigned. type: build Issue or PR associated with RAMSTK build system labels May 22, 2023
@codecov
Copy link

codecov bot commented May 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (efa355c) 96.88% compared to head (06a26a5) 96.88%.

❗ Current head 06a26a5 differs from pull request most recent head 8080e0c. Consider uploading reports for the commit 8080e0c to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1275   +/-   ##
=======================================
  Coverage   96.88%   96.88%           
=======================================
  Files         157      157           
  Lines        5529     5529           
  Branches      491      491           
=======================================
  Hits         5357     5357           
  Misses        147      147           
  Partials       25       25           
Flag Coverage Δ
3.10 96.88% <ø> (ø)
3.8 96.87% <ø> (ø)
3.9 96.88% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@weibullguy
Copy link
Collaborator

@dependabot rebase

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v3.3.1...v3.3.2)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pre-commit-3.3.2 branch from 06a26a5 to 8080e0c Compare May 29, 2023 14:05
@sonarcloud
Copy link

sonarcloud bot commented May 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@weibullguy weibullguy merged commit 724b9cf into master May 29, 2023
9 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pre-commit-3.3.2 branch May 29, 2023 14:09
@trafico-bot trafico-bot bot added the endgame: merged Pull Request has been merged successfully label May 29, 2023
weibullguy added a commit that referenced this pull request May 29, 2023
* master:
  build: bump pytest-cov from 4.0.0 to 4.1.0 (#1278)
  build: bump pre-commit from 3.3.1 to 3.3.2 (#1275)
  build: bump docformatter from 1.7.0 to 1.7.1 (#1272)
  build: bump requests from 2.28.2 to 2.31.0 (#1276)
  build: bump xlsxwriter from 3.1.0 to 3.1.2 (#1277)
  build: bump sqlalchemy from 2.0.13 to 2.0.15 (#1273)
  build: bump docformatter from 1.6.5 to 1.7.0 (#1271)
  build: bump sphinx from 7.0.0 to 7.0.1 (#1270)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issue or PR is related to RAMSTK dependencies. endgame: merged Pull Request has been merged successfully priority: low Issue or PR is low priority. status: inprogress Issue or PR is open, milestoned, and assigned. type: build Issue or PR associated with RAMSTK build system
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant