Skip to content

Commit 1c8a91a

Browse files
renovate-botnicainkweinmeister
authored
chore(deps): update dependency google-cloud-tasks to v2 (#9638)
* chore(deps): update dependency google-cloud-tasks to v2 * Update requirements.txt --------- Co-authored-by: nicain <nicholascain@google.com> Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com>
1 parent 792e430 commit 1c8a91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine/standard/migration/taskqueue/counter/requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Flask==1.1.4; python_version < '3.0'
22
Flask==2.1.0; python_version > '3.0'
33
google-cloud-datastore==2.7.1; python_version >= "3.0"
44
google-cloud-datastore==1.15.5; python_version < "3.0"
5-
google-cloud-tasks==2.13.1 ; python_version >= "3.0"
6-
google-cloud-tasks==1.5.2 ; python_version < "3.0"
5+
google-cloud-tasks==2.13.1; python_version >= "3.0"
6+
google-cloud-tasks==1.5.2; python_version < "3.0"

0 commit comments

Comments
 (0)