Skip to content

Commit

Permalink
Update pip dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
uberspot committed May 7, 2020
1 parent 2613f2b commit b98aae7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.27.3-rc.1:
- Update pip dependencies to latest versions (#504)

## 0.27.3-rc.0:
- Compile refs in embedded format (#502)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update \
&& apt-get install --no-install-recommends -y \
build-essential \
&& python -m venv /opt/venv \
&& pip install --upgrade pip yq \
&& pip install --upgrade pip yq wheel \
&& pip install -r requirements.txt \
&& ./kapitan/inputs/helm/build.sh \
&& pip install .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN apt-get update \
# Metrics namespace for server side analytics
&& gcloud config set metrics/environment github_docker_image \
&& python -m venv /opt/venv \
&& pip install --upgrade pip yq \
&& pip install --upgrade pip yq wheel \
&& pip install -r ./kapitan/requirements.txt \
&& ./kapitan/kapitan/inputs/helm/build.sh \
&& pip install ./kapitan \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.pyinstaller
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN apt-get update \
&& apt-get install --no-install-recommends -y \
build-essential \
&& python -m venv /opt/venv \
&& pip install --upgrade pip \
&& pip install --upgrade pip wheel \
&& pip install pyinstaller==$PYINSTALLER_VERSION \
&& pip install -r requirements.txt \
&& ./kapitan/inputs/helm/build.sh \
Expand Down
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# kapitan dependencies
jsonnet==0.15.0
pyyaml>=5.3
Jinja2>=2.11.1
pyyaml>=5.3.1
Jinja2>=2.11.2
jsonschema==3.2.0
python-gnupg==0.4.5
python-gnupg==0.4.6
six>=1.14.0
cryptography>=2.8
cryptography>=2.9.2
google-api-python-client==1.7.11
boto3>=1.12.1
requests==2.22.0
boto3>=1.13.4
requests==2.23.0
addict==2.2.1
yamllint>=1.20.0
yamllint>=1.23.0
cffi
rfc3987==1.3.8
GitPython==3.0.8
hvac==0.9.6
GitPython==3.1.2
hvac==0.10.1
docker==4.2.0
# Reclass dependencies
pyparsing

0 comments on commit b98aae7

Please sign in to comment.