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

Lock file maintenance poetry all non-major dependencies #3154

Merged
merged 3 commits into from
Oct 10, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
lockFileMaintenance All locks refreshed age adoption passing confidence
shapely dependencies patch 1.8.5.post1 -> 1.8.5 age adoption passing confidence
aiobotocore dependencies minor 2.3.4 -> 2.6.0 age adoption passing confidence
aiodns dependencies minor 3.0.0 -> 3.1.0 age adoption passing confidence
aiohttp dependencies patch 3.8.5 -> 3.8.6 age adoption passing confidence
orjson (changelog) dependencies patch 3.9.7 -> 3.9.8 age adoption passing confidence
pyjnius dependencies minor 1.5.0 -> 1.6.0 age adoption passing confidence
pylint (changelog) dev-dependencies minor 2.13.9 -> 2.17.7 age adoption passing confidence
pytest (source, changelog) dev-dependencies minor 7.0.1 -> 7.4.2 age adoption passing confidence
python dependencies minor >=3.6.8,<=3.6.15 -> >=3.10.0,<=3.10.0 age adoption passing confidence
python-decouple dependencies minor 3.6 -> 3.8 age adoption passing confidence

🔧 This Pull Request updates lock files to use the latest dependency versions.


Release Notes

shapely/shapely (shapely)

v1.8.5

Compare Source

Packaging:

Wheels are provided for Python versions 3.6-3.11 and Cython 0.29.32 is used to
generate C extension module code.

aio-libs/aiobotocore (aiobotocore)

v2.6.0: aiobotocore 2.6.0

Compare Source

What's Changed

Full Changelog: aio-libs/aiobotocore@2.5.4...2.6.0

v2.5.4: aiobotocore 2.5.4

Compare Source

What's Changed

Full Changelog: aio-libs/aiobotocore@2.5.3...2.5.4

v2.5.3: aiobotocore 2.5.3

Compare Source

What's Changed
New Contributors

Full Changelog: aio-libs/aiobotocore@2.5.2...2.5.3

v2.5.2: aiobotocore 2.5.2

Compare Source

What's Changed

Full Changelog: aio-libs/aiobotocore@2.5.1...2.5.2

v2.5.1: aiobotocore 2.5.1

Compare Source

What's Changed

Full Changelog: aio-libs/aiobotocore@2.5.0...2.5.1

v2.5.0: aiobotocore 2.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: aio-libs/aiobotocore@2.4.2...2.5.0

v2.4.2: aiobotocore 2.4.2

Compare Source

What's Changed

Full Changelog: aio-libs/aiobotocore@2.4.1...2.4.2

v2.4.1: aiobotocore 2.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: aio-libs/aiobotocore@2.4.0...2.4.1

v2.4.0: aiobotocore 2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: aio-libs/aiobotocore@2.3.4...2.4.0

saghul/aiodns (aiodns)

v3.1.0: 3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: aio-libs/aiodns@aiodns-3.0.0...v3.1.0

aio-libs/aiohttp (aiohttp)

v3.8.6

Compare Source

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

Security bugfixes

  • Upgraded the vendored copy of llhttp_ to v9.1.3 -- by :user:Dreamsorcerer

    Thanks to :user:kenballus for reporting this, see
    GHSA-pjjw-qhg8-p2p9.

    .. _llhttp: https://llhttp.org

    #&#8203;7647 <https://github.com/aio-libs/aiohttp/issues/7647>_

  • Updated Python parser to comply with RFCs 9110/9112 -- by :user:Dreamorcerer

    Thanks to :user:kenballus for reporting this, see
    GHSA-gfw2-4jvh-wgfg.

    #&#8203;7663 <https://github.com/aio-libs/aiohttp/issues/7663>_

Deprecation

  • Added fallback_charset_resolver parameter in ClientSession to allow a user-supplied
    character set detection function.

    Character set detection will no longer be included in 3.9 as a default. If this feature is needed,
    please use fallback_charset_resolver <https://docs.aiohttp.org/en/stable/client_advanced.html#character-set-detection>_.

    #&#8203;7561 <https://github.com/aio-libs/aiohttp/issues/7561>_

