dependabot-python 0.93.5 → 0.93.6

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: 28bbbce43914ca540fabd8b6786b80d7c72609aa201e823fa909218dadab8191
4
- data.tar.gz: 7bd137df2af81af4dd309f349e26a417b8c4f1e91839aa5c43211a8869c5f9fd
3
+ metadata.gz: 9cc5a0740335d8251b358f433e45cffd4182853848db34d0d619285cbbe28793
4
+ data.tar.gz: 66423de3dc3845826ed7dbe7affcee46f7d21f9e12655c3ae90de68a6bb72799
5
5
  SHA512:
6
- metadata.gz: 53f133ac5070eb554844a17e19a1519600846956f7902ec5aa9c2f2f33875005280afa213b166ea83b60610ca1ac2f7562a0ac65262fca5b22292c7575712d9c
7
- data.tar.gz: b35dc02122da04447a3bbe2e44667f6314d0a8290eae70cd01d544f4c7da5f65f88b74ceb080487d6a966ac4a8a875b03d6a2aa1ce049c5fbfe89633750039d5
6
+ metadata.gz: a95a13e5c677c333f06c655746ccd3c10e9de53cd9123736ffe845a71481b3449080415e18b311e4ba0bf5ac435b82f9cd43a395d66366691a6f4675feb2fdaf
7
+ data.tar.gz: 1241d04366ec4f918b6bcba2b27c41173f3b15cbbdc0399be317bb9a4e3e96ecab6749e8a018935c6cb0ebe3d0b069e2b7f7c40039d27e630e1fee5e61273e43
@@ -1,5 +1,5 @@
1
1
  pip==19.0.1
2
- pip-tools==3.3.1
2
+ pip-tools==3.3.2
3
3
  hashin==0.14.2
4
4
  pipenv==2018.11.26
5
5
  pipfile==0.0.2
@@ -99,10 +99,10 @@ module Dependabot
99
99
 
100
100
  def prepared_pyproject
101
101
  content = updated_pyproject_content
102
+ content = sanitize(content)
102
103
  content = freeze_other_dependencies(content)
103
104
  content = freeze_dependencies_being_updated(content)
104
105
  content = add_private_sources(content)
105
- content = sanitize(content)
106
106
  content
107
107
  end
108
108
 
@@ -25,7 +25,9 @@ module Dependabot
25
25
 
26
26
  def sanitize
27
27
  # {{ name }} syntax not allowed
28
- pyproject_content.gsub(/\{\{.*?\}\}/, "something")
28
+ pyproject_content.
29
+ gsub(/\{\{.*?\}\}/, "something").
30
+ delete("#")
29
31
  end
30
32
 
31
33
  # rubocop:disable Metrics/PerceivedComplexity
@@ -133,8 +133,14 @@ module Dependabot
133
133
 
134
134
  def updated_pyproject_content
135
135
  content = pyproject.content
136
+ puts "====="
137
+ puts content
136
138
  content = sanitize_pyproject_content(content)
139
+ puts "====="
140
+ puts content
137
141
  content = freeze_other_dependencies(content)
142
+ puts "====="
143
+ puts content
138
144
  content = unlock_target_dependency(content) if unlock_requirement?
139
145
  content
140
146
  end
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.93.5
4
+ version: 0.93.6
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-27 00:00:00.000000000 Z
11
+ date: 2019-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: dependabot-core
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.93.5
19
+ version: 0.93.6
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.93.5
26
+ version: 0.93.6
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement