diff --git a/requirements-dev.txt b/requirements-dev.txt index ae38901..4fbc9ba 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ black -pylint==2.8.3 +pylint==3.1.0 mock types-mock pytest pytest-pylint pytest-sugar pytest-mypy -mypy==0.902 +mypy==1.9.0 mypy-extensions twine diff --git a/requirements.txt b/requirements.txt index f3ed314..370b396 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pandas==2.2.1 #osmnx subdependecies are partially unpinned -osmnx==1.9.1 +pandas==2.2.2 #osmnx subdependecies are partially unpinned +osmnx==1.9.2 pyogrio==0.7.2 -matplotlib==3.8.3 \ No newline at end of file +matplotlib==3.8.4 \ No newline at end of file