Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrieke committed Apr 23, 2024
1 parent 5c7f9b2 commit bc13b1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
matplotlib==3.8.4

0 comments on commit bc13b1d

Please sign in to comment.