build(deps-dev): bump inline-snapshot from 0.8.2 to 0.9.0

Bumps [inline-snapshot](https://github.com/15r10nk/inline-snapshots) from 0.8.2 to 0.9.0.
- [Release notes](https://github.com/15r10nk/inline-snapshots/releases)
- [Changelog](https://github.com/15r10nk/inline-snapshot/blob/main/CHANGELOG.md)
- [Commits](https://github.com/15r10nk/inline-snapshots/compare/v0.8.2...v0.9.0)

---
updated-dependencies:
- dependency-name: inline-snapshot
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-05-08 17:39:17 +00:00
committed by GitHub
parent cf4eafb89c
commit da1ec36b5b
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ mypy = "^1.6.1"
httpx = ">=0.25.1,<0.28.0"
pytest = ">=7.4.3,<9.0.0"
pre-commit = "^3.5.0"
inline-snapshot = "^0.8.0"
inline-snapshot = ">=0.8,<0.10"
langchain-groq = "^0.1.3"
[tool.ruff]