Skip to content

Commit

Permalink
chore(deps): update patch updates (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 19, 2023
1 parent e1a7c75 commit 4cd5f91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ starcraft-hello = "starcraft:hello"

[project.optional-dependencies]
dev = [
"coverage[toml]==7.2.1",
"pytest==7.2.1",
"coverage[toml]==7.2.2",
"pytest==7.2.2",
"pytest-cov==4.0.0",
"pytest-mock==3.10.0",
]
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ minversion = 4.3.5
# install tox from apt. Older than that, the user gets an upgrade warning.
requires =
# renovate: datasource=pypi
tox==4.4.6
tox==4.4.7
# renovate: datasource=pypi
tox-ignore-env-name-mismatch==0.2.0.post2
# Allow tox to access the user's $TMPDIR environment variable if set.
Expand Down Expand Up @@ -54,9 +54,9 @@ deps =
# renovate: datasource=pypi
black==23.1.0
# renovate: datasource=pypi
ruff==0.0.252
ruff==0.0.256
# renovate: datasource=pypi
codespell[tomli]==2.2.2
codespell[tomli]==2.2.4
# renovate: datasource=pypi
yamllint==1.29.0
env_dir = {work_dir}/linting
Expand Down

0 comments on commit 4cd5f91

Please sign in to comment.