Skip to content

Commit 4f8ac0e

Browse files
dependabot[bot]Victoria Hall
and
Victoria Hall
authored
build: bump azure-storage-blob from 12.20.0 to 12.23.1 in /azurefunctions-extensions-bindings-blob (#72)
* build: bump azure-storage-blob Bumps [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) from 12.20.0 to 12.23.1. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](Azure/azure-sdk-for-python@azure-storage-blob_12.20.0...azure-storage-blob_12.23.1) --- updated-dependencies: - dependency-name: azure-storage-blob dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * removed send-notification task --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Victoria Hall <[email protected]>
1 parent 0bd61fb commit 4f8ac0e

File tree

4 files changed

+1
-82
lines changed

4 files changed

+1
-82
lines changed

.github/workflows/linting_extension_base.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -78,30 +78,3 @@ jobs:
7878
PYTHON_ISORT_CONFIG_FILE: .isort.cfg
7979
FILTER_REGEX_INCLUDE: azurefunctions-extensions-base/.*
8080
DEFAULT_BRANCH: origin/dev
81-
82-
send-notification:
83-
runs-on: ubuntu-latest
84-
needs: build
85-
if: always()
86-
steps:
87-
- name: Notify dedicated teams channel on failure
88-
if: ${{ always() && needs.build.result == 'failure' }}
89-
uses: jdcargile/[email protected]
90-
with:
91-
github-token: ${{ github.token }}
92-
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
93-
notification-summary: "Python Extension Lint azurefunctions-extensions-base Failed"
94-
notification-color: FF0000
95-
timezone: America/Denver
96-
verbose-logging: false
97-
98-
- name: Notify dedicated teams channel on success
99-
if: ${{ always() && needs.build.result == 'success' }}
100-
uses: jdcargile/[email protected]
101-
with:
102-
github-token: ${{ github.token }}
103-
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
104-
notification-summary: "Python Extension Lint azurefunctions-extensions-base Passed"
105-
notification-color: 008000
106-
timezone: America/Denver
107-
verbose-logging: false

.github/workflows/linting_extension_blob.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -78,30 +78,3 @@ jobs:
7878
PYTHON_ISORT_CONFIG_FILE: .isort.cfg
7979
FILTER_REGEX_INCLUDE: azurefunctions-extensions-bindings-blob/*
8080
DEFAULT_BRANCH: origin/dev
81-
82-
send-notification:
83-
runs-on: ubuntu-latest
84-
needs: build
85-
if: always()
86-
steps:
87-
- name: Notify dedicated teams channel on failure
88-
if: ${{ always() && needs.build.result == 'failure' }}
89-
uses: jdcargile/[email protected]
90-
with:
91-
github-token: ${{ github.token }}
92-
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
93-
notification-summary: "Python Extension Lint azurefunctions-extensions-bindings-blob Failed"
94-
notification-color: FF0000
95-
timezone: America/Denver
96-
verbose-logging: false
97-
98-
- name: Notify dedicated teams channel on success
99-
if: ${{ always() && needs.build.result == 'success' }}
100-
uses: jdcargile/[email protected]
101-
with:
102-
github-token: ${{ github.token }}
103-
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
104-
notification-summary: "Python Extension Lint azurefunctions-extensions-bindings-blob Passed"
105-
notification-color: 008000
106-
timezone: America/Denver
107-
verbose-logging: false

.github/workflows/linting_extension_fastapi.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -78,30 +78,3 @@ jobs:
7878
PYTHON_ISORT_CONFIG_FILE: .isort.cfg
7979
FILTER_REGEX_INCLUDE: azurefunctions-extensions-http-fastapi/*
8080
DEFAULT_BRANCH: origin/dev
81-
82-
send-notification:
83-
runs-on: ubuntu-latest
84-
needs: build
85-
if: always()
86-
steps:
87-
- name: Notify dedicated teams channel on failure
88-
if: ${{ always() && needs.build.result == 'failure' }}
89-
uses: jdcargile/[email protected]
90-
with:
91-
github-token: ${{ github.token }}
92-
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
93-
notification-summary: "Python Extension Lint azurefunctions-extensions-http-fastapi Failed"
94-
notification-color: FF0000
95-
timezone: America/Denver
96-
verbose-logging: false
97-
98-
- name: Notify dedicated teams channel on success
99-
if: ${{ always() && needs.build.result == 'success' }}
100-
uses: jdcargile/[email protected]
101-
with:
102-
github-token: ${{ github.token }}
103-
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
104-
notification-summary: "Python Extension Lint azurefunctions-extensions-http-fastapi Passed"
105-
notification-color: 008000
106-
timezone: America/Denver
107-
verbose-logging: false

azurefunctions-extensions-bindings-blob/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers= [
2525
]
2626
dependencies = [
2727
'azurefunctions-extensions-base',
28-
'azure-storage-blob==12.20.0'
28+
'azure-storage-blob==12.23.1'
2929
]
3030

3131
[project.optional-dependencies]

0 commit comments

Comments
 (0)