dependabot-python 0.113.15 → 0.113.16
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1bce14c153695160dbc2bdd7fcb339b16490ac6efb874373542c9a25be170d8b
|
4
|
+
data.tar.gz: 16b75f56b547b81d0fc885614af687791d2a297ec095ea960b355cf8ff565f08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c07bf44c9b019667cb4ba9267d5709139099001d3de2d1026f2e657c09dabac4ce6d5f07bc20407372993fe2338386d227ea043ff18c4f5b80061c3fd0e02043
|
7
|
+
data.tar.gz: 6d9df01bbdc575eef752f39c8c195b7ddc3d80585f084ff6f0d33617d2d379071283f8327da789815a0eff78d7a272a00edee7157eced5c4e8bc7f37a0cc2f05
|
@@ -132,8 +132,8 @@ module Dependabot
|
|
132
132
|
# would break Python version compatibility the update is blocked
|
133
133
|
return if error.message.include?("support the following Python")
|
134
134
|
|
135
|
-
# If any kind of other error is now
|
136
|
-
# then we want to hear about it
|
135
|
+
# If any kind of other error is now occurring as a result of our
|
136
|
+
# change then we want to hear about it
|
137
137
|
raise
|
138
138
|
end
|
139
139
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dependabot-python
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.113.
|
4
|
+
version: 0.113.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dependabot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-10-
|
11
|
+
date: 2019-10-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dependabot-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.113.
|
19
|
+
version: 0.113.16
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.113.
|
26
|
+
version: 0.113.16
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: byebug
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|