dependabot[bot] commited on
Commit
5112183
1 Parent(s): 7dade84

Bump the app group with 8 updates

Browse files

Bumps the app group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [anthropic](https://github.com/anthropics/anthropic-sdk-python) | `0.10.0` | `0.12.0` |
| [black](https://github.com/psf/black) | `23.12.1` | `24.1.1` |
| [duckduckgo-search](https://github.com/deedy5/duckduckgo_search) | `4.2` | `4.3.2` |
| [langchain](https://github.com/langchain-ai/langchain) | `0.1.1` | `0.1.4` |
| [langsmith](https://github.com/langchain-ai/langsmith-sdk) | `0.0.83` | `0.0.84` |
| [numexpr](https://github.com/pydata/numexpr) | `2.8.8` | `2.9.0` |
| [openai](https://github.com/openai/openai-python) | `1.9.0` | `1.10.0` |
| [pypdf](https://github.com/py-pdf/pypdf) | `4.0.0` | `4.0.1` |


Updates `anthropic` from 0.10.0 to 0.12.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-python/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/anthropics/anthropic-sdk-python/compare/v0.10.0...v0.12.0)

Updates `black` from 23.12.1 to 24.1.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...24.1.1)

Updates `duckduckgo-search` from 4.2 to 4.3.2
- [Release notes](https://github.com/deedy5/duckduckgo_search/releases)
- [Commits](https://github.com/deedy5/duckduckgo_search/compare/v4.2...v4.3.2)

Updates `langchain` from 0.1.1 to 0.1.4
- [Release notes](https://github.com/langchain-ai/langchain/releases)
- [Commits](https://github.com/langchain-ai/langchain/compare/v0.1.1...v0.1.4)

Updates `langsmith` from 0.0.83 to 0.0.84
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases)
- [Commits](https://github.com/langchain-ai/langsmith-sdk/compare/v0.0.83...v0.0.84)

Updates `numexpr` from 2.8.8 to 2.9.0
- [Release notes](https://github.com/pydata/numexpr/releases)
- [Changelog](https://github.com/pydata/numexpr/blob/master/RELEASE_NOTES.rst)
- [Commits](https://github.com/pydata/numexpr/compare/v2.8.8...v2.9.0)

Updates `openai` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openai/openai-python/compare/v1.9.0...v1.10.0)

Updates `pypdf` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](https://github.com/py-pdf/pypdf/compare/4.0.0...4.0.1)

---
updated-dependencies:
- dependency-name: anthropic
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
- dependency-name: black
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: app
- dependency-name: duckduckgo-search
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
- dependency-name: langchain
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: app
- dependency-name: langsmith
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: app
- dependency-name: numexpr
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
- dependency-name: openai
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: app
- dependency-name: pypdf
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: app
...

Signed-off-by: dependabot[bot] <[email protected]>

Files changed (1) hide show
  1. requirements.txt +8 -8
requirements.txt CHANGED
@@ -1,18 +1,18 @@
1
- anthropic==0.10.0
2
  beautifulsoup4==4.12.3
3
- black==23.12.1
4
  certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
5
- duckduckgo-search==4.2
6
  faiss-cpu==1.7.4
7
- langchain==0.1.1
8
- langsmith==0.0.83
9
  mypy==1.8.0
10
- numexpr==2.8.8
11
  numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
12
- openai==1.9.0
13
  pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability
14
  pyarrow>=14.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
15
- pypdf==4.0.0
16
  requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
17
  ruff==0.1.14
18
  streamlit==1.30.0
 
1
+ anthropic==0.12.0
2
  beautifulsoup4==4.12.3
3
+ black==24.1.1
4
  certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability
5
+ duckduckgo-search==4.3.2
6
  faiss-cpu==1.7.4
7
+ langchain==0.1.4
8
+ langsmith==0.0.84
9
  mypy==1.8.0
10
+ numexpr==2.9.0
11
  numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
12
+ openai==1.10.0
13
  pillow>=10.2.0 # not directly required, pinned by Snyk to avoid a vulnerability
14
  pyarrow>=14.0.1 # not directly required, pinned by Snyk to avoid a vulnerability
15
+ pypdf==4.0.1
16
  requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
17
  ruff==0.1.14
18
  streamlit==1.30.0