Features

  • Enabled lenient response parsing for more flexible parsing in the client
    (this should resolve some regressions when dealing with badly formatted HTTP responses). -- by :user:Dreamsorcerer

    #&#8203;7490 <https://github.com/aio-libs/aiohttp/issues/7490>_

Bugfixes

  • Fixed PermissionError when .netrc is unreadable due to permissions.

    #&#8203;7237 <https://github.com/aio-libs/aiohttp/issues/7237>_

  • Fixed output of parsing errors pointing to a \n. -- by :user:Dreamsorcerer

    #&#8203;7468 <https://github.com/aio-libs/aiohttp/issues/7468>_

  • Fixed GunicornWebWorker max_requests_jitter not working.

    #&#8203;7518 <https://github.com/aio-libs/aiohttp/issues/7518>_

  • Fixed sorting in filter_cookies to use cookie with longest path. -- by :user:marq24.

    #&#8203;7577 <https://github.com/aio-libs/aiohttp/issues/7577>_

  • Fixed display of BadStatusLine messages from llhttp_. -- by :user:Dreamsorcerer

    #&#8203;7651 <https://github.com/aio-libs/aiohttp/issues/7651>_


ijl/orjson (orjson)

v3.9.8

Compare Source

Changed
  • Improve performance.
  • Drop support for Python 3.7.
kivy/pyjnius (pyjnius)

v1.6.0

Compare Source

Full Changelog

Implemented enhancements:

  • #​659 introduce protocol_map for Map$Entry
  • #​669 Support both Cython >3 and Cython < 3
  • #​672 Support Java 20, remove Java 7 support
  • #​673 Remove pkg_resources for Python >=3.9
  • #​681 Add missing Python supported version label for Python 3.12

Packaging

  • #​680 Update cibuildwheel to perform build for Python 3.12

CI

  • #​676 Ensure we test the produced wheel, and not the one from the index
  • #​678 Add tests for python 3.12
  • #​677 Now Github Actions provides python3 via setup-python also for Apple Silicon Macs
  • #​679 Add tests on push for Apple Silicon
  • #​682 Build stdist needs Cython to perform the build

1.5.0 (2023-05-10)

Full Changelog

Implemented enhancements:

  • #​633 Add BSD Unix build support (FreeBSD, OpenBSD, NetBSD, ..)
  • #​643 Initialize logger as a child of the Kivy's one
  • #​657 Add support request automation (as other kivy projects)
  • #​656 Add support for Python 3.11

Cleanup

  • #​619 Remove Python 2 support, six dependency
  • #​641 Removes some Python2-era complexity
  • #​654 Remove Python 3.6 from supported and test matrix, as it reached EOL

CI

  • #​655 Linux x86 tests force as safe directory

Packaging

  • #​653 Build (and test) manylinux-aarch64 wheels via our kivy-ubuntu-arm64 self-hosted runner

1.4.2 (2022-07-02)

Full Changelog

CI

  • #​628 Updated java-setup to v3, include all the LTS versions from adoptium during CI tests.

Packaging

  • #​620 When cross-compiling for Android, we should not use the include dirs exposed by the JDK
  • #​629 Cython now requires a minimum version. Introduces setup.cfg. Cleans up the CI workflow
  • #​625 Use cibuildwheel for releases

Docs

  • #​616 Update api.rst, remove extra equals signs

Implemented enhancements:

  • #​622 Add suffix to support IBM jre on Windows
  • #​626 Move get_cpu guessing into _possible_lib_location
  • #​627 PyPy: Fixes a segfault + add tests

1.4.1 (2021-10-30)

Full Changelog

CI

  • #​607 Add python3.10 build/release

Packaging

  • #​603 Use platform.machine() as default get_cpu() return value, explicitely support AARCH64

1.4.0 (2021-08-24)

Full Changelog

Implemented enhancements:

  • #​542 Improve performance of byte array parameters
  • #​515 Allow passing Python Lambdas as Java lambdas
  • #​541 Refactor of env.py

Fixed bugs:

  • #​549 Fixes #​548 JVM options are not correctly set by jnius_config.set_options()
  • #​546 Add in missing assignable check for int parameters etc.
  • #​558 Improve error message on method not found
  • #​567 Fix static methods
  • #​566 fix bug for constuctors with variable arguments
  • #​569 set_resolve_info: replace j_self w/ resolve_static
  • #​595 Use Python standard library which instead of OS which

