From a3f31091bb1bad2f59b7198c400c5c3865dbdc4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:13:55 +0000 Subject: [PATCH] Bump the non-major-versions group with 4 updates Bumps the non-major-versions group with 4 updates: [ruff](https://github.com/astral-sh/ruff), [boto3](https://github.com/boto/boto3), [timezonefinder](https://github.com/jannikmi/timezonefinder) and [uvicorn](https://github.com/encode/uvicorn). Updates `ruff` from 0.7.4 to 0.8.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.7.4...0.8.0) Updates `boto3` from 1.35.65 to 1.35.68 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.65...1.35.68) Updates `timezonefinder` from 6.5.4 to 6.5.5 - [Release notes](https://github.com/jannikmi/timezonefinder/releases) - [Changelog](https://github.com/jannikmi/timezonefinder/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jannikmi/timezonefinder/compare/6.5.4...6.5.5) Updates `uvicorn` from 0.32.0 to 0.32.1 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/uvicorn/compare/0.32.0...0.32.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions - dependency-name: timezonefinder dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] --- Docker/requirements-api.txt | 6 +++--- Docker/requirements-ingest.txt | 2 +- requirements-lint.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Docker/requirements-api.txt b/Docker/requirements-api.txt index 30e0d52..447e8b4 100644 --- a/Docker/requirements-api.txt +++ b/Docker/requirements-api.txt @@ -1,14 +1,14 @@ astral==3.2 -timezonefinder==6.5.4 +timezonefinder==6.5.5 pytz==2024.2 zarr==2.18.3 s3fs==2024.10.0 ujson==5.10.0 starlette==0.41.3 -uvicorn==0.32.0 +uvicorn==0.32.1 fastapi==0.115.5 fastapi-utils==0.8.0 -boto3==1.35.65 +boto3==1.35.68 scipy==1.14.1 orjson==3.10.11 psutil==6.1.0 diff --git a/Docker/requirements-ingest.txt b/Docker/requirements-ingest.txt index c5a4bb1..d2a1698 100644 --- a/Docker/requirements-ingest.txt +++ b/Docker/requirements-ingest.txt @@ -1,5 +1,5 @@ numpy==2.1.3 -boto3==1.35.65 +boto3==1.35.68 netCDF4==1.7.2 xarray==2024.10.0 cartopy==0.24.1 diff --git a/requirements-lint.txt b/requirements-lint.txt index 6a4d864..8be6044 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -1 +1 @@ -ruff==0.7.4 \ No newline at end of file +ruff==0.8.0 \ No newline at end of file