Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 7075f88 commit b694786
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
merge_schedule:
runs-on: ubuntu-latest
steps:
- uses: gr2m/merge-schedule-action@v2
- uses: gr2m/merge-schedule-action@c516ecea9b265888ed9f7ba5f82b964dd678d80f # v2
with:
# Merge method to use. Possible values are merge, squash or
# rebase. Default is merge.
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ readme = "README.md"
requires-python = ">=3.11"
authors = [{ name = "Fabian Reinold", email = "[email protected]" }]
dependencies = [
"folium>=0.18.0",
"geopandas>=1.0.1",
"geopy>=2.4.1",
"mapclassify>=2.8.1",
"folium==0.19.3",
"geopandas==1.0.1",
"geopy==2.4.1",
"mapclassify==2.8.1",
"matplotlib==3.9.3",
"pandas==2.2.3",
"routingpy>=1.3.0",
"routingpy==1.3.0",
]

[dependency-groups]
Expand Down

0 comments on commit b694786

Please sign in to comment.