Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1cc00ec

Browse filesBrowse files
authored
fix(deps): require google-cloud-audit-log >= 0.3.1 (#979)
* fix(deps): require google-cloud-audit-log >= 0.3.1 * update constraints-3.8.txt * remove dev
1 parent 42387bf commit 1cc00ec
Copy full SHA for 1cc00ec

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# See https://github.com/googleapis/google-cloud-python/issues/12364
4242
"google-auth >= 2.14.1, <3.0.0,!=2.24.0,!=2.25.0",
4343
"google-cloud-appengine-logging>=0.1.3, <2.0.0",
44-
"google-cloud-audit-log >= 0.2.4, < 1.0.0",
44+
"google-cloud-audit-log >= 0.3.1, < 1.0.0",
4545
"google-cloud-core >= 2.0.0, <3.0.0",
4646
"grpc-google-iam-v1 >=0.12.4, <1.0.0",
4747
"opentelemetry-api >= 1.9.0",

‎testing/constraints-3.7.txt

Copy file name to clipboardExpand all lines: testing/constraints-3.7.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ proto-plus==1.22.0
1010
protobuf==3.20.2
1111
google-cloud-core==2.0.0
1212
google-cloud-appengine-logging==0.1.3
13-
google-cloud-audit-log==0.2.4
13+
google-cloud-audit-log==0.3.1
1414
grpc-google-iam-v1==0.12.4
1515
opentelemetry-api==1.9.0
1616

‎testing/constraints-3.8.txt

Copy file name to clipboardExpand all lines: testing/constraints-3.8.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ proto-plus==1.22.0
77
protobuf==4.21.6
88
google-cloud-core==2.0.0
99
google-cloud-appengine-logging==0.1.3
10-
google-cloud-audit-log==0.2.4
10+
google-cloud-audit-log==0.3.1
1111
grpc-google-iam-v1==0.12.4
1212
opentelemetry-api==1.9.0
1313

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.