Documentation

CI

  • #​560 added x86 workflow
  • #​564 run on pull request & add missing badge
  • #​536 add missing architecture for python setup in actions

Packaging

  • #​594 Add pyproject.toml to specify Cython as a build requirement

1.3.0 (2020-05-03)

Full Changelog

Implemented enhancements:

  • #​483/#​489 allow passing a signature argument to constructors, to force selection of the desired one
  • #​497/#​506/#​507 support for more "dunder" methods/protocols on compatible interfaces than just __len__, and allow users to provide their own.
  • #​500#​522 allow ignoring private methods and fields in autoclass (both default to False)
  • #​503 auto detect java_home on OSX, using /usr/libexec/java_home (if JAVA_HOME is not declared)
  • #​514 writing to static fields (and fix reading from them)
  • #​517 make signature exceptions more useful
  • #​502 provide a stacktrace for where JVM was started.
  • #​523 expose the class's class attribute
  • #​524 fix handling of Java chars > 256 in Python3
  • #​519 Always show the exception name

Fixed bugs:

  • #​481 wrong use of strip on JRE path
  • #​465 correct reflection to avoid missing any methods from parent classes or interfaces
  • #​508 don't had error details with a custom exception when java class is not found
  • #​510 add missing references to .pxi files in setup.py, speeding up recompilation
  • #​518 ensure autoclass prefers methods over properties
  • #​520 improved discovery of libjvm.so + provide a workaround if it doesn't work

Documentation

  • #​478 document automatic Thread detach feature
  • #​512 document the requirement to keep reference to object/functions passed to java, for as long as it might use them
  • #​521 fix inheritance in example

1.2.1 (2019-12-04)

Full Changelog

  • Make sure methods are discovered in reverse-inheritance order
  • fix unreferenced variable
  • Avoid windows execution error when JAVA_HOME path has space (test on w10)
  • Link to libjli, not libjvm, on macOS
  • Add support for adoptopenjdk12
  • Add build support for Oracle Solaris on SPARC sun4u and sun4v
  • make sure Interface have access to Object's methods
  • wheels built for:
    • Windows: Python 3.6, 3.7 and 3.8
    • OSX: Python 2.7, 3.6, 3.7 and 3.8
    • Manylinux: Python 2.7, 3.6, 3.7 and 3.8

1.2.0 (2019-02-04)

Full Changelog

1.1.4 (2018-12-05)

Full Changelog

1.1.3 (2018-10-22)

Full Changelog

1.1.2 (2018-10-17)

Full Changelog

1.1.1 (2017-03-24)

Full Changelog

Implemented enhancements:

  • Rename jnius to pyjnius for pypi #​266

1.1.0 (2017-03-23)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • import jnius on Centos7/python 3.4: AttributeError: 'str' object has no attribute 'decode' #​218
  • ByteArray values over 127 (0x7f) causes OverFlow error #​93
  • Leak in Runnable #​83
  • Output parameters don't works #​58
  • Apache Error: child pid XXXXX exit signal Segmentation fault (11) #​50
  • pyjnius is not thread-safe #​46
  • Problem on 64 bit ubuntu 12.04 #​18
  • In file included from jnius/jnius.c:4:0: /usr/include/python2.7/Python.h:22:2: error: #error "Something's broken. UCHAR_MAX should be defined in limits.h." #​11
  • doesn't work on windows #​9
  • varargs don’t seem to work #​8
  • setup.py jre_home #​1

