Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
totycro committed Jan 17, 2024
1 parent 41f8333 commit 2122790
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ test-watch: build

bash: build
docker run --env PYGEOAPI_CONFIG=/pkp/tests/pygeoapi-test-config.yaml --volume `pwd`:/pkp -it --entrypoint bash pkp:1

upgrade-packages:
docker run --volume `pwd`:/pkp --rm --user 0 --entrypoint bash -it pkp:1 -c "python3 -m pip install pip-upgrader && pip-upgrade --skip-package-installation"
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
kubernetes==26.1.0
kubernetes==29.0.0
scrapbook==0.5.0
typed_json_dataclass==1.2.1
requests==2.28.1
requests==2.31.0
# need to upgrade from base image for papermill dependency
python-dateutil==2.8.2

pytest
pytest-watch
flake8==6.0.0
mypy==1.3.0
black==23.3.0
flake8==7.0.0
mypy==1.8.0
black==23.12.1
types-requests
types-PyYAML
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
author_email="[email protected]",
description="Run notebooks on a k8s cluster via pygeoapi",
license="MIT",
install_requires=["kubernetes", "scrapbook", "typed_json_dataclass==1.2.1", "requests==2.28.1"],
install_requires=["kubernetes", "scrapbook", "typed_json_dataclass==1.2.1", "requests==2.31.0"],
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/eurodatacube/pygeoapi-kubernetes-papermill",
Expand Down

0 comments on commit 2122790

Please sign in to comment.