Skip to content

Commit 2141476

Browse files
authored
Merge pull request #51 from Azure-Samples/dependabot/pip/app/backend/h2-4.3.0
Bump h2 from 4.1.0 to 4.3.0 in /app/backend
2 parents e12c10f + 9f2d149 commit 2141476

2 files changed

Lines changed: 33 additions & 3 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"

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)