Skip to content

Commit

Permalink
deps: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Sep 21, 2023
1 parent 5e91569 commit 6d24e5d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --strip-extras requirements-dev.in
#
black==23.7.0
black==23.9.1
# via -r requirements-dev.in
build==0.10.0
build==1.0.3
# via pip-tools
cfgv==3.4.0
# via pre-commit
Expand All @@ -16,9 +16,9 @@ click==8.1.7
# pip-tools
distlib==0.3.7
# via virtualenv
filelock==3.12.2
filelock==3.12.4
# via virtualenv
identify==2.5.27
identify==2.5.29
# via pre-commit
idna==3.4
# via yarl
Expand Down Expand Up @@ -49,11 +49,11 @@ platformdirs==3.10.0
# virtualenv
pluggy==1.3.0
# via pytest
pre-commit==3.3.3
pre-commit==3.4.0
# via -r requirements-dev.in
pyproject-hooks==1.0.0
# via build
pytest==7.4.1
pytest==7.4.2
# via
# -r requirements-dev.in
# pytest-recording
Expand All @@ -63,15 +63,15 @@ pyyaml==6.0.1
# via
# pre-commit
# vcrpy
ruff==0.0.286
ruff==0.0.290
# via -r requirements-dev.in
types-python-dateutil==2.8.19.14
# via -r requirements-dev.in
typing-extensions==4.7.1
typing-extensions==4.8.0
# via mypy
vcrpy==5.1.0
# via pytest-recording
virtualenv==20.24.3
virtualenv==20.24.5
# via pre-commit
wheel==0.41.2
# via pip-tools
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ multidict==6.0.4
# via
# aiohttp
# yarl
numpy==1.25.2
numpy==1.26.0
# via
# -r requirements.in
# pandas
Expand All @@ -87,11 +87,11 @@ packaging==23.1
# via
# rioxarray
# xarray
pandas==2.1.0
pandas==2.1.1
# via xarray
pyparsing==3.1.1
# via snuggs
pyproj==3.6.0
pyproj==3.6.1
# via
# -r requirements.in
# rioxarray
Expand Down Expand Up @@ -132,7 +132,7 @@ six==1.16.0
# via python-dateutil
snuggs==1.4.7
# via rasterio
stac-asset==0.2.1
stac-asset==0.2.2
# via -r requirements.in
tabulate==0.9.0
# via stac-asset
Expand Down

0 comments on commit 6d24e5d

Please sign in to comment.