Skip to content

Commit

Permalink
chore(deps): bump the all group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 3 updates: [ruff](https://github.com/astral-sh/ruff), [sphinx-autodoc2](https://github.com/chrisjsewell/sphinx-autodoc2) and [poethepoet](https://github.com/nat-n/poethepoet).


Updates `ruff` from 0.1.15 to 0.3.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.15...v0.3.7)

Updates `sphinx-autodoc2` from 0.4.2 to 0.5.0
- [Release notes](https://github.com/chrisjsewell/sphinx-autodoc2/releases)
- [Commits](sphinx-extensions2/sphinx-autodoc2@v0.4.2...v0.5.0)

Updates `poethepoet` from 0.19.0 to 0.25.1
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](nat-n/poethepoet@v0.19.0...v0.25.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sphinx-autodoc2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: poethepoet
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 17, 2024
1 parent 45a7721 commit 1b9d017
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
56 changes: 28 additions & 28 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 @@ -14,7 +14,7 @@ deprecated = "^1.2.14"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
ruff = "^0.1.6"
ruff = ">=0.1.6,<0.4.0"
pip-audit = "^2.5.6"
pytest-mock = "^3.11.1"
mypy = "^1.5.1"
Expand All @@ -26,8 +26,8 @@ sphinx = "^6.1.3"
myst-parser = "^1.0.0"
sphinx-copybutton = "^0.5.1"
sphinx-rtd-theme = "^1.2.0"
sphinx-autodoc2 = "^0.4.2"
poethepoet = "^0.19.0"
sphinx-autodoc2 = ">=0.4.2,<0.6.0"
poethepoet = ">=0.19,<0.26"
beaker-pyteal = "^1.1.1"
types-deprecated = "^1.2.9.2"
pytest-httpx = "^0.21.3"
Expand Down

0 comments on commit 1b9d017

Please sign in to comment.