From 3f9d8d5401afe196c67d0921430cceb304a46d90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 13:08:23 +0000 Subject: [PATCH] Bump the python-packages group with 9 updates Bumps the python-packages group with 9 updates: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.37.1` | `1.42.90` | | [inspect-ai](https://github.com/UKGovernmentBEIS/inspect_ai) | `0.3.76` | `0.3.207` | | [orjson](https://github.com/ijl/orjson) | `3.10.15` | `3.11.8` | | [plotly](https://github.com/plotly/plotly.py) | `6.0.1` | `6.7.0` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.2` | `6.0.3` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.33.1` | | [s3fs](https://github.com/fsspec/s3fs) | `2024.12.0` | `2026.3.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.24.1` | `2.58.0` | | [streamlit](https://github.com/streamlit/streamlit) | `1.43.2` | `1.56.0` | Updates `boto3` from 1.37.1 to 1.42.90 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.37.1...1.42.90) Updates `inspect-ai` from 0.3.76 to 0.3.207 - [Changelog](https://github.com/UKGovernmentBEIS/inspect_ai/blob/main/CHANGELOG.md) - [Commits](https://github.com/UKGovernmentBEIS/inspect_ai/compare/0.3.76...0.3.207) Updates `orjson` from 3.10.15 to 3.11.8 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.10.15...3.11.8) Updates `plotly` from 6.0.1 to 6.7.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v6.0.1...v6.7.0) Updates `pyyaml` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3) Updates `requests` from 2.32.3 to 2.33.1 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.33.1) Updates `s3fs` from 2024.12.0 to 2026.3.0 - [Changelog](https://github.com/fsspec/s3fs/blob/main/release-procedure.md) - [Commits](https://github.com/fsspec/s3fs/compare/2024.12.0...2026.3.0) Updates `sentry-sdk` from 2.24.1 to 2.58.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/2.24.1...2.58.0) Updates `streamlit` from 1.43.2 to 1.56.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.43.2...1.56.0) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.90 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: inspect-ai dependency-version: 0.3.207 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: orjson dependency-version: 3.11.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: plotly dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pyyaml dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: s3fs dependency-version: 2026.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: sentry-sdk dependency-version: 2.58.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: streamlit dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index f207364..6a53353 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -boto3==1.37.1 -inspect_ai==0.3.76 +boto3==1.42.90 +inspect_ai==0.3.207 inspect_evals @ git+https://github.com/UKGovernmentBEIS/inspect_evals@5fa9a9a4c38f65f1bc48988ec143cf10d71e5d11 inspect_evals_dashboard_schema @ git+https://github.com/ArcadiaImpact/inspect_evals_dashboard_schema@549ee960688fc5faa1b89007169acc8c95e009 -orjson==3.10.15 -plotly==6.0.1 -pyyaml==6.0.2 -requests==2.32.3 -s3fs==2024.12.0 -sentry-sdk==2.24.1 +orjson==3.11.8 +plotly==6.7.0 +pyyaml==6.0.3 +requests==2.33.1 +s3fs==2026.3.0 +sentry-sdk==2.58.0 st-files-connection==0.1.0 -streamlit==1.43.2 +streamlit==1.56.0