dependabot-python 0.98.68 → 0.98.69

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: e2326eb479ad799a4d15d1a5a88ed8050fd7c9da509b4459f2b3127bcc652c99
4
- data.tar.gz: 2f59f3024dca7c4db1e473d53098c932dba4a06c3d91e0424ddfed8270e2b080
3
+ metadata.gz: 0f8b2fb1ca4d7a942aa00c184b329a452001c259d1279054669eb81c9b657c04
4
+ data.tar.gz: d47f52922a9c1920da15ad3a572ff45c8e74e4d1438b8984a5f7e828ae5b03f1
5
5
  SHA512:
6
- metadata.gz: 86744ff0aff59181de2e6569705a58558bcd5f4ef6f53bbc6096e4576c1b406f4f721ac26a682a19a8ed095cbde3132d87d1e2924809024e7fe6945cbdcc7561
7
- data.tar.gz: d434e65ea3b7b489a608a4ac043dabf61fd8d94a5ab1c664771d63051b28169105629e7af4eaa852dc8406973913afadca39d4b2fdb4d3f0469aa284f97ea58a
6
+ metadata.gz: 8eea94f046f230712c7e0ff544cfc5aaa62fddbf32fdb7a6d23513139f9f62b24c189c5bb315c1155fb5c6e92d40b212350f876595856a579fbe916ca27cac44
7
+ data.tar.gz: 7f9c82568e28a6fd49f51f11491951b9e8e7ce59c76c5cf8a93221214bf98476299d086bbe508109b5e03c8319be7edf4ba325b1f218f4f56d154df6014342d2
@@ -113,8 +113,6 @@ module Dependabot
113
113
  map { |h| h.dup.merge("url" => h["url"].gsub(%r{/*$}, "") + "/") }
114
114
  end
115
115
 
116
- # Has test that it works without username / password.
117
- # TODO: Test with proxy
118
116
  def config_variable_sources(credentials)
119
117
  @config_variable_sources ||=
120
118
  credentials.
@@ -93,8 +93,6 @@ module Dependabot
93
93
  map { |h| h.dup.merge("url" => h["url"].gsub(%r{/*$}, "") + "/") }
94
94
  end
95
95
 
96
- # Has test that it works without username / password.
97
- # TODO: Test with proxy
98
96
  def config_variable_sources(credentials)
99
97
  @config_variable_sources ||=
100
98
  credentials.
@@ -146,8 +146,6 @@ module Dependabot
146
146
  @pypi_listing = {} # No listing found
147
147
  end
148
148
 
149
- # Has test that it works without username / password.
150
- # TODO: Test with proxy
151
149
  def possible_listing_urls
152
150
  credential_urls =
153
151
  credentials.
@@ -195,8 +195,6 @@ module Dependabot
195
195
  urls
196
196
  end
197
197
 
198
- # Has test that it works without username / password.
199
- # TODO: Test with proxy
200
198
  def config_variable_index_urls
201
199
  urls = { main: nil, extra: [] }
202
200
 
@@ -530,8 +530,6 @@ module Dependabot
530
530
  error_message.include?('Command "python setup.py egg_info" failed')
531
531
  end
532
532
 
533
- # Has test that it works without username / password.
534
- # TODO: Test with proxy
535
533
  def config_variable_sources
536
534
  @config_variable_sources ||=
537
535
  credentials.
@@ -345,8 +345,6 @@ module Dependabot
345
345
  name.downcase.gsub(/[-_.]+/, "-")
346
346
  end
347
347
 
348
- # Has test that it works without username / password.
349
- # TODO: Test with proxy
350
348
  def config_variable_sources
351
349
  @config_variable_sources ||=
352
350
  credentials.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-python
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.98.68
4
+ version: 0.98.69
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.98.68
19
+ version: 0.98.69
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.98.68
26
+ version: 0.98.69
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement