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

Bump the poetry group across 1 directory with 2 updates #10889

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2024

Bumps the poetry group with 2 updates in the /python/helpers directory: hashin and poetry.

Updates hashin from 1.0.1 to 1.0.3

Release notes

Sourced from hashin's releases.

1.0.3

What's Changed

New Contributors

Full Changelog: peterbe/hashin@1.0.2...1.0.3

1.0.2

What's Changed

Full Changelog: peterbe/hashin@1.0.1...1.0.2

Commits
  • c329dc1 Merge pull request #206 from hartwork/prepare-release
  • 34b7ff7 Bump version to 1.0.3
  • 52b36d8 README.rst: Document user-relevant changes for 1.0.3
  • ff62541 Drop dead and half-broken redirect handling from function "_download" (#205)
  • e1cae1c Cover and communicate Python 3.13 support (#204)
  • 3d29a3c Use any v5 version of actions/setup-python (#200)
  • 3c7a3ed Use any v4 version of actions/checkout (#201)
  • 7a24881 Merge pull request #195 from pib/remove-cgi
  • bef0754 Merge pull request #202 from peterbe/tyidy-formatting-of-yaml-in-workflows
  • d543a1e Tyidy formatting of YAML in workflows
  • Additional commits viewable in compare view

Updates poetry from 1.8.3 to 1.8.4

Release notes

Sourced from poetry's releases.

1.8.4

Added

  • Add official support for Python 3.13 (#9523).

Changed

  • Require virtualenv>=20.26.6 to mitigate potential command injection when running poetry shell in untrusted projects (#9757).

poetry-core (1.9.1)

  • Add 3.13 to the list of available Python versions (#747).
Changelog

Sourced from poetry's changelog.

[1.8.4] - 2024-10-14

Added

  • Add official support for Python 3.13 (#9523).

Changed

  • Require virtualenv>=20.26.6 to mitigate potential command injection when running poetry shell in untrusted projects (#9757).

poetry-core (1.9.1)

  • Add 3.13 to the list of available Python versions (#747).
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner November 3, 2024 16:23
@dependabot dependabot bot added dependencies python Dependabot pull requests that update Python code labels Nov 3, 2024
@markhallen
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/poetry-89f85c6b1e branch from d28ff66 to 57bdd98 Compare November 4, 2024 12:55
@sainak
Copy link

sainak commented Nov 7, 2024

Blocked by #10817, hashin v1.0.3 has dropped support for python 3.8 (peterbe/hashin#192)

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 8, 2024

Sorry, only users with push access can use that command.

@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/poetry-89f85c6b1e branch from 57bdd98 to 608e518 Compare November 10, 2024 16:21
@@ -1,10 +1,10 @@
pip==24.0
pip-tools==7.4.1
flake8==7.1.0
hashin==1.0.1
hashin==1.0.3
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
hashin==1.0.3
# TODO: Drop the conditions and use the latest version once we drop support for Python 3.8.
hashin==1.0.2; python_version < '3.9'
hashin==1.0.3; python_version >= '3.9'

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@markhallen Ping 🌷

@haooliveira84
Copy link

@dependabot close

Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 13, 2024

Sorry, only users with push access can use that command.

Bumps the poetry group with 2 updates in the /python/helpers directory: [hashin](https://github.com/peterbe/hashin) and [poetry](https://github.com/python-poetry/poetry).


Updates `hashin` from 1.0.1 to 1.0.3
- [Release notes](https://github.com/peterbe/hashin/releases)
- [Commits](peterbe/hashin@1.0.1...1.0.3)

Updates `poetry` from 1.8.3 to 1.8.4
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/1.8.4/CHANGELOG.md)
- [Commits](python-poetry/poetry@1.8.3...1.8.4)

---
updated-dependencies:
- dependency-name: hashin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
- dependency-name: poetry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: poetry
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/poetry-89f85c6b1e branch from 608e518 to 1f70043 Compare November 17, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies L: python python Dependabot pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants