Skip to content

Commit 799f266

Browse files
Merge pull request #1062 from CodeForPhilly/staging
Weekly PR from Staging to Main
2 parents 721d0b4 + a1064f4 commit 799f266

40 files changed

+2824
-1967
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ updates:
2828
patterns:
2929
- '*'
3030

31-
- package-ecosystem: 'pip'
32-
directory: '/data/src'
33-
schedule:
34-
interval: 'weekly'
35-
target-branch: 'staging'
36-
commit-message:
37-
prefix: 'deps'
38-
open-pull-requests-limit: 10
39-
groups:
40-
all-pip:
41-
applies-to: version-updates
42-
patterns:
43-
- '*'
31+
# - package-ecosystem: 'pip'
32+
# directory: '/data/src'
33+
# schedule:
34+
# interval: 'weekly'
35+
# target-branch: 'staging'
36+
# commit-message:
37+
# prefix: 'deps'
38+
# open-pull-requests-limit: 10
39+
# groups:
40+
# all-pip:
41+
# applies-to: version-updates
42+
# patterns:
43+
# - '*'

data/src/Pipfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,29 @@ matplotlib = "*"
1313
rasterio = "*"
1414
scikit-learn = "*"
1515
mapclassify = "*"
16-
black = "*"
1716
fiona = "*"
1817
esridump = "*"
1918
sqlalchemy = "*"
2019
psycopg2-binary = "*"
21-
geoalchemy2 = "*"
2220
mapbox = "*"
2321
google-cloud-storage = "*"
2422
pydantic = "==2.8.2"
25-
data-diff = {extras = ["postgresql"], version = "*"}
2623
future = "*"
2724
slack-sdk = "*"
28-
pytest = "*"
2925
networkx = "*"
3026
libpysal = "*"
3127
jenkspy = "*"
3228
pyarrow = "*"
3329
tqdm = "*"
30+
geoalchemy2 ="*"
31+
32+
[dev-packages]
33+
black = "*"
34+
pytest = "*"
3435
vulture = "*"
3536
pylint = "*"
3637
radon = "*"
37-
38-
[dev-packages]
38+
ruff = "*"
3939

4040
[requires]
4141
python_version = "3.11"

data/src/Pipfile.lock

Lines changed: 1157 additions & 1442 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)