Skip to content

Commit

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


Updates `tomli` from 2.0.1 to 2.0.2
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.0.1...2.0.2)

Updates `keyring` from 25.2.1 to 25.4.1
- [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.1)

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

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

---
updated-dependencies:
- dependency-name: tomli
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 1394416 commit eb2a897
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 36 deletions.
72 changes: 39 additions & 33 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.1"
pyjwt = "^2.8.0"
cryptography = "^43.0.1" # pyjwt has a weak dependency on cryptography
algokit-utils = "^2.3.0"
Expand All @@ -29,7 +29,7 @@ requests = "^2.31.0"
[tool.poetry.group.dev.dependencies]
pyinstaller = {version = "^6.10.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 @@ -41,7 +41,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.30.0"
gfm-toc = "^0.0.7"
pytest-xdist = "^3.4.0"

Expand Down

0 comments on commit eb2a897

Please sign in to comment.