Skip to content

Commit

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


Updates `keyring` from 25.2.1 to 25.4.0
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
- [Commits](jaraco/keyring@v25.2.1...v25.4.0)

Updates `ruff` from 0.4.10 to 0.6.5
- [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.4.10...0.6.5)

Updates `poethepoet` from 0.26.1 to 0.28.0
- [Release notes](https://github.com/nat-n/poethepoet/releases)
- [Commits](nat-n/poethepoet@v0.26.1...v0.28.0)

---
updated-dependencies:
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: ruff
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 09c2c10 commit 20786be
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 31 deletions.
61 changes: 33 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 @@ -17,7 +17,7 @@ shellingham = "^1.5.4"
tomli = { version = "^2.0.1", python = "<3.11" }
python-dotenv = "^1.0.0"
mslex = "^1.1.0"
keyring = "25.2.1"
keyring = "25.4.0"
pyjwt = "^2.8.0"
cryptography = "^43.0.1" # pyjwt has a weak dependency on cryptography
algokit-utils = "^2.3.0"
Expand All @@ -28,7 +28,7 @@ jsondiff = "^2.0.0"
[tool.poetry.group.dev.dependencies]
pyinstaller = {version = "^6.9.0"}
pytest = "^7.2.0"
ruff = ">=0.1.6,<0.5.0"
ruff = ">=0.1.6,<0.7.0"
pip-audit = "^2.4.7"
approvaltests = "^7.2.0"
pytest-mock = "^3.10.0"
Expand All @@ -40,7 +40,7 @@ pre-commit = ">=2.20,<4.0"
sphinx = "^6.0.0"
sphinx-click = "^4.4.0"
sphinxnotes-markdown-builder = "^0.5.6"
poethepoet = ">=0.17.1,<0.27.0"
poethepoet = ">=0.17.1,<0.29.0"
gfm-toc = "^0.0.7"
pytest-xdist = "^3.4.0"

Expand Down

0 comments on commit 20786be

Please sign in to comment.