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

fix(deps): update python poetry non-major dependencies #132

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 4, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
gitpython 3.1.43 -> 3.1.44 age adoption passing confidence dependencies patch
loguru (changelog) 0.7.2 -> 0.7.3 age adoption passing confidence dependencies patch
python ^3.8.1, <3.12 -> <3.14 age adoption passing confidence dependencies minor
python-slugify 8.0.1 -> 8.0.4 age adoption passing confidence dependencies patch

Release Notes

gitpython-developers/GitPython (gitpython)

v3.1.44

Compare Source

What's Changed
New Contributors

Full Changelog: gitpython-developers/GitPython@3.1.43...3.1.44

Delgan/loguru (loguru)

v0.7.3

Compare Source

=====================

  • Fix Cython incompatibility caused by the absence of underlying stack frames, which resulted in a ValueError during logging (#&#8203;88 <https://github.com/Delgan/loguru/issues/88>_).
  • Fix possible RuntimeError when removing all handlers with logger.remove() due to thread-safety issue (#&#8203;1183 <https://github.com/Delgan/loguru/issues/1183>, thanks @jeremyk <https://github.com/jeremyk>).
  • Fix diagnose=True option of exception formatting not working as expected with Python 3.13 (#&#8203;1235 <https://github.com/Delgan/loguru/issues/1235>, thanks @etianen <https://github.com/etianen>).
  • Fix non-standard level names not fully compatible with logging.Formatter() (#&#8203;1231 <https://github.com/Delgan/loguru/issues/1231>, thanks @yechielb2000 <https://github.com/yechielb2000>).
  • Fix inability to display a literal "\" immediately before color markups (#&#8203;988 <https://github.com/Delgan/loguru/issues/988>_).
  • Fix possible infinite recursion when an exception is raised from a __repr__ method decorated with logger.catch() (#&#8203;1044 <https://github.com/Delgan/loguru/issues/1044>_).
  • Improve performance of datetime formatting while logging messages (#&#8203;1201 <https://github.com/Delgan/loguru/issues/1201>, thanks @trim21 <https://github.com/trim21>).
  • Reduce startup time in the presence of installed but unused IPython third-party library (#&#8203;1001 <https://github.com/Delgan/loguru/issues/1001>, thanks @zakstucke <https://github.com/zakstucke>).
containerbase/python-prebuild (python)

v3.13.1

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.1

v3.13.0

Compare Source

Bug Fixes
  • deps: update dependency python to v3.13.0

v3.12.8

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.8

v3.12.7

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.7

v3.12.6

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.6

v3.12.5

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.5

v3.12.4

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.4

v3.12.3

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.3

v3.12.2

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.2

v3.12.1

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.1

v3.12.0

Compare Source

Bug Fixes
  • deps: update dependency python to v3.12.0
un33k/python-slugify (python-slugify)

v8.0.4

Compare Source

  • Properly handle uppercase special characters (@​mib1185 - thx)

v8.0.3

Compare Source

  • Drop compatibility for unsupported Python Version (@​Viicos - thx)
  • Fix pattern types.

v8.0.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 4, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv pyadr in /tmp/renovate/repos/github/opinionated-digital-center/pyadr/.venv

The current project's Python requirement (<3.13) is not compatible with some of the required packages Python requirement:
  - python-slugify requires Python >=3.7, so it will not be satisfied for Python <3.7
  - python-slugify requires Python >=3.7, so it will not be satisfied for Python <3.7
  - python-slugify requires Python >=3.7, so it will not be satisfied for Python <3.7
  - python-slugify requires Python >=3.7, so it will not be satisfied for Python <3.7

Because no versions of python-slugify match >8.0.1,<8.0.2 || >8.0.2,<8.0.3 || >8.0.3,<8.0.4 || >8.0.4,<9.0.0
 and python-slugify (8.0.1) requires Python >=3.7, python-slugify is forbidden.
And because python-slugify (8.0.2) requires Python >=3.7
 and python-slugify (8.0.3) requires Python >=3.7, python-slugify is forbidden.
So, because python-slugify (8.0.4) requires Python >=3.7
 and pyadr depends on python-slugify (^8.0.1), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For python-slugify, a possible solution would be to set the `python` property to ">=3.7,<3.13"
    For python-slugify, a possible solution would be to set the `python` property to ">=3.7,<3.13"
    For python-slugify, a possible solution would be to set the `python` property to ">=3.7,<3.13"
    For python-slugify, a possible solution would be to set the `python` property to ">=3.7,<3.13"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate bot changed the title fix(deps): update python to <3.13 fix(deps): update python poetry non-major dependencies Oct 17, 2023
@renovate renovate bot force-pushed the feature/renovate/python-poetry-non-major-dependencies branch from 7d693a6 to 972e1f1 Compare November 28, 2023 08:14
@renovate renovate bot force-pushed the feature/renovate/python-poetry-non-major-dependencies branch from 972e1f1 to 1b5e10b Compare January 5, 2024 03:17
@renovate renovate bot force-pushed the feature/renovate/python-poetry-non-major-dependencies branch from 1b5e10b to 2144678 Compare January 28, 2024 01:13
@renovate renovate bot force-pushed the feature/renovate/python-poetry-non-major-dependencies branch from 2144678 to 4d00ad6 Compare February 8, 2024 07:38
Copy link
Contributor Author

renovate bot commented Jun 8, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv pyadr in /tmp/renovate/repos/github/opinionated-digital-center/pyadr/.venv

The current project's Python requirement (<3.14) is not compatible with some of the required packages Python requirement:
  - python-slugify requires Python >=3.7, so it will not be satisfied for Python <3.7
  - python-slugify requires Python >=3.7, so it will not be satisfied for Python <3.7
  - python-slugify requires Python >=3.7, so it will not be satisfied for Python <3.7
  - python-slugify requires Python >=3.7, so it will not be satisfied for Python <3.7

Because no versions of python-slugify match >8.0.1,<8.0.2 || >8.0.2,<8.0.3 || >8.0.3,<8.0.4 || >8.0.4,<9.0.0
 and python-slugify (8.0.1) requires Python >=3.7, python-slugify is forbidden.
And because python-slugify (8.0.2) requires Python >=3.7
 and python-slugify (8.0.3) requires Python >=3.7, python-slugify is forbidden.
So, because python-slugify (8.0.4) requires Python >=3.7
 and pyadr depends on python-slugify (^8.0.1), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties
    
    For python-slugify, a possible solution would be to set the `python` property to ">=3.7,<3.14"
    For python-slugify, a possible solution would be to set the `python` property to ">=3.7,<3.14"
    For python-slugify, a possible solution would be to set the `python` property to ">=3.7,<3.14"
    For python-slugify, a possible solution would be to set the `python` property to ">=3.7,<3.14"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers

@renovate renovate bot force-pushed the feature/renovate/python-poetry-non-major-dependencies branch from 4d00ad6 to ef0027e Compare August 6, 2024 12:08
@renovate renovate bot force-pushed the feature/renovate/python-poetry-non-major-dependencies branch from ef0027e to fdc0496 Compare October 8, 2024 01:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants