Skip to content

Commit

Permalink
Remove Dependabot config (#1523)
Browse files Browse the repository at this point in the history
Co-authored-by: Ariel Ropek <[email protected]>
Co-authored-by: Lucy Suddenly <[email protected]>
  • Loading branch information
3 people authored Feb 18, 2025
1 parent 3e5dbe3 commit f4ac7e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM --platform=$TARGETPLATFORM cgr.dev/chainguard/wolfi-base

ARG TARGETPLATFORM
ARG PYTHON_VERSION="3.11.9"
ARG PYTHON_VERSION="3.11.11"

RUN apk update \
&& apk add --no-cache \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Tests:
cipherSuite: TLS_AES_128_GCM_SHA256
clientProvidedHostHeader: lambda.us-east-1.amazonaws.com
tlsVersion: TLSv1.3
userAgent: aws-cli/2.15.59 md/awscrt#0.19.19 ua/2.0 os/macos#22.6.0 md/arch#arm64 lang/python#3.11.9 md/pyimpl#CPython cfg/retry-mode#standard md/installer#source md/prompt#off md/command#lambda.list-functions
userAgent: aws-cli/2.15.59 md/awscrt#0.19.19 ua/2.0 os/macos#22.6.0 md/arch#arm64 lang/python#3.11.11 md/pyimpl#CPython cfg/retry-mode#standard md/installer#source md/prompt#off md/command#lambda.list-functions
userIdentity:
accessKeyId: AKIASXP6SDP2F3JQERZ2
accountId: "187901811700"
Expand Down Expand Up @@ -121,7 +121,7 @@ Tests:
cipherSuite: TLS_AES_128_GCM_SHA256
clientProvidedHostHeader: sts.us-east-1.amazonaws.com
tlsVersion: TLSv1.3
userAgent: aws-cli/2.15.59 md/awscrt#0.19.19 ua/2.0 os/macos#22.6.0 md/arch#arm64 lang/python#3.11.9 md/pyimpl#CPython cfg/retry-mode#standard md/installer#source md/prompt#off md/command#sts.get-caller-identity
userAgent: aws-cli/2.15.59 md/awscrt#0.19.19 ua/2.0 os/macos#22.6.0 md/arch#arm64 lang/python#3.11.11 md/pyimpl#CPython cfg/retry-mode#standard md/installer#source md/prompt#off md/command#sts.get-caller-identity
userIdentity:
accessKeyId: AKIASXP6SDP2F3JQERZ2
accountId: "187901811700"
Expand Down

0 comments on commit f4ac7e2

Please sign in to comment.