Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pip-23.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbieker authored Dec 8, 2023
2 parents c849770 + c9f3523 commit f3b76a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
# list of supported hooks: https://pre-commit.com/hooks.html
- id: trailing-whitespace
Expand All @@ -12,16 +12,16 @@ repos:
- id: detect-private-key

# python code formatting/linting
- repo: https://github.com/charliermarsh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.0.260"
rev: "v0.1.6"
hooks:
- id: ruff
args: [--fix]

# yaml formatting
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.6
rev: v4.0.0-alpha.3
hooks:
- id: prettier
types: [yaml]
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
affine==2.3.1
aiobotocore==2.4.0
aiohttp==3.8.5
aiohttp==3.9.0
aioitertools==0.11.0
aiosignal==1.3.1
alembic==1.10.1
Expand All @@ -24,7 +24,7 @@ cligj==0.7.2
cloudpickle==2.2.0
colorama==0.4.6
configobj==5.0.6
cryptography==38.0.4
cryptography==41.0.4
cycler==0.11.0
cytoolz==0.12.0
dask==2022.12.1
Expand All @@ -42,7 +42,7 @@ h5netcdf==1.1.0
h5py==3.8.0
HeapDict==1.0.1
idna==3.4
imagecodecs==2022.9.26
imagecodecs==2023.9.18
importlib-metadata==5.2.0
Jinja2==3.1.2
jmespath==1.0.1
Expand All @@ -62,8 +62,8 @@ numpy==1.23.0
packaging==22.0
pandas==1.5.3
partd==1.3.0
Pillow==9.2.0
pip==23.3
Pillow==10.0.1
pooch==1.6.0
psutil==5.9.4
psycopg2-binary==2.9.5
Expand Down Expand Up @@ -101,7 +101,7 @@ tqdm==4.64.1
trollimage==1.19.0
trollsift==0.5.0
typing_extensions==4.4.0
urllib3==1.26.13
urllib3==1.26.18
wheel==0.38.4
wrapt==1.15.0
xarray==2022.3.0
Expand Down

0 comments on commit f3b76a7

Please sign in to comment.