dependabot-python 0.110.17 → 0.111.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 92b0bdc62cbfd3cbef19f87843e133359f893c29f27b0abbc59d3d570ebc4b92
4
- data.tar.gz: b8256f11710fa5c15b5254a455ef66241db66aeae53a724febcd0fcf1a34efc3
3
+ metadata.gz: 4e3aa30735a059b99a1945f86be9d579855eb667b1e73caf166ca503c9213aa3
4
+ data.tar.gz: 9740f9fdd7d6bb527e9513c3a57ce45b94c1e86d0953ac586ce919707d105fb1
5
5
  SHA512:
6
- metadata.gz: 391c44dc7177193877550bb2bf80ed36f65e8b6da3ab43b61a609a8e3c55e0731f7443ea00cf98d8fe078dbdfeaa4b56fb793fb4b536af541b235e720a34dcef
7
- data.tar.gz: 56600829da49450e9bd34b9039c015d1f82d113b51e6578587b2579c1d935f3927eaa101762edc9e54e4d559b596e45726c480b50b28426ab550e15751d90456
6
+ metadata.gz: 3d9ffeb747950c81ed7b0db0644acac7aa854ea84afe6c983a784f1e641e31e7e47ea30daf122ca4fc335a7fa2e1903990c8f2a4fd024f57713a316694f94b6d
7
+ data.tar.gz: 946651aa86dc590bbb8358fcf284b7d52ef85a6f259324b568112d7401587f7c6eddf5bd87101b0488d7af380ad9b3f4b439e98583e32f325d902f6f1cedda50
@@ -3,7 +3,7 @@ pip-tools==3.8.0
3
3
  hashin==0.14.5
4
4
  pipenv==2018.11.26
5
5
  pipfile==0.0.2
6
- poetry==0.12.16
6
+ poetry==0.12.17
7
7
 
8
8
  # Some dependencies will only install if Cython is present
9
9
  Cython==0.29.11
@@ -200,8 +200,8 @@ module Dependabot
200
200
  end
201
201
  return version if version
202
202
 
203
- msg = "Dependabot detected the following Python requirement "\
204
- "for your project: '#{requirement}'.\n\nCurrently, the "\
203
+ msg = "Dependabot detected the following Python requirements "\
204
+ "for your project: '#{requirements}'.\n\nCurrently, the "\
205
205
  "following Python versions are supported in Dependabot: "\
206
206
  "#{PythonVersions::SUPPORTED_VERSIONS.join(', ')}."
207
207
  raise DependencyFileNotResolvable, msg
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.110.17
4
+ version: 0.111.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-04 00:00:00.000000000 Z
11
+ date: 2019-07-05 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.110.17
19
+ version: 0.111.0
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.110.17
26
+ version: 0.111.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement