dependabot-python 0.93.6 → 0.93.7

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: 9cc5a0740335d8251b358f433e45cffd4182853848db34d0d619285cbbe28793
4
- data.tar.gz: 66423de3dc3845826ed7dbe7affcee46f7d21f9e12655c3ae90de68a6bb72799
3
+ metadata.gz: 65806e3879c2178ac2b1f9997e4b3c29068f050ba0bdc66ee901467d21f49a0a
4
+ data.tar.gz: cfcaae7b20e9857ffa14e3775fe67e3c57ff4d05fe9a06eefb2d8557c82e29ab
5
5
  SHA512:
6
- metadata.gz: a95a13e5c677c333f06c655746ccd3c10e9de53cd9123736ffe845a71481b3449080415e18b311e4ba0bf5ac435b82f9cd43a395d66366691a6f4675feb2fdaf
7
- data.tar.gz: 1241d04366ec4f918b6bcba2b27c41173f3b15cbbdc0399be317bb9a4e3e96ecab6749e8a018935c6cb0ebe3d0b069e2b7f7c40039d27e630e1fee5e61273e43
6
+ metadata.gz: 2f2bfc20a82db0a50d0d269817d687bd6e7da8ec2e5aa69a5445b9f75df56b766712087fcfc33b3023ff444ad16a7a587749e7aeafd6a6158b5d3a53ab74cda8
7
+ data.tar.gz: c0e86a02206b8def6df6fc22c228a0188b2892167a66dc9247a02f744191b237c1a9ccff343c73a9e65ddcc3a012a536d25069a6c37935e433e2061f60f03f56
@@ -27,7 +27,7 @@ module Dependabot
27
27
  # {{ name }} syntax not allowed
28
28
  pyproject_content.
29
29
  gsub(/\{\{.*?\}\}/, "something").
30
- delete("#")
30
+ gsub('#{', "{")
31
31
  end
32
32
 
33
33
  # rubocop:disable Metrics/PerceivedComplexity
@@ -133,14 +133,8 @@ module Dependabot
133
133
 
134
134
  def updated_pyproject_content
135
135
  content = pyproject.content
136
- puts "====="
137
- puts content
138
136
  content = sanitize_pyproject_content(content)
139
- puts "====="
140
- puts content
141
137
  content = freeze_other_dependencies(content)
142
- puts "====="
143
- puts content
144
138
  content = unlock_target_dependency(content) if unlock_requirement?
145
139
  content
146
140
  end
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.93.6
4
+ version: 0.93.7
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.93.6
19
+ version: 0.93.7
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.6
26
+ version: 0.93.7
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement