Skip to content

Commit

Permalink
Bump the non-major-versions group with 4 updates
Browse files Browse the repository at this point in the history
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](astral-sh/ruff@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](boto/boto3@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](jannikmi/timezonefinder@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](encode/uvicorn@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent cb6fe49 commit a3f3109
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Docker/requirements-api.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Docker/requirements-ingest.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruff==0.7.4
ruff==0.8.0

0 comments on commit a3f3109

Please sign in to comment.