dependabot-python 0.216.2 → 0.218.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: c95f058e5bebf4f8bc8b6cf4e9cf6c916973da64b38694064bc6cb504e360fce
4
- data.tar.gz: 7b6f7ebdaa3e05bf225290e042b7ca8d7b58cc1054e5510b3ac27f65778f4122
3
+ metadata.gz: c01560d0752d398acafec2a0646b28f5f93de7fcfac1ea12570409445fbeb562
4
+ data.tar.gz: a2b6e55a4bff31e80a0cf57e739d5a6dabdd82b42fcf2ce276e15be26093470b
5
5
  SHA512:
6
- metadata.gz: a38cd16e13aa28d29bf05a14a18b3b12865172371dd03b220969733ef2839d815e52a08a877558e57a4fbf347cb40e4c4b13b180d4ca8df0e5daa0b5ce95ebfb
7
- data.tar.gz: 78e271219bcad9b5c0f250c70362ecd3ba236e03fe34420311323b224bd8c3750feefdeb7916d6d9c2b4b207367e0d716d971e2611952064fd948bb45bc87781
6
+ metadata.gz: f1cf2d6733074ca4ba42f86e251f18a34ca2f0ea88dbfac4b04d1513b2d1e01e9122736c3850aa99a3f014bb5aab5c677a0bd1cb88bdaf9ed26829a09352624f
7
+ data.tar.gz: 8e920d74c3dfeb2404ef1dd42f3a2a933427f28b0bdcc5af3c5ff1f0027dbb44da959673859b863c24dc50e88f1b289d3b059e8d62fe4e4fbdde4fcdb6f4fcae
@@ -1,4 +1,4 @@
1
- pip>=21.3.1,<23.1.0 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04)
1
+ pip>=21.3.1,<23.2.0 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04)
2
2
  pip-tools>=6.4.0,<=6.12.3 # Range maintains py36 support TODO: Review python 3.6 support in April 2023 (eol ubuntu 18.04)
3
3
  hashin==0.17.0
4
4
  pipenv==2022.4.8
@@ -30,6 +30,8 @@ module Dependabot
30
30
  end
31
31
 
32
32
  def updated_requirements
33
+ return requirements if update_strategy == :lockfile_only
34
+
33
35
  requirements.map do |req|
34
36
  case req[:file]
35
37
  when /setup\.(?:py|cfg)$/ then updated_setup_requirement(req)
@@ -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.216.2
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-04-20 00:00:00.000000000 Z
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.216.2
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.216.2
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
- issue_tracker_uri: https://github.com/dependabot/dependabot-core/issues
263
- changelog_uri: https://github.com/dependabot/dependabot-core/blob/main/CHANGELOG.md
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: