Skip to content

Commit

Permalink
chore(deps): update devdeps non-major (#257)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <[email protected]>
  • Loading branch information
renovate[bot] and xoxys authored Apr 25, 2023
1 parent 10e0599 commit 41b6fcd
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 29 deletions.
2 changes: 1 addition & 1 deletion gitbatch/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def _repos_clone(self, repos):
]

if (
any(["could not find remote branch" in item for item in err])
any("could not find remote branch" in item for item in err)
and self.config["ignore_missing"]
):
skip = True
Expand Down
53 changes: 28 additions & 25 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ python-json-logger = "2.0.7"
git-batch = "gitbatch.cli:main"

[tool.poetry.group.dev.dependencies]
ruff = "0.0.261"
pytest = "7.3.0"
ruff = "0.0.262"
pytest = "7.3.1"
pytest-mock = "3.10.0"
pytest-cov = "4.0.0"
toml = "0.10.2"
yapf = "0.32.0"
yapf = "0.33.0"

[tool.poetry-dynamic-versioning]
enable = true
Expand Down

0 comments on commit 41b6fcd

Please sign in to comment.