dependabot-python 0.217.0 → 0.218.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c01560d0752d398acafec2a0646b28f5f93de7fcfac1ea12570409445fbeb562
|
|
4
|
+
data.tar.gz: a2b6e55a4bff31e80a0cf57e739d5a6dabdd82b42fcf2ce276e15be26093470b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f1cf2d6733074ca4ba42f86e251f18a34ca2f0ea88dbfac4b04d1513b2d1e01e9122736c3850aa99a3f014bb5aab5c677a0bd1cb88bdaf9ed26829a09352624f
|
|
7
|
+
data.tar.gz: 8e920d74c3dfeb2404ef1dd42f3a2a933427f28b0bdcc5af3c5ff1f0027dbb44da959673859b863c24dc50e88f1b289d3b059e8d62fe4e4fbdde4fcdb6f4fcae
|
|
@@ -78,6 +78,10 @@ module Dependabot
|
|
|
78
78
|
).updated_requirements
|
|
79
79
|
end
|
|
80
80
|
|
|
81
|
+
def requirements_unlocked_or_can_be?
|
|
82
|
+
requirements_update_strategy != :lockfile_only
|
|
83
|
+
end
|
|
84
|
+
|
|
81
85
|
def requirements_update_strategy
|
|
82
86
|
# If passed in as an option (in the base class) honour that option
|
|
83
87
|
return @requirements_update_strategy.to_sym if @requirements_update_strategy
|
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.
|
|
4
|
+
version: 0.218.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-05-22 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.
|
|
19
|
+
version: 0.218.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.
|
|
26
|
+
version: 0.218.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: debug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -259,8 +259,8 @@ homepage: https://github.com/dependabot/dependabot-core
|
|
|
259
259
|
licenses:
|
|
260
260
|
- Nonstandard
|
|
261
261
|
metadata:
|
|
262
|
-
|
|
263
|
-
changelog_uri: https://github.com/dependabot/dependabot-core/
|
|
262
|
+
bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
|
|
263
|
+
changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.218.0
|
|
264
264
|
post_install_message:
|
|
265
265
|
rdoc_options: []
|
|
266
266
|
require_paths:
|