Skip to content

Commit

Permalink
Merge pull request #1062 from CodeForPhilly/staging
Browse files Browse the repository at this point in the history
Weekly PR from Staging to Main
  • Loading branch information
CodeWritingCow authored Jan 1, 2025
2 parents 721d0b4 + a1064f4 commit 799f266
Show file tree
Hide file tree
Showing 40 changed files with 2,824 additions and 1,967 deletions.
26 changes: 13 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ updates:
patterns:
- '*'

- package-ecosystem: 'pip'
directory: '/data/src'
schedule:
interval: 'weekly'
target-branch: 'staging'
commit-message:
prefix: 'deps'
open-pull-requests-limit: 10
groups:
all-pip:
applies-to: version-updates
patterns:
- '*'
# - package-ecosystem: 'pip'
# directory: '/data/src'
# schedule:
# interval: 'weekly'
# target-branch: 'staging'
# commit-message:
# prefix: 'deps'
# open-pull-requests-limit: 10
# groups:
# all-pip:
# applies-to: version-updates
# patterns:
# - '*'
12 changes: 6 additions & 6 deletions data/src/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,29 @@ matplotlib = "*"
rasterio = "*"
scikit-learn = "*"
mapclassify = "*"
black = "*"
fiona = "*"
esridump = "*"
sqlalchemy = "*"
psycopg2-binary = "*"
geoalchemy2 = "*"
mapbox = "*"
google-cloud-storage = "*"
pydantic = "==2.8.2"
data-diff = {extras = ["postgresql"], version = "*"}
future = "*"
slack-sdk = "*"
pytest = "*"
networkx = "*"
libpysal = "*"
jenkspy = "*"
pyarrow = "*"
tqdm = "*"
geoalchemy2 ="*"

[dev-packages]
black = "*"
pytest = "*"
vulture = "*"
pylint = "*"
radon = "*"

[dev-packages]
ruff = "*"

[requires]
python_version = "3.11"
Expand Down
2,599 changes: 1,157 additions & 1,442 deletions data/src/Pipfile.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 799f266

Please sign in to comment.