Skip to content

Commit

Permalink
Bump the production-dependencies group across 1 directory with 2 upda…
Browse files Browse the repository at this point in the history
…tes (#70)

Bumps the production-dependencies group with 2 updates in the / directory: [aiofiles](https://github.com/Tinche/aiofiles) and [instructor](https://github.com/jxnl/instructor).


Updates `aiofiles` from 23.2.1 to 24.1.0
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Commits](Tinche/aiofiles@v23.2.1...v24.1.0)

Updates `instructor` from 1.2.6 to 1.3.7
- [Release notes](https://github.com/jxnl/instructor/releases)
- [Commits](instructor-ai/instructor@1.2.6...1.3.7)

---
updated-dependencies:
- dependency-name: aiofiles
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
- dependency-name: instructor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 30, 2024
1 parent c594df6 commit b9bed7a
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 15 deletions.
110 changes: 97 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ requests = "^2.31.0"
python-docx = "^1.1.0"
pypdf = ">=3.17.3,<5.0.0"
aiohttp = "^3.9.3"
aiofiles = "^23.2.1"
instructor = ">=0.5.2,<1.3.0"
aiofiles = ">=23.2.1,<25.0.0"
instructor = ">=0.5.2,<1.4.0"
aiocsv = "^1.2.5"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit b9bed7a

Please sign in to comment.