Skip to content

Commit cf7bb63

Browse files
authored
Merge pull request #421 from jacebrowning/dependabot/pip/black-26.1.0
Bump black from 25.12.0 to 26.1.0
2 parents c0bda31 + 325564e commit cf7bb63

File tree

5 files changed

+97
-145
lines changed

5 files changed

+97
-145
lines changed

docs/requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
altgraph==0.17.2 ; python_version >= "3.10" and python_version < "3.15"
2-
astroid==3.3.11 ; python_version >= "3.10" and python_version < "3.15"
3-
black==25.12.0 ; python_version >= "3.10" and python_version < "3.15"
2+
astroid==4.0.3 ; python_version >= "3.10" and python_version < "3.15"
3+
black==26.1.0 ; python_version >= "3.10" and python_version < "3.15"
44
cached-property==1.5.2 ; python_version >= "3.10" and python_version < "3.15"
55
certifi==2024.7.4 ; python_version >= "3.10" and python_version < "3.15"
66
charset-normalizer==2.1.1 ; python_version >= "3.10" and python_version < "3.15"
@@ -9,7 +9,7 @@ click==8.1.3 ; python_version >= "3.10" and python_version < "3.15"
99
colorama==0.4.5 ; python_version >= "3.10" and python_version < "3.15"
1010
coverage==7.10.6 ; python_version >= "3.10" and python_version < "3.15"
1111
coveragespace==6.1 ; python_version >= "3.10" and python_version < "3.15"
12-
datafiles==2.3.4 ; python_version >= "3.10" and python_version < "3.15"
12+
datafiles==2.5 ; python_version >= "3.10" and python_version < "3.15"
1313
dill==0.3.8 ; python_version >= "3.10" and python_version < "3.15"
1414
docopt==0.6.2 ; python_version >= "3.10" and python_version < "3.15"
1515
exceptiongroup==1.1.1 ; python_version == "3.10"
@@ -34,28 +34,28 @@ mkdocs-autorefs==1.4.3 ; python_version >= "3.10" and python_version < "3.15"
3434
mkdocs-get-deps==0.2.0 ; python_version >= "3.10" and python_version < "3.15"
3535
mkdocs==1.6.1 ; python_version >= "3.10" and python_version < "3.15"
3636
mkdocstrings-python==2.0.1 ; python_version >= "3.10" and python_version < "3.15"
37-
mkdocstrings==0.30.1 ; python_version >= "3.10" and python_version < "3.15"
37+
mkdocstrings==1.0.2 ; python_version >= "3.10" and python_version < "3.15"
3838
mypy-extensions==1.0.0 ; python_version >= "3.10" and python_version < "3.15"
3939
mypy==1.19.1 ; python_version >= "3.10" and python_version < "3.15"
4040
nose==1.3.7 ; python_version >= "3.10" and python_version < "3.15"
4141
packaging==24.1 ; python_version >= "3.10" and python_version < "3.15"
4242
parse==1.19.0 ; python_version >= "3.10" and python_version < "3.15"
43-
pathspec==0.12.1 ; python_version >= "3.10" and python_version < "3.15"
43+
pathspec==1.0.4 ; python_version >= "3.10" and python_version < "3.15"
4444
pefile==2022.5.30 ; python_version >= "3.10" and python_version < "3.15" and sys_platform == "win32"
4545
platformdirs==2.5.2 ; python_version >= "3.10" and python_version < "3.15"
4646
pluggy==1.5.0 ; python_version >= "3.10" and python_version < "3.15"
4747
pydocstyle==6.3.0 ; python_version >= "3.10" and python_version < "3.15"
4848
pygments==2.19.2 ; python_version >= "3.10" and python_version < "3.15"
4949
pyinstaller-hooks-contrib==2025.10 ; python_version >= "3.10" and python_version < "3.15"
5050
pyinstaller==6.18.0 ; python_version >= "3.10" and python_version < "3.15"
51-
pylint==3.3.9 ; python_version >= "3.10" and python_version < "3.15"
51+
pylint==4.0.4 ; python_version >= "3.10" and python_version < "3.15"
5252
pymdown-extensions==10.16.1 ; python_version >= "3.10" and python_version < "3.15"
5353
pync==2.0.3 ; python_version >= "3.10" and python_version < "3.15" and sys_platform == "darwin"
5454
pytest-cov==7.0.0 ; python_version >= "3.10" and python_version < "3.15"
5555
pytest-describe==3.1.0 ; python_version >= "3.10" and python_version < "3.15"
5656
pytest-expecter==3.0 ; python_version >= "3.10" and python_version < "3.15"
5757
pytest-random==0.2 ; python_version >= "3.10" and python_version < "3.15"
58-
pytest==8.4.2 ; python_version >= "3.10" and python_version < "3.15"
58+
pytest==9.0.2 ; python_version >= "3.10" and python_version < "3.15"
5959
python-dateutil==2.8.2 ; python_version >= "3.10" and python_version < "3.15"
6060
python-termstyle==0.1.10 ; python_version >= "3.10" and python_version < "3.15"
6161
pytokens==0.3.0 ; python_version >= "3.10" and python_version < "3.15"

gitman/models/source.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,7 @@ def _invalid_repository(self):
386386
387387
Not a valid repository: {}
388388
During install you can rebuild a repo with a missing .git directory using the --force option
389-
""".format(
390-
path
391-
)
389+
""".format(path)
392390
return exceptions.InvalidRepository(msg)
393391

394392

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ universal-startfile = ">=0.2,<0.5"
5252
[tool.poetry.group.dev.dependencies]
5353

5454
# Formatters
55-
black = ">=24.8,<26.0"
55+
black = ">=24.8,<27.0"
5656
isort = ">=5.13,<7.0"
5757

5858
# Linters

0 commit comments

Comments
 (0)