Skip to content

Commit

Permalink
Update example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomperoo committed Aug 15, 2023
1 parent 79ea530 commit 334abbc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/downscale-stabilization/cpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
containers:
- name: downscale-stabilization
image: downscale-stabilization:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
Expand Down
2 changes: 1 addition & 1 deletion example/downscale-stabilization/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.22.0
requests==2.31.0
2 changes: 1 addition & 1 deletion example/flask-metric/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.6-slim
FROM python:3.8-slim

# Install dependencies for debugging
RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion example/flask-metric/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Flask==1.0
Flask==2.3.2
4 changes: 2 additions & 2 deletions example/scale-on-tweet/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests==2.22.0
python-twitter==3.5
requests==2.31.0
python-twitter==3.5
2 changes: 1 addition & 1 deletion example/simple-pod-metrics-python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.22.0
requests==2.31.0

0 comments on commit 334abbc

Please sign in to comment.