Skip to content

Commit

Permalink
Update dev dependencies to match kobotoolbox/kpi
Browse files Browse the repository at this point in the history
Because this is a library, dependencies (in setup.py) are unpinned, but
development dependencies (for running pytest, etc.) *are* pinned. This
updates those pinned dependencies to match what happens when this
library is installed as a dependency of kpi
  • Loading branch information
jnm committed Jan 21, 2025
1 parent 894d285 commit 27e1cb1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
-e .

# Install testing / development requirements
coverage==6.3.2
coverage[toml]==6.5.0
coveralls==3.3.1
flake8==4.0.1
flake8==7.1.1
funcsigs==1.0.2
geojson-rewind==1.0.2
openpyxl==3.0.9
pytest-cov==3.0.0
pytest==7.1.1
python-dateutil==2.8.2
tox==3.7.0
geojson-rewind==1.1.0
openpyxl==3.1.3
pytest-cov==5.0.0
pytest==8.1.1
python-dateutil==2.9.0.post0
tox==4.24.1
xlrd==2.0.1

0 comments on commit 27e1cb1

Please sign in to comment.