dependabot-core 0.92.8 → 0.93.0

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: 46d5c2be4f058942e406b87b0801d1e7472bd3ee412b0e18a8694548516e79a0
4
- data.tar.gz: 15acdbc94052f77d9498a4950623c8ef551e4a83d74860b55a01cc569dfc0cfa
3
+ metadata.gz: '059cd885937b19f2431d17f49c1eb8a46e814f2307233d78173f8ebd9ec69600'
4
+ data.tar.gz: 362901cdba0a8b93ccf45f3d70785877dea7df969c5b5af4d143301f30cd252d
5
5
  SHA512:
6
- metadata.gz: 5d23917bb84b6f839e1fc54afb97724ab5c602580cbae213f83a3e144d5c3b458e40b51d137056c2298ae61f2b88de77c04cb0310191c18d5185670128446ac4
7
- data.tar.gz: 89dd478600534253a546285e423fb24dc56a02720f530c78b109d62dd6365c5b22980590c0a47980fab97523ef20045a70c0ad9c722b8bd250ffeeafd1c152a2
6
+ metadata.gz: a83cbcf4982001c179edb2d5efe8dbcf9f5c045830eb46934ef1a39eb28b87e4f4e3340df4a99bbf7a7c90615cf9bc01ed2f9cfb0f8731998a5c18a8f95e035d
7
+ data.tar.gz: 8c6c1639189c0c422ea6e2dbe74610bf3e469daa5929a0f3c0fac9ce55de69163a62a87b9fdc4e7ba8f772dc486015dbd47f5f26a4ca120eac7397856cacebce
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## v0.93.0, 25 January 2019
2
+
3
+ - Python: Bump pip from 18.1 to 19.0.1 in /python/helpers
4
+ - Python: Bump pip-tools from 3.1.0 to 3.3.1 in /python/helpers
5
+
1
6
  ## v0.92.8, 24 January 2019
2
7
 
3
8
  - Python: Fix for post-processing compiled files with reordered indices
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Dependabot Core is the heart of [Dependabot][dependabot]. It handles the logic
8
8
  for updating dependencies on GitHub (including GitHub Enterprise) and GitLab. We
9
- plan to add support for Bitbucket in future, too.
9
+ plan to add support for Bitbucket and Azure DevOps in the future, too.
10
10
 
11
11
  If you want to host your own automated dependency update bot then this repo
12
12
  should give you the tools you need. A reference implementation is available
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.92.8"
4
+ VERSION = "0.93.0"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.92.8
4
+ version: 0.93.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-01-24 00:00:00.000000000 Z
11
+ date: 2019-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-ecr