Skip to content

Commit 9e97f1e

Browse files
committed
Unpin and update bpython
bpython is an alternative interactive shell, basically lighter-weight ipython. Both can be used for the `verdi shell` command, ipython is installed by default, while bpython is installed via optional 'bpython' extras. Minimum version was bumped to 0.20, which is the first version to support python 3.9. I've removed the upper pin, so that new versions can naturally track new python versions. See bpython changelog: https://github.com/bpython/bpython/blob/main/CHANGELOG.rst
1 parent ebc4913 commit 9e97f1e

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
)$
4646
4747
- repo: https://github.com/astral-sh/uv-pre-commit
48-
rev: 0.7.6
48+
rev: 0.8.0
4949
hooks:
5050
# Check and update the uv lockfile
5151
- id: uv-lock

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ atomic_tools = [
214214
'spglib>=1.14,<3.0'
215215
]
216216
bpython = [
217-
'bpython~=0.18.0'
217+
'bpython~=0.20'
218218
]
219219
docs = [
220220
'pydata-sphinx-theme~=0.15.1',

uv.lock

Lines changed: 17 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)