pangeacyber / pangea-python

Official Pangea Python Monorepo
https://pangea.cloud
MIT License
15 stars 5 forks source link

chore(deps): update dependency mypy to ^1.10.0 [retry] #360

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mypy (source, changelog) ^1.4.1 -> ^1.10.0 age adoption passing confidence

Release Notes

python/mypy (mypy) ### [`v1.10.0`](https://togithub.com/python/mypy/compare/1.9.0...v1.10.0) [Compare Source](https://togithub.com/python/mypy/compare/1.9.0...v1.10.0) ### [`v1.9.0`](https://togithub.com/python/mypy/compare/v1.8.0...1.9.0) [Compare Source](https://togithub.com/python/mypy/compare/v1.8.0...1.9.0) ### [`v1.8.0`](https://togithub.com/python/mypy/compare/v1.7.1...v1.8.0) [Compare Source](https://togithub.com/python/mypy/compare/v1.7.1...v1.8.0) ### [`v1.7.1`](https://togithub.com/python/mypy/compare/v1.7.0...v1.7.1) [Compare Source](https://togithub.com/python/mypy/compare/v1.7.0...v1.7.1) ### [`v1.7.0`](https://togithub.com/python/mypy/compare/v1.6.1...v1.7.0) [Compare Source](https://togithub.com/python/mypy/compare/v1.6.1...v1.7.0) ### [`v1.6.1`](https://togithub.com/python/mypy/compare/v1.6.0...v1.6.1) [Compare Source](https://togithub.com/python/mypy/compare/v1.6.0...v1.6.1) ### [`v1.6.0`](https://togithub.com/python/mypy/compare/v1.5.1...v1.6.0) [Compare Source](https://togithub.com/python/mypy/compare/v1.5.1...v1.6.0) ### [`v1.5.1`](https://togithub.com/python/mypy/compare/v1.5.0...v1.5.1) [Compare Source](https://togithub.com/python/mypy/compare/v1.5.0...v1.5.1) ### [`v1.5.0`](https://togithub.com/python/mypy/compare/v1.4.1...v1.5.0) [Compare Source](https://togithub.com/python/mypy/compare/v1.4.1...v1.5.0)

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 becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 5 months ago

⚠ Artifact update problem

Renovate failed to update artifacts 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:

The artifact failure details are included below:

File name: packages/pangea-sdk/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv pangea-sdk-p2JhBWj5-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because no versions of mypy match >1.10.0,<2.0.0
 and mypy (1.10.0) requires Python >=3.8, mypy is forbidden.
So, because pangea-sdk depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/vault/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv vault-examples-prhVJ1B--py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because mypy (1.10.0) requires Python >=3.8
 and no versions of mypy match >1.10.0,<2.0.0, mypy is forbidden.
So, because vault-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/redact/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv redact-examples-2SPvIgs4-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because no versions of mypy match >1.10.0,<2.0.0
 and mypy (1.10.0) requires Python >=3.8, mypy is forbidden.
So, because redact-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/intel/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv intel-examples-ESMC_GXQ-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because no versions of mypy match >1.10.0,<2.0.0
 and mypy (1.10.0) requires Python >=3.8, mypy is forbidden.
So, because intel-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/file_scan/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv filescan-examples-249x23fv-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because no versions of mypy match >1.10.0,<2.0.0
 and mypy (1.10.0) requires Python >=3.8, mypy is forbidden.
So, because filescan-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/embargo/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv embargo-examples-jnHe18nE-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because no versions of mypy match >1.10.0,<2.0.0
 and mypy (1.10.0) requires Python >=3.8, mypy is forbidden.
So, because embargo-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/authn/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv authn-examples-1sc5JTnL-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because no versions of mypy match >1.10.0,<2.0.0
 and mypy (1.10.0) requires Python >=3.8, mypy is forbidden.
So, because authn-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/audit/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv audit-examples-m4aGeeaa-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because mypy (1.10.0) requires Python >=3.8
 and no versions of mypy match >1.10.0,<2.0.0, mypy is forbidden.
So, because audit-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/asyncio/vault/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv vault-examples-LDgV4TQP-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because no versions of mypy match >1.10.0,<2.0.0
 and mypy (1.10.0) requires Python >=3.8, mypy is forbidden.
So, because vault-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/asyncio/redact/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv redact-examples-ATEiPsm2-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because no versions of mypy match >1.10.0,<2.0.0
 and mypy (1.10.0) requires Python >=3.8, mypy is forbidden.
So, because redact-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/asyncio/intel/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv intel-examples-ndRVirFG-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because no versions of mypy match >1.10.0,<2.0.0
 and mypy (1.10.0) requires Python >=3.8, mypy is forbidden.
So, because intel-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/asyncio/file_scan/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv filescan-examples-a3PVGlH5-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because no versions of mypy match >1.10.0,<2.0.0
 and mypy (1.10.0) requires Python >=3.8, mypy is forbidden.
So, because filescan-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/asyncio/embargo/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv embargo-examples-pE_200E1-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because no versions of mypy match >1.10.0,<2.0.0
 and mypy (1.10.0) requires Python >=3.8, mypy is forbidden.
So, because embargo-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/asyncio/authn/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv authn-examples-pqwTIWRm-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because no versions of mypy match >1.10.0,<2.0.0
 and mypy (1.10.0) requires Python >=3.8, mypy is forbidden.
So, because authn-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
File name: examples/asyncio/audit/poetry.lock
Updating dependencies
Resolving dependencies...

Creating virtualenv audit-examples-D_Fa2KQH-py3.12 in /home/ubuntu/.cache/pypoetry/virtualenvs

The current project's supported Python range (>=3.7.2,<4.0.0) is not compatible with some of the required packages Python requirement:
  - mypy requires Python >=3.8, so it will not be satisfied for Python >=3.7.2,<3.8

Because no versions of mypy match >1.10.0,<2.0.0
 and mypy (1.10.0) requires Python >=3.8, mypy is forbidden.
So, because audit-examples depends on mypy (^1.10.0), version solving failed.

  • Check your dependencies Python requirement: The Python requirement can be specified via the `python` or `markers` properties

    For mypy, a possible solution would be to set the `python` property to ">=3.8,<4.0.0"

    https://python-poetry.org/docs/dependency-specification/#python-restricted-dependencies,
    https://python-poetry.org/docs/dependency-specification/#using-environment-markers
renovate[bot] commented 5 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (^1.10.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.