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 +4 -4
- data/lib/dependabot/python/file_updater/pipfile_preparer.rb +0 -2
- data/lib/dependabot/python/file_updater/pyproject_preparer.rb +0 -2
- data/lib/dependabot/python/metadata_finder.rb +0 -2
- data/lib/dependabot/python/update_checker/latest_version_finder.rb +0 -2
- data/lib/dependabot/python/update_checker/pipfile_version_resolver.rb +0 -2
- data/lib/dependabot/python/update_checker/poetry_version_resolver.rb +0 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0f8b2fb1ca4d7a942aa00c184b329a452001c259d1279054669eb81c9b657c04
|
|
4
|
+
data.tar.gz: d47f52922a9c1920da15ad3a572ff45c8e74e4d1438b8984a5f7e828ae5b03f1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
@@ -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.
|
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.
|
|
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.
|
|
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.
|
|
26
|
+
version: 0.98.69
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|