Skip to content

Commit

Permalink
Merge branch 'main' into swmm_run
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed Mar 4, 2024
2 parents 4d89eaa + 7da8dad commit 3cdfbb4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1

test:
needs: qa
Expand Down
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fiona==1.9.5
# swmmanywhere (pyproject.toml)
fonttools==4.47.2
# via matplotlib
fsspec==2023.12.2
fsspec==2024.2.0
# via fastparquet
geographiclib==2.0
# via geopy
Expand Down Expand Up @@ -195,7 +195,7 @@ platformdirs==3.11.0
# via virtualenv
pluggy==1.4.0
# via pytest
pre-commit==3.6.0
pre-commit==3.6.2
# via swmmanywhere (pyproject.toml)
pyarrow==14.0.2
# via swmmanywhere (pyproject.toml)
Expand Down Expand Up @@ -292,7 +292,7 @@ typing-extensions==4.9.0
# mypy
# pydantic
# pydantic-core
tzdata==2023.4
tzdata==2024.1
# via pandas
urllib3==2.1.0
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fiona==1.9.5
# swmmanywhere (pyproject.toml)
fonttools==4.47.2
# via matplotlib
fsspec==2023.12.2
fsspec==2024.2.0
# via fastparquet
geographiclib==2.0
# via geopy
Expand Down Expand Up @@ -233,7 +233,7 @@ typing-extensions==4.9.0
# via
# pydantic
# pydantic-core
tzdata==2023.4
tzdata==2024.1
# via pandas
urllib3==2.1.0
# via requests
Expand Down

0 comments on commit 3cdfbb4

Please sign in to comment.