Skip to content

Commit a2b38c3

Browse files
committed
Unpin decrypt_oracle dependencies for now
1 parent aa6b860 commit a2b38c3

File tree

3 files changed

+7
-22
lines changed

3 files changed

+7
-22
lines changed

.github/dependabot.yml

-15
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,20 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8-
- package-ecosystem: "pip"
9-
directory: "/decrypt_oracle"
10-
schedule:
11-
interval: "daily"
128

139
# mainline-1.x
1410
- package-ecosystem: "pip"
1511
directory: "/"
1612
schedule:
1713
interval: "daily"
1814
target-branch: "mainline-1.x"
19-
- package-ecosystem: "pip"
20-
directory: "/decrypt_oracle"
21-
schedule:
22-
interval: "daily"
23-
target-branch: "mainline-1.x"
2415

2516
# mainline-2.x
2617
- package-ecosystem: "pip"
2718
directory: "/"
2819
schedule:
2920
interval: "daily"
3021
target-branch: "mainline-2.x"
31-
# decrypt_oracle
32-
- package-ecosystem: "pip"
33-
directory: "/decrypt_oracle"
34-
schedule:
35-
interval: "daily"
36-
target-branch: "mainline-2.x"
3722

3823
# Github Actions
3924
- package-ecosystem: "github-actions"
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Requirements for actual package
2-
chalice==1.26.2
3-
aws-encryption-sdk==3.1.0
2+
chalice
3+
aws-encryption-sdk

decrypt_oracle/test/requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
mock==4.0.3
2-
pytest==6.2.5
3-
pytest-cov==3.0.0
4-
pytest-mock==3.6.1
5-
requests==2.26.0
1+
mock
2+
pytest>=3.3.1
3+
pytest-cov
4+
pytest-mock
5+
requests

0 commit comments

Comments
 (0)