Skip to content

Commit

Permalink
build(deps): update bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 15, 2024
1 parent 6ad8f95 commit ddb17ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ craft-providers = "craft_providers.cli:main"

[project.optional-dependencies]
dev = [
"coverage[toml]==7.6.1",
"coverage[toml]==7.6.2",
"freezegun==1.5.1",
"logassert==7",
"pyfakefs==5.4.1",
Expand All @@ -49,13 +49,13 @@ lint = [
]
types = [
"mypy[reports]==1.11.2",
"pyright==1.1.383",
"pyright==1.1.384",
]
docs = [
"pyspelling==2.10",
"sphinx-autobuild==2024.10.3",
"sphinx-lint==1.0.0",
"sphinx-tabs==3.4.5",
"sphinx-tabs==3.4.7",
"canonical-sphinx~=0.2.0"
]

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ requires =
# renovate: datasource=pypi
tox-ignore-env-name-mismatch>=0.2.0.post2
# renovate: datasource=pypi
tox-gh==1.4.1
tox-gh==1.4.4
# Allow tox to access the user's $TMPDIR environment variable if set.
# This workaround is required to avoid circular dependencies for TMPDIR,
# since tox will otherwise attempt to use the environment's TMPDIR variable.
Expand Down

0 comments on commit ddb17ef

Please sign in to comment.