-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): lock file maintenance #60
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
base: main
Are you sure you want to change the base?
Conversation
6a1e1ca to
a6580aa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is weird: chore(deps): lock file maintenance · ni/python-actions@a6580aa
Package operations: 22 installs, 0 updates, 0 removals
- Installing click (8.3.1)
- Installing mccabe (0.7.0)
- Installing mypy-extensions (1.1.0)
- Installing packaging (25.0)
- Installing pathspec (0.12.1)
- Installing platformdirs (4.5.1)
- Installing pycodestyle (2.9.1)
- Installing pyflakes (2.5.0)
- Installing pytokens (0.3.0)
- Installing snowballstemmer (3.0.1)
- Installing black (25.12.0)
- Installing flake8 (5.0.4)
- Installing pydocstyle (6.3.0)
- Installing setuptools (80.9.0)
- Installing tomli (2.3.0)
- Installing flake8-black (0.4.0)
- Installing flake8-docstrings (1.7.0)
- Installing flake8-import-order (0.18.2)
- Installing isort (7.0.0)
- Installing pep8-naming (0.15.1)
- Installing toml (0.10.2)
- Installing ni-python-styleguide (0.4.7)
Installing the current project: only-ni-python-styleguide (0.1.0)
Run poetry run ni-python-styleguide lint
Traceback (most recent call last):
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/only-ni-python-styleguide-BU9xyz_x-py3.10/bin/ni-python-styleguide", line 5, in <module>
from ni_python_styleguide._cli import main
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/only-ni-python-styleguide-BU9xyz_x-py3.10/lib/python3.10/site-packages/ni_python_styleguide/_cli.py", line 7, in <module>
from ni_python_styleguide import _acknowledge_existing_errors
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/only-ni-python-styleguide-BU9xyz_x-py3.10/lib/python3.10/site-packages/ni_python_styleguide/_acknowledge_existing_errors/__init__.py", line 6, in <module>
from ni_python_styleguide import _format, _utils
File "/Users/runner/Library/Caches/pypoetry/virtualenvs/only-ni-python-styleguide-BU9xyz_x-py3.10/lib/python3.10/site-packages/ni_python_styleguide/_format.py", line 5, in <module>
import black
File "src/black/__init__.py", line 30, in <module>
File "src/black/cache.py", line 22, in <module>
ModuleNotFoundError: No module named 'typing_extensions'
Error: Process completed with exit code 1.[
black 25.12.0 depends on typing_extensions for python < 3.11: black/pyproject.toml at 25.12.0 · psf/black
"typing_extensions>=4.0.1; python_version < '3.11'",
Cc: @mshafer-NI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
python-poetry/poetry#5195 sounds related, but I tried installing Poetry with Python 3.10, deleting poetry.lock, and regenerating it, and it still omits typing-extensions for black 25.12.0.
| [package.dependencies] | ||
| click = ">=8.0.0" | ||
| mypy-extensions = ">=0.4.3" | ||
| packaging = ">=22.0" | ||
| pathspec = ">=0.9.0" | ||
| platformdirs = ">=2" | ||
| pytokens = ">=0.3.0" | ||
|
|
||
| [package.extras] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no typing_extensions?
a6580aa to
b53db64
Compare
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone US/Central, 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.
This PR was generated by Mend Renovate. View the repository job log.