Skip to content

Commit 5baf219

Browse files
authored
Merge branch 'main' into update-mypy-protobuf
2 parents 82b6218 + a91c026 commit 5baf219

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/fossa.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
uses: actions/checkout@v6
4646

4747
- name: "Run FOSSA Scan"
48-
uses: fossas/fossa-action@v1.7.0 # Use a specific version if locking is preferred
48+
uses: fossas/fossa-action@v1.8.0 # Use a specific version if locking is preferred
4949
with:
5050
api-key: ${{ env.FOSSA_API_KEY }}
5151

5252
- name: "Run FOSSA Test"
53-
uses: fossas/fossa-action@v1.7.0 # Use a specific version if locking is preferred
53+
uses: fossas/fossa-action@v1.8.0 # Use a specific version if locking is preferred
5454
with:
5555
api-key: ${{ env.FOSSA_API_KEY }}
5656
run-tests: true

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Flask>=1.1
1414
# needed for auto fix
1515
ruff===0.14.1
1616
# needed for dapr-ext-workflow
17-
durabletask-dapr >= 0.2.0a18
17+
durabletask-dapr >= 0.2.0a19
1818
# needed for .env file loading in examples
1919
python-dotenv>=1.0.0
2020
# needed for enhanced schema generation from function features

ext/dapr-ext-workflow/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ packages = find_namespace:
2525
include_package_data = True
2626
install_requires =
2727
dapr >= 1.17.0.dev
28-
durabletask-dapr >= 0.2.0a18
28+
durabletask-dapr >= 0.2.0a19
2929

3030
[options.packages.find]
3131
include =

0 commit comments

Comments
 (0)