Skip to content

Commit 70907ba

Browse files
authored
Merge branch 'dev' into hallvictoria/test-fixes
2 parents 3608af1 + 7e6acf3 commit 70907ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

azure_functions_worker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
33

4-
VERSION = '4.33.0'
4+
VERSION = '4.34.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Intended Audience :: Developers"
2727
]
2828
dependencies = [
29-
"azure-functions==1.22.0b3",
29+
"azure-functions==1.22.0b4",
3030
"python-dateutil ~=2.9.0",
3131
"protobuf~=3.19.3; python_version == '3.7'",
3232
"protobuf~=4.25.3; python_version >= '3.8'",

0 commit comments

Comments
 (0)