chore(pip-prod)(deps): bump filelock from 3.13.1 to 3.13.2 #178

Merged
dependabot[bot] merged 1 commits from dependabot/pip/filelock-3.13.2 into next 2024-03-25 20:22:15 +01:00
dependabot[bot] commented 2024-03-25 17:57:05 +01:00 (Migrated from github.com)

Bumps filelock from 3.13.1 to 3.13.2.

Release notes

Sourced from filelock's releases.

3.13.2

What's Changed

New Contributors

Full Changelog: https://github.com/tox-dev/filelock/compare/3.13.1...3.13.2

Commits
  • 9a64375 [BugFix] fix permission denied error when lock file is placed in /tmp (#317)
  • e2f121b Update index.rst to improve the demo usage (#314)
  • a46ea71 [pre-commit.ci] pre-commit autoupdate (#312)
  • 766e12d [pre-commit.ci] pre-commit autoupdate (#311)
  • f641eb6 Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (#310)
  • 9048580 Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (#308)
  • 7f9041f [pre-commit.ci] pre-commit autoupdate (#306)
  • b8ae5a1 [pre-commit.ci] pre-commit autoupdate (#305)
  • 58dd73a Update SECURITY.md to reflect Python 3.7 support dropoff (#304)
  • 9abb177 [pre-commit.ci] pre-commit autoupdate (#303)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.13.1 to 3.13.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/py-filelock/releases">filelock's releases</a>.</em></p> <blockquote> <h2>3.13.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Fixed small typo in _unix.py by <a href="https://github.com/snemes"><code>@​snemes</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/302">tox-dev/filelock#302</a></li> <li>Update SECURITY.md to reflect Python 3.7 support dropoff by <a href="https://github.com/kemzeb"><code>@​kemzeb</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/304">tox-dev/filelock#304</a></li> <li>Update index.rst to improve the demo usage by <a href="https://github.com/youkaichao"><code>@​youkaichao</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/314">tox-dev/filelock#314</a></li> <li>[BugFix] fix permission denied error when lock file is placed in <code>/tmp</code> by <a href="https://github.com/kota-iizuka"><code>@​kota-iizuka</code></a> in <a href="https://redirect.github.com/tox-dev/filelock/pull/317">tox-dev/filelock#317</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/snemes"><code>@​snemes</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/302">tox-dev/filelock#302</a></li> <li><a href="https://github.com/kemzeb"><code>@​kemzeb</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/304">tox-dev/filelock#304</a></li> <li><a href="https://github.com/youkaichao"><code>@​youkaichao</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/314">tox-dev/filelock#314</a></li> <li><a href="https://github.com/kota-iizuka"><code>@​kota-iizuka</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/filelock/pull/317">tox-dev/filelock#317</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/filelock/compare/3.13.1...3.13.2">https://github.com/tox-dev/filelock/compare/3.13.1...3.13.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/filelock/commit/9a6437521131490a72e68813164885cecfd1232d"><code>9a64375</code></a> [BugFix] fix permission denied error when lock file is placed in <code>/tmp</code> (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/317">#317</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/e2f121bf74eba9697698dc86696dd8a1ef21c03b"><code>e2f121b</code></a> Update index.rst to improve the demo usage (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/314">#314</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/a46ea71e22b1c30680e54a22919223fefcdee5f7"><code>a46ea71</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/312">#312</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/766e12dd57680970847848659faa9d9aff45c2df"><code>766e12d</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/311">#311</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/f641eb62828f410932c28d679e7d06f87c689158"><code>f641eb6</code></a> Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/310">#310</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/904858039c733d249c63436c0ee12a54c02c9eec"><code>9048580</code></a> Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/308">#308</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/7f9041f8ed639b8ac8e782e21c7fbd41b69ea86f"><code>7f9041f</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/306">#306</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/b8ae5a124ff75757ed94c0e47f5d98ee1a146861"><code>b8ae5a1</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/305">#305</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/58dd73ae505d0436f197be96cd5fc64f7528e2fe"><code>58dd73a</code></a> Update SECURITY.md to reflect Python 3.7 support dropoff (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/304">#304</a>)</li> <li><a href="https://github.com/tox-dev/filelock/commit/9abb177b97ce73a4f646cae9f2da40c0d1872f7b"><code>9abb177</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/py-filelock/issues/303">#303</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/py-filelock/compare/3.13.1...3.13.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=filelock&package-manager=pip&previous-version=3.13.1&new-version=3.13.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details>
luketainton (Migrated from github.com) reviewed 2024-03-25 17:57:05 +01:00
sonarqubecloud[bot] commented 2024-03-25 17:58:19 +01:00 (Migrated from github.com)

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=178) **Quality Gate passed** Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=178&resolved=false&inNewCodePeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=178&metric=new_accepted_issues&view=list) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_roboluke-tasks&pullRequest=178&resolved=false&inNewCodePeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Coverage ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Duplication [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=178)
Sign in to join this conversation.
No description provided.