Closed issues:

  • How to import the kivy's activity? #​258
  • shouldOverrideUrlLoading webview android #​250
  • App crashes if we use 'org.renpy.android.PythonActivity' in p4a new toolchain #​249
  • missing import os in jnius/__init__.py - there should be a CI workflow for pyjnius #​245
  • jnius.detach() not safe with local variables #​240
  • Type casting is not implemented #​229
  • Pyjnius doesn't compile with cython 0.24 #​219
  • jnius\jnius.c(4205) : error C2065: 'const_char' : undeclared identifier ,install on windows #​214
  • pyjnius not working in virtual environment #​213
  • Getting JAVA_HOME KeyError while importing autoclass #​209
  • Not able to install pyjnius on windows 7 and python 3.4. Error: jnius.obj lnk 2019 #​206
  • __javaclass__ definition missing #​193
  • unexpeted output cjtp:r #​190
  • can't import Contacts #​180
  • compilation error in master after ~3.11.2015 #​178
  • AttributeError: 'str' object has no attribute 'decode' #​176
  • AttributeError: type object 'android.widget.AbsoluteLayout' has no attribute 'LayoutParams' #​175
  • Lib should work with python3 #​165
  • make tests never passes #​162
  • Can't make an EnumMap? #​159
  • Release to PyPI? #​156
  • OverflowError: Python int too large to convert to C long on ART #​146
  • Misunderstood #​141
  • License is MIT but setup.py still says LGPL #​139
  • Segmentation fault occurs in wrapped C lib, only when jnius is imported #​136
  • Failing build_ext target with Cython 0.21 #​131
  • Cannot create AdRequest instance #​124
  • Native invocation issue with ART #​113
  • pyjnius custom classpath exception #​109
  • some reports from users complaining about "native thread exited without detaching..." #​107
  • jnius.JavaException: Class not found #​106
  • Exception: Invalid "[" character in definition #​104
  • Does Pyjinius support Python 3? #​103
  • Pyjnius: Find own classes on mac 10.9 #​102
  • java.util.TimeZone not working with python threads #​97
  • Android/ART crash Invalid instance of… #​92
  • PyPy / cffi? #​88
  • Not installing #​84
  • Accessing fields on multiple instances of same class returns value of last #​77
  • Win7, python2.7.5 (32bits) ... with phyjnius 1.2.1 --> ImportError: DLL load failed: #​70
  • lookup_java_object_name leaks LocalRefs #​68
  • Memory leak in constructor #​67
  • README accelerometer example code out of date? #​64
  • How to navigation buttons #​61
  • JavaException: JVM exception occured #​60
  • How do I install it? #​57
  • JavaException: Unable to found the class for 'java/lang/CharSequence' #​56
  • Accessing Android's clipboard #​55
  • [armhf] - Builds fail on launchpad #​53
  • How to run java class? #​51
  • Can not find class with www-data account #​49
  • Compilation Error #​48
  • Setting JVM options #​44
  • Tests don't pass (doesn't find libraries) #​43
  • pyjnius does not seems to be installed properly in osx 10.6 #​39
  • Make it possible to convert a python list to a Java array #​35
  • Cast python object to a Java Object #​33
  • Doesn't work under Windows 7 #​30
  • no multidimensional array support #​29
  • Create new tag (1.03?) #​28
  • array of bytes #​27
  • Can't install at Macosx lion #​23

Merged pull requests:

1.0.3 (2012-09-06)

Full Changelog

Closed issues:

  • cython error #​25
  • All modules called jnius_xxxx.pxi #​17

Merged pull requests:

1.0.2 (2012-08-20)

Full Changelog

Closed issues:

  • cython can't find jni.pxi #​7

1.0.1 (2012-08-20)

Full Changelog

Closed issues:

  • Can't install from PyPi #​5

Merged pull requests:

1.0 (2012-08-20)

Closed issues:

  • Sets and ArrayLists not converted to python sets/lists #​4
  • Java doesn't accept our subclasses as arguments #​3

Merged pull requests:

pylint-dev/pylint (pylint)

v2.17.7

Compare Source

2.17.7 is the last release before we only support pylint 3.0.0 or superior and python 3.8 or superior.

False Positives Fixed

  • Fix a regression in pylint 2.17.6 / astroid 2.15.7 causing various
    messages for code involving TypeVar.

    Closes #​9069

Other Bug Fixes

  • Fix crash in refactoring checker when unary operand used with variable in for
    loop.

    Closes #​9074

v2.17.6

Compare Source

