Skip to content

BUILD: bump osmnx from 2.0.1 to 2.0.2#6009

Merged
Samuelopez-ansys merged 2 commits into
mainfrom
dependabot/pip/osmnx-2.0.2
Apr 4, 2025
Merged

BUILD: bump osmnx from 2.0.1 to 2.0.2#6009
Samuelopez-ansys merged 2 commits into
mainfrom
dependabot/pip/osmnx-2.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 4, 2025

Copy link
Copy Markdown
Contributor

Bumps osmnx from 2.0.1 to 2.0.2.

Changelog

Sourced from osmnx's changelog.

2.0.2 (2025-03-25)

  • fix bug in parsing time when calculating pause duration between requests (#1277)
  • fix bug in round-robin DNS resolution by safely handling missing host argument (#1282)
  • fix bug where consolidate_intersections function would mutate the passed-in graph (#1273)
  • add graph-level "consolidated" attribute if consolidate_intersections has been run (#1273)
  • provide user-friendly error message if consolidate_intersections is run more than once (#1273)
  • refactor internals of caching and pausing between requests (#1279)
  • streamline internal handling of radians throughout package (#1281)
  • improve docstrings (#1272 #1274)
Commits
  • 7db38d0 Merge pull request #1288 from gboeing/release
  • 8ee86ef version bump to 2.0.2
  • 473ade7 update pre-commit and fix lint
  • 5cd2f7b Update CHANGELOG.md
  • 528b436 Merge pull request #1286 from garvit-joshi/main
  • 7e0fd94 Added change log
  • ea0b9bc #1282: Fix IndexError in _getaddrinfo by Safely Handling Missing Host Argument
  • c6efebf Merge pull request #1284 from gboeing/docs
  • c84d8ef update internal function name and docstrings
  • d56298a add note about protecting entry point during multiprocessing to relevant docs...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [osmnx](https://github.com/gboeing/osmnx) from 2.0.1 to 2.0.2.
- [Changelog](https://github.com/gboeing/osmnx/blob/main/CHANGELOG.md)
- [Commits](gboeing/osmnx@v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: osmnx
  dependency-version: 2.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested review from MaxJPRey and SMoraisAnsys April 4, 2025 09:24
@dependabot dependabot Bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Apr 4, 2025
@codecov

codecov Bot commented Apr 4, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.05%. Comparing base (7356cf8) to head (4a92427).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6009      +/-   ##
==========================================
+ Coverage   81.08%   85.05%   +3.97%     
==========================================
  Files         165      165              
  Lines       62906    62906              
==========================================
+ Hits        51005    53503    +2498     
+ Misses      11901     9403    -2498     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Samuelopez-ansys Samuelopez-ansys merged commit 3b03b9f into main Apr 4, 2025
@Samuelopez-ansys Samuelopez-ansys deleted the dependabot/pip/osmnx-2.0.2 branch April 4, 2025 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related with project dependencies maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants