dependabot-python 0.156.2 → 0.156.6

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: a7698ced1b8299c320160a975c20d8cbc575bf12180bb648aeeb4cfb32b9191b
4
- data.tar.gz: a5daa83e5086c39d9b8b9d92fac071c00a52a2081908d5593aed8cb7c49c8e74
3
+ metadata.gz: 955c74c941d199bc5556ee1a97076236f32c1c9fca49a26f9ac010c3b543843c
4
+ data.tar.gz: 3dbba2bfab8d65d21da87fa44cfc996813040d61d76b3c460c2ac161e780997e
5
5
  SHA512:
6
- metadata.gz: 3c60f2933b3bfb9cd36953d5e36b6030a1a09f139d749142dbe143d9d7cf5cc043643c07668c11aee1a17857baabbcd1cfdda0a37ad3610212b1b1913e885e74
7
- data.tar.gz: e4ab8a6186922dedff37def822f96927e82916caef8aa22da4018064445a869caebdd991d1ecda530958334ab6c38ea0f5dab079c57870bd879a915199d93baf
6
+ metadata.gz: '08984c00f9193b4d1b8698d300db0088e21679ee9cab876e749e00f839544a57c4f364878603e3bdcfb506063d433429e1d4775cc05dc9715f40f9e859336e5a'
7
+ data.tar.gz: f31f1266b0fe88ca8e4ea14b5d1b53233082968dceb6ba3b693e13698ca3ac4e447c43c012dd24bea6b4a9bf29a87731be766a33c4c574ab5ef8c5e93603a4c7
@@ -1,10 +1,10 @@
1
- pip==21.1.2
1
+ pip==21.1.3
2
2
  pip-tools==6.2.0
3
3
  flake8==3.9.2
4
4
  hashin==0.15.0
5
5
  pipenv==2021.5.29
6
6
  pipfile==0.0.2
7
- poetry==1.1.6
7
+ poetry==1.1.7
8
8
  wheel==0.36.2
9
9
 
10
10
  # Some dependencies will only install if Cython is present
@@ -257,7 +257,8 @@ module Dependabot
257
257
  def pyproject_hash_for(pyproject_content)
258
258
  SharedHelpers.in_a_temporary_directory do |dir|
259
259
  SharedHelpers.with_git_configured(credentials: credentials) do
260
- File.write(File.join(dir, "pyproject.toml"), pyproject_content)
260
+ write_temporary_dependency_files(pyproject_content)
261
+
261
262
  SharedHelpers.run_helper_subprocess(
262
263
  command: "pyenv exec python #{python_helper_path}",
263
264
  function: "get_pyproject_hash",
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.156.2
4
+ version: 0.156.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-25 00:00:00.000000000 Z
11
+ date: 2021-07-13 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.156.2
19
+ version: 0.156.6
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.156.2
26
+ version: 0.156.6
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: byebug
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -100,14 +100,14 @@ dependencies:
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: 1.17.0
103
+ version: 1.18.0
104
104
  type: :development
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: 1.17.0
110
+ version: 1.18.0
111
111
  - !ruby/object:Gem::Dependency
112
112
  name: simplecov
113
113
  requirement: !ruby/object:Gem::Requirement