Skip to content

Commit

Permalink
dependency(urllib3): relax dependency requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
SlowMo24 authored Feb 21, 2024
1 parent 4104b70 commit 34280d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Changed

- relaxed dependency requirement for `urllib3` to >=2.0.2 to prevent ohsome-py from becoming a 'diamond-dependency'
- improved and sped up testing (first steps towards [#139](https://github.com/GIScience/ohsome-py/issues/139))
- move metadata property from singleton to `chached_property`

Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requests = "^2.25.1"
pandas = "^2.1.3"
numpy = "^1.20.0"
geopandas = "^0.14.1"
urllib3 = "^2.1.0"
urllib3 = "^2.0.2"
curlify2 = "^2.0.0"

[tool.poetry.group.test.dependencies]
Expand Down

0 comments on commit 34280d0

Please sign in to comment.