Skip to content

Commit a5765d8

Browse files
authored
Merge branch 'main' into dependabot/pip/app/backend/aiohttp-3.12.14
2 parents e77f684 + 2141476 commit a5765d8

5 files changed

Lines changed: 54 additions & 763 deletions

File tree

.github/dependabot.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
version: 2
2+
updates:
3+
4+
# Maintain dependencies for GitHub Actions
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
groups:
10+
github-actions:
11+
patterns:
12+
- "*"
13+
14+
# Maintain dependencies for npm
15+
- package-ecosystem: "npm"
16+
directory: "/app/frontend"
17+
schedule:
18+
interval: "weekly"
19+
20+
# Maintain dependencies for pip
21+
- package-ecosystem: "pip"
22+
directory: "/"
23+
schedule:
24+
interval: "weekly"
25+
groups:
26+
h2-dependencies:
27+
patterns:
28+
- "h2"
29+
- "hpack"
30+
- "hyperframe"

.github/workflows/azure-dev.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
# Run when commits are pushed to mainline branch
77
branches:
88
- main
9-
pull_request:
10-
# Run when a pull request is created targeting the mainline branch
11-
branches:
12-
- main
139

1410
# GitHub Actions workflow to deploy to Azure using azd
1511
# To configure required secrets for connecting to Azure, simply run `azd pipeline config`

app/backend/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ colorama==0.4.6
1717
cryptography==44.0.1
1818
Flask==3.0.1
1919
h11==0.14.0
20-
h2==4.1.0
21-
hpack==4.0.0
20+
h2==4.3.0
21+
hpack==4.1.0
2222
Hypercorn==0.16.0
23-
hyperframe==6.0.1
23+
hyperframe==6.1.0
2424
idna==3.7
2525
isodate==0.6.1
2626
itsdangerous==2.1.2

0 commit comments

Comments
 (0)