chore(deps): bump the version-all group across 1 directory with 6 updates

Updates the requirements on [datasets](https://github.com/huggingface/datasets), [gymnasium](https://github.com/Farama-Foundation/Gymnasium), [pillow](https://github.com/python-pillow/Pillow), [duckduckgo-search](https://github.com/deedy5/duckduckgo_search), [mcp](https://github.com/modelcontextprotocol/python-sdk) and [boto3](https://github.com/boto/boto3) to permit the latest version.

Updates `datasets` to 3.4.1
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](https://github.com/huggingface/datasets/compare/3.2.0...3.4.1)

Updates `gymnasium` to 1.1.1
- [Release notes](https://github.com/Farama-Foundation/Gymnasium/releases)
- [Commits](https://github.com/Farama-Foundation/Gymnasium/compare/v1.0.0...v1.1.1)

Updates `pillow` to 11.1.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...11.1.0)

Updates `duckduckgo-search` to 7.5.3
- [Release notes](https://github.com/deedy5/duckduckgo_search/releases)
- [Commits](https://github.com/deedy5/duckduckgo_search/compare/v7.5.1...v7.5.3)

Updates `mcp` to 1.5.0
- [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases)
- [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md)
- [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.4.1...v1.5.0)

Updates `boto3` to 1.37.18
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](https://github.com/boto/boto3/compare/1.37.16...1.37.18)

---
updated-dependencies:
- dependency-name: datasets
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: gymnasium
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: pillow
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: duckduckgo-search
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: mcp
  dependency-type: direct:production
  dependency-group: version-all
- dependency-name: boto3
  dependency-type: direct:production
  dependency-group: version-all
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-24 07:57:56 +00:00
committed by GitHub
parent c7a3f465da
commit ac3bc1e061
2 changed files with 9 additions and 9 deletions
+6 -6
View File
@@ -4,20 +4,20 @@ tenacity~=9.0.0
pyyaml~=6.0.2 pyyaml~=6.0.2
loguru~=0.7.3 loguru~=0.7.3
numpy numpy
datasets~=3.2.0 datasets~=3.4.1
fastapi~=0.115.11 fastapi~=0.115.11
tiktoken~=0.9.0 tiktoken~=0.9.0
html2text~=2024.2.26 html2text~=2024.2.26
gymnasium~=1.0.0 gymnasium~=1.1.1
pillow~=10.4.0 pillow~=11.1.0
browsergym~=0.13.3 browsergym~=0.13.3
uvicorn~=0.34.0 uvicorn~=0.34.0
unidiff~=0.7.5 unidiff~=0.7.5
browser-use~=0.1.40 browser-use~=0.1.40
googlesearch-python~=1.3.0 googlesearch-python~=1.3.0
baidusearch~=1.0.3 baidusearch~=1.0.3
duckduckgo_search~=7.5.1 duckduckgo_search~=7.5.3
aiofiles~=24.1.0 aiofiles~=24.1.0
pydantic_core~=2.27.2 pydantic_core~=2.27.2
@@ -28,8 +28,8 @@ docker~=7.1.0
pytest~=8.3.5 pytest~=8.3.5
pytest-asyncio~=0.25.3 pytest-asyncio~=0.25.3
mcp~=1.4.1 mcp~=1.5.0
httpx>=0.27.0 httpx>=0.27.0
tomli>=2.0.0 tomli>=2.0.0
boto3~=1.37.16 boto3~=1.37.18
+3 -3
View File
@@ -21,10 +21,10 @@ setup(
"pyyaml~=6.0.2", "pyyaml~=6.0.2",
"loguru~=0.7.3", "loguru~=0.7.3",
"numpy", "numpy",
"datasets~=3.2.0", "datasets>=3.2,<3.5",
"html2text~=2024.2.26", "html2text~=2024.2.26",
"gymnasium~=1.0.0", "gymnasium>=1.0,<1.2",
"pillow~=10.4.0", "pillow>=10.4,<11.2",
"browsergym~=0.13.3", "browsergym~=0.13.3",
"uvicorn~=0.34.0", "uvicorn~=0.34.0",
"unidiff~=0.7.5", "unidiff~=0.7.5",