diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8e02da0..e8e9a4f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v4.5.0" hooks: - id: check-added-large-files args: [--maxkb=50] @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0" + rev: "v3.0.3" hooks: - id: prettier types_or: [markdown, yaml] diff --git a/environment.yml b/environment.yml index 384e06c..990e8ba 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge dependencies: - jupyterlab - - osmnx=1.6.0 + - osmnx=1.7.0 - pillow - pre-commit - python=3.11.*