Other Bug Fixes

  • When parsing comma-separated lists of regular expressions in the config,
    ignore commas that are inside braces since those indicate quantifiers, not
    delineation between expressions.

    Closes #​7229

  • sys.argv is now always correctly considered as impossible to infer
    (instead of using the actual values given to pylint).

    Closes #​9047

  • Don't show class fields more than once in Pyreverse diagrams.

    Closes #​8189

  • Don't show arrows more than once in Pyreverse diagrams.

    Closes #​8522

  • Don't show duplicate type annotations in Pyreverse diagrams.

    Closes #​8888

  • Don't add Optional to | annotations with None in Pyreverse diagrams.

    Closes #​9014

v2.17.5

Compare Source

What's new in Pylint 2.17.5?

Release date: 2023-07-26

False Positives Fixed

  • Fix a false positive for unused-variable when there is an import in a
    if TYPE_CHECKING: block and allow-global-unused-variables is set to
    no in the configuration.

    Closes #​8696

  • Fix false positives generated when supplying arguments as **kwargs to IO
    calls like open().

    Closes #​8719

  • Fix a false positive where pylint was ignoring method calls annotated as
    NoReturn during the inconsistent-return-statements check.

    Closes #​8747

  • Exempt parents with only type annotations from the invalid-enum-extension
    message.

    Closes #​8830

Other Bug Fixes

  • Fixed crash when a call to super() was placed after an operator (e.g.
    not).

    Closes #​8554

  • Fix crash for modified-while-iterating checker when deleting
    members of a dict returned from a call.

    Closes #​8598

  • Fix crash in invalid-metaclass check when a metaclass had duplicate
    bases.

    Closes #​8698

  • Avoid consider-using-f-string on modulos with brackets in template.

    Closes #​8720.

  • Fix a crash when __all__ exists but cannot be inferred.

    Closes #​8740

  • Fix crash when a variable is assigned to a class attribute of identical name.

    Closes #​8754

  • Fixed a crash when calling copy.copy() without arguments.

    Closes #​8774

Other Changes

  • Fix a crash when a nonlocal is defined at module-level.

    Closes #​8735

v2.17.4

Compare Source

False Positives Fixed

  • Fix a false positive for bad-dunder-name when there is a user-defined
    __index__ method.

    Closes #​8613

Other Bug Fixes

  • pyreverse: added escaping of vertical bar character in annotation labels
    produced by DOT printer to ensure it is not treated as field separator of
    record-based nodes.

    Closes #​8603

  • Fixed a crash when generating a configuration file:
    tomlkit.exceptions.TOMLKitError: Can't add a table to a dotted key
    caused by tomlkit v0.11.8.

    Closes #​8632

v2.17.3

Compare Source

What's new in Pylint 2.17.3?

Release date: 2023-04-24

False Positives Fixed

  • Fix unused-argument false positive when __new__ does not use all the
    arguments of __init__.

    Closes #​3670

  • Fix unused-import false positive for usage of six.with_metaclass.

    Closes #​7506

  • logging-not-lazy is not longer emitted for explicitly concatenated string
    arguments.

    Closes #​8410

  • Fix false positive for isinstance-second-argument-not-valid-type when union
    types contains None.

    Closes #​8424

  • Fixed unused-import so that it observes the dummy-variables-rgx option.

    Closes #​8500

  • Union typed variables without assignment are no longer treated as
    TypeAlias.

    Closes #​8540

  • Fix false positive for positional-only-arguments-expected when a function
    contains both a positional-only parameter that has a default value, and
    **kwargs.

    Closes #​8555

  • Fix false positive for keyword-arg-before-vararg when a positional-only
    parameter with a default value precedes *args.

    Closes #​8570

