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

Update dependency python-utils to v3.9.1 #715

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
python-utils ==3.5.2 -> ==3.9.1 age adoption passing confidence

Release Notes

WoLpH/python-utils (python-utils)

v3.9.1

Compare Source

Made tests far more reliable and fixed python_requires thanks to @​zeevro

v3.9.0

Compare Source

dist/python_utils-3.9.0-py2.py3-none-any.whl

v3.8.2

Compare Source

Windows can also return an OSError instead of a ValueError for a fromtimestamp overflow

v3.8.1

Compare Source

fixed silly typo

v3.8.0

Compare Source

Added slicabledeque

v3.7.0

Compare Source

Fixed several typing issues and added more thorough tests

v3.6.1

Compare Source

Increased typing-extensions version requirement to fix #​38

v3.6.0

Compare Source

Added extra containers such as UniqueList and SlicableDeque. Added full pyright strict and mypy type checks


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

Copy link
Contributor Author

renovate bot commented Nov 26, 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: scripts/Plot/Pipfile.lock
Command failed: pipenv lock
Locking [packages] dependencies...
CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Ignored the 
following versions that require a different python version: 3.10.0 
Requires-Python >=3.10; 3.10.0rc1 Requires-Python >=3.10; 3.2.0 Requires-Python 
>3.9.0; 3.8.0 Requires-Python >=3.9; 3.8.0rc1 Requires-Python >=3.9; 3.8.1 
Requires-Python >=3.9; 3.8.2 Requires-Python >=3.9; 3.8.3 Requires-Python >=3.9;
3.8.4 Requires-Python >=3.9; 3.9.0 Requires-Python >3.9.0; 3.9.0 Requires-Python
>=3.9; 3.9.0rc2 Requires-Python >=3.9; 3.9.1 Requires-Python >=3.9; 3.9.1 
Requires-Python >=3.9.0; 3.9.1.post1 Requires-Python >=3.9; 3.9.2 
Requires-Python >=3.9; 3.9.3 Requires-Python >=3.9; 3.9.4 Requires-Python >=3.9
CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Could not 
find a version that satisfies the requirement python-utils==3.9.1 (from 
versions: 1.0, 1.0.1, 1.1.0, 1.1.1, 1.1.2, 1.5.0, 1.5.1, 1.5.2, 1.6.0, 1.6.1, 
1.6.2, 2.0.0, 2.0.1, 2.1.0, 2.2.0, 2.3.0, 2.4.0, 2.5.0, 2.5.1, 2.5.2, 2.5.3, 
2.5.5, 2.5.6, 2.6.0, 2.6.1, 2.6.2, 2.6.3, 2.7.0, 2.7.1, 3.0.0, 3.1.0, 3.2.0, 
3.2.1, 3.2.2, 3.2.3, 3.3.0, 3.3.1, 3.3.2, 3.3.3, 3.4.0, 3.4.1, 3.4.2, 3.4.3, 
3.4.4, 3.4.5, 3.5.0, 3.5.1, 3.5.2, 3.6.0, 3.6.1, 3.7.0, 3.8.0, 3.8.1, 3.8.2)
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.8.20/lib/python3.8/site-packages/pip
env/resolver.py", line 451, in main
[ResolutionFailure]:       _main(
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.8.20/lib/python3.8/site-packages/pip
env/resolver.py", line 436, in _main
[ResolutionFailure]:       resolve_packages(
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.8.20/lib/python3.8/site-packages/pip
env/resolver.py", line 400, in resolve_packages
[ResolutionFailure]:       results, resolver = resolve_deps(
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.8.20/lib/python3.8/site-packages/pip
env/utils/resolver.py", line 967, in resolve_deps
[ResolutionFailure]:       results, hashes, internal_resolver = 
actually_resolve_deps(
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.8.20/lib/python3.8/site-packages/pip
env/utils/resolver.py", line 735, in actually_resolve_deps
[ResolutionFailure]:       resolver.resolve()
[ResolutionFailure]:   File 
"/opt/containerbase/tools/pipenv/2024.4.1/3.8.20/lib/python3.8/site-packages/pip
env/utils/resolver.py", line 460, in resolve
[ResolutionFailure]:       raise ResolutionFailure(message=e)
Your dependencies could not be resolved. You likely have a mismatch in your 
sub-dependencies.
You can use $ pipenv run pip install <requirement_name> to bypass this 
mechanism, then run $ pipenv graph to inspect the versions actually installed in
the virtualenv.
Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: No matching distribution found for python-utils==3.9.1

Your dependencies could not be resolved. You likely have a mismatch in your 
sub-dependencies.
You can use $ pipenv run pip install <requirement_name> to bypass this 
mechanism, then run $ pipenv graph to inspect the versions actually installed in
the virtualenv.
Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: Failed to lock Pipfile.lock!

@renovate renovate bot requested review from sksat and a team as code owners November 26, 2024 23:46
@renovate renovate bot requested review from 200km, ogoogo, Hiro-0110, seki-hiro, suzuki-toshihir0, t-hosonuma and conjikidow and removed request for a team November 26, 2024 23:46
@renovate renovate bot force-pushed the renovate/python-utils-3.x branch 3 times, most recently from 1853ca8 to 986f9e1 Compare December 13, 2024 00:11
@renovate renovate bot force-pushed the renovate/python-utils-3.x branch from 986f9e1 to 7719584 Compare December 17, 2024 13:48
@renovate renovate bot force-pushed the renovate/python-utils-3.x branch 4 times, most recently from 13c9151 to 19d3e6f Compare January 13, 2025 03:16
@renovate renovate bot force-pushed the renovate/python-utils-3.x branch 3 times, most recently from 6add442 to c1cc995 Compare January 21, 2025 06:37
@renovate renovate bot force-pushed the renovate/python-utils-3.x branch from c1cc995 to 59df21f Compare January 27, 2025 06:56
@renovate renovate bot force-pushed the renovate/python-utils-3.x branch from 59df21f to f4c777d Compare January 28, 2025 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

0 participants