Other Bug Fixes

  • Improve output of consider-using-generator message for min()` calls with default`` keyword.

    Closes #​8563

v2.17.2

Compare Source

False Positives Fixed

  • invalid-name now allows for integers in typealias names:

    • now valid: Good2Name, GoodName2.
    • still invalid: _1BadName.

    Closes #​8485

  • No longer consider Union as type annotation as type alias for naming
    checks.

    Closes #​8487

  • unnecessary-lambda no longer warns on lambdas which use its parameters in
    their body (other than the final arguments), e.g.
    lambda foo: (bar if foo else baz)(foo).

    Closes #​8496

Other Bug Fixes

  • Fix a crash in pyreverse when "/" characters are used in the output filename
    e.g pyreverse -o png -p name/ path/to/project.

    Closes #​8504

v2.17.1

Compare Source

False Positives Fixed

  • Adds asyncSetUp to the default defining-attr-methods list to silence
    attribute-defined-outside-init warning when using
    unittest.IsolatedAsyncioTestCase.

    Refs #​8403

Other Bug Fixes

  • --clear-cache-post-run now also clears LRU caches for pylint utilities
    holding references to AST nodes.

    Closes #​8361

  • Fix a crash when TYPE_CHECKING is used without importing it.

    Closes #​8434

  • Fix a regression of preferred-modules where a partial match was used
    instead of the required full match.

    Closes #​8453

Internal Changes

  • The following utilities are deprecated in favor of the more robust
    in_type_checking_block
    and will be removed in pylint 3.0:

    • is_node_in_guarded_import_block
    • is_node_in_typing_guarded_import_block
    • is_typing_guard

    is_sys_guard is still available, which was part of
    is_node_in_guarded_import_block.

    Refs #​8433

v2.17.0

Compare Source

2.17 is a small release that is the first to support python 3.11 officially
with the addition of TryStar nodes.

There's still two new default checks: bad-chained-comparison and
implicit-flag-alias, one of them already fixed a previously undetected
bug in sentry.

Thanks to the community effort our documentation is almost complete,
and almost all messages should have a proper documentation now.
A big thank you to everyone who participated !

The next release is going to be 3.0.0, bring breaking changes and
enact long announced deprecations. There's going to be frequent beta
releases, before the official releases, everyone is welcome to try the betas
so we find problems before the actual release.

What's new in Pylint 2.17.0?

Release date: 2023-03-08

New Features

  • pyreverse now supports custom color palettes with the --color-palette
    option.

    Closes #​6738

  • Add invalid-name check for TypeAlias names.

    Closes #​7081

  • Accept values of the form <class name>.<attribute name> for the
    exclude-protected list.

    Closes #​7343

  • Add --version option to pyreverse.

    Refs #​7851

  • Adds new functionality with preferred-modules configuration to detect
    submodules.

    Refs #​7957

  • Support implicit namespace packages (PEP 420).

    Closes #​8154

  • Add globbing pattern support for --source-roots.

    Closes #​8290

  • Support globbing pattern when defining which file/directory/module to lint.

    Closes #​8310

  • pylint now supports TryStar nodes from Python 3.11 and should be fully
    compatible with Python 3.11.

    Closes #​8387

New Checks

  • Add a bad-chained-comparison check tha

Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), 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.

👻 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 has been generated by Mend Renovate. View repository job log here.

Test Links:

Landing Page
MoreCast 2.0
Percentile Calculator
MoreCast
C-Haines
FireBat
FireBat bookmark
Auto Spatial Advisory (ASA)
HFI Calculator

@renovate renovate bot force-pushed the renovate/poetry-all-minor-patch branch from 700239a to 4b8ad50 Compare October 10, 2023 16:20
@renovate renovate bot force-pushed the renovate/poetry-all-minor-patch branch from ea1c3e1 to 197fee9 Compare October 10, 2023 16:30
@renovate
Copy link
Contributor Author

renovate bot commented Oct 10, 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: sfms/poetry.lock
installing v2 tool python v2.7.18
[16:28:13.347] INFO (9): Installing tool python v2.7.18...
linking tool python v2.7.18
Python 2.7.18
pip 20.3.4 from /opt/containerbase/tools/python/2.7.18/lib/python2.7/site-packages/pip (python 2.7)
[16:28:20.815] INFO (9): Installed tool python in 7.4s.
[16:28:21.632] INFO (183): Installing tool poetry v1.2.2...
installing v2 tool poetry v1.2.2
ERROR: Could not find a version that satisfies the requirement poetry==1.2.2 (from versions: 0.8.0a0, 0.8.0a1, 0.8.0a2, 0.8.0a3, 0.8.0a4, 0.8.0, 0.8.1a0, 0.8.1, 0.8.2, 0.8.3, 0.8.4, 0.8.5a0, 0.8.5, 0.8.6, 0.9.0a0, 0.9.0a1, 0.9.0a2, 0.9.0a3, 0.9.0, 0.9.1, 0.10.0a0, 0.10.0a1, 0.10.0a2, 0.10.0a3, 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.11.0a0, 0.11.0a1, 0.11.0a2, 0.11.0a3, 0.11.0a4, 0.11.0, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 0.11.5, 0.12.0a0, 0.12.0a1, 0.12.0a2, 0.12.0a3, 0.12.0a4, 0.12.0a5, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4, 0.12.5, 0.12.6, 0.12.7, 0.12.8, 0.12.9, 0.12.10, 0.12.11, 0.12.12, 0.12.13, 0.12.14, 0.12.15, 0.12.16, 0.12.17, 1.0.0a0, 1.0.0a1, 1.0.0a2, 1.0.0a3, 1.0.0a4, 1.0.0a5, 1.0.0b1, 1.0.0b2, 1.0.0b3, 1.0.0b4, 1.0.0b5, 1.0.0b6, 1.0.0b7, 1.0.0b8, 1.0.0b9, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.0.10, 1.1.0a1, 1.1.0a2, 1.1.0a3, 1.1.0b1, 1.1.0b2, 1.1.0b3, 1.1.0b4, 1.1.0rc1, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.1.9, 1.1.10, 1.1.11, 1.1.12, 1.1.13, 1.1.14, 1.1.15)
ERROR: No matching distribution found for poetry==1.2.2
[16:28:22.867] FATAL (183): Command failed with exit code 1: /usr/local/containerbase/bin/install-tool poetry 1.2.2
    err: {
      "type": "Error",
      "message": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool poetry 1.2.2",
      "stack":
          Error: Command failed with exit code 1: /usr/local/containerbase/bin/install-tool poetry 1.2.2
              at makeError (/snapshot/dist/containerbase-cli.js:42730:13)
              at handlePromise (/snapshot/dist/containerbase-cli.js:43629:29)
              at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
              at async InstallLegacyToolService.execute (/snapshot/dist/containerbase-cli.js:46052:5)
              at async InstallToolService.execute (/snapshot/dist/containerbase-cli.js:46231:9)
              at async InstallToolShortCommand.execute (/snapshot/dist/containerbase-cli.js:46547:14)
              at async InstallToolShortCommand.validateAndExecute (/snapshot/dist/containerbase-cli.js:1344:26)
              at async _Cli.run (/snapshot/dist/containerbase-cli.js:2457:22)
              at async _Cli.runExit (/snapshot/dist/containerbase-cli.js:2465:28)
              at async main (/snapshot/dist/containerbase-cli.js:46690:3)
      "shortMessage": "Command failed with exit code 1: /usr/local/containerbase/bin/install-tool poetry 1.2.2",
      "command": "/usr/local/containerbase/bin/install-tool poetry 1.2.2",
      "escapedCommand": "\"/usr/local/containerbase/bin/install-tool\" poetry 1.2.2",
      "exitCode": 1,
      "cwd": "/tmp/worker/bb6e86/a34151/repos/github/bcgov/wps/sfms",
      "failed": true,
      "timedOut": false,
      "isCanceled": false,
      "killed": false
    }
[16:28:23.703] INFO (183): Installed tool poetry with errors in 2s.


@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Merging #3154 (8c15ac2) into main (7df71d8) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #3154   +/-   ##
=======================================
  Coverage   84.25%   84.25%           
=======================================
  Files         301      301           
  Lines       10113    10113           
  Branches      588      588           
=======================================
  Hits         8521     8521           
  Misses       1429     1429           
  Partials      163      163           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate
Copy link
Contributor Author

renovate bot commented Oct 10, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sonarcloud
Copy link

sonarcloud bot commented Oct 10, 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

@conbrad conbrad temporarily deployed to production October 10, 2023 17:56 Inactive
@conbrad conbrad merged commit 7c6d363 into main Oct 10, 2023
30 checks passed
@conbrad conbrad deleted the renovate/poetry-all-minor-patch branch October 10, 2023 18:35
vanislekahuna pushed a commit to vanislekahuna/wps that referenced this pull request Sep 19, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Conor Brady <con.brad@gmail.com>
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.